rpms/mednafen/devel mednafen.spec,1.8,1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7337
Modified Files:
mednafen.spec
Log Message:
ppc64 is still broken
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/mednafen.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mednafen.spec 9 Jul 2009 20:38:10 -0000 1.8
+++ mednafen.spec 10 Jul 2009 02:19:25 -0000 1.9
@@ -18,6 +18,10 @@
BuildRequires: zlib-devel
BuildRequires: jack-audio-connection-kit-devel
+%if 0%{?fedora} >= 11
+ExcludeArch: ppc64
+%endif
+
%description
A portable command-line driven, multi-system emulator which uses OpenGL and
SDL. It emulates the following:
@@ -71,7 +75,6 @@
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.12-1.0.8.C
- Updated to 0.8.C
- Dropped the upstreamed gcc44 patch
-- Dropped the ppc64 ExcludeArch
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.11-2.0.8.B
- rebuild for new F11 features
15 years, 4 months
rpms/mednafen/devel .cvsignore,1.5,1.6 sources,1.5,1.6
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23383
Modified Files:
.cvsignore sources
Log Message:
Actually upload the new sources
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Mar 2009 17:12:37 -0000 1.5
+++ .cvsignore 9 Jul 2009 21:02:21 -0000 1.6
@@ -1 +1 @@
-mednafen-0.8.B.tar.bz2
+mednafen-0.8.C.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Mar 2009 17:12:37 -0000 1.5
+++ sources 9 Jul 2009 21:02:21 -0000 1.6
@@ -1 +1 @@
-d1aab33cbb5d4e585724c19177f0f02f mednafen-0.8.B.tar.bz2
+e8f4b6ba7ed2eca399b02578e1803831 mednafen-0.8.C.tar.bz2
15 years, 4 months
rpms/lxdream/F-11 .cvsignore, 1.4, 1.5 lxdream.spec, 1.11, 1.12 sources, 1.4, 1.5 lxdream-0.8.2-sanerconfig.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/lxdream/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22435
Modified Files:
.cvsignore lxdream.spec sources
Removed Files:
lxdream-0.8.2-sanerconfig.patch
Log Message:
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
- Updated to 0.9.1
- Dropped the sanerconfig patch
- Conditionalised the ExclusiveArch line
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 28 Oct 2008 09:29:12 -0000 1.4
+++ .cvsignore 9 Jul 2009 20:50:39 -0000 1.5
@@ -1 +1 @@
-lxdream-0.9.tar.gz
+lxdream-0.9.1.tar.gz
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-11/lxdream.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lxdream.spec 12 Apr 2009 11:11:37 -0000 1.11
+++ lxdream.spec 9 Jul 2009 20:50:39 -0000 1.12
@@ -1,6 +1,6 @@
Name: lxdream
-Version: 0.9
-Release: 3%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
License: GPLv2+
@@ -9,7 +9,6 @@
Source0: %{name}-%{version}.tar.gz
Source1: README.fedora
Source2: %{name}.desktop
-Patch0: %{name}-0.8.2-sanerconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: esound-devel
@@ -21,7 +20,11 @@
Requires: hicolor-icon-theme
# there should be a {ix86} instead of i386 in the ExclusiveArch line but
# that would make plague build the package for athlon, i386, i586 and i686 :-/
+%if 0%{?fedora} >= 11
ExclusiveArch: i586 x86_64
+%else
+ExclusiveArch: i386 x86_64
+%endif
%description
lxdream is a linux-based emulator of the Sega Dreamcast system. While it is
@@ -31,7 +34,6 @@
%prep
%setup -q
-%patch0 -p1
%build
@@ -88,6 +90,11 @@
%changelog
+* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
+- Updated to 0.9.1
+- Dropped the sanerconfig patch
+- Conditionalised the ExclusiveArch line
+
* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-3
- s/i386/i586/ in ExclusiveArch for F11
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 28 Oct 2008 09:29:12 -0000 1.4
+++ sources 9 Jul 2009 20:50:39 -0000 1.5
@@ -1 +1 @@
-aa0708dfafdb355fb49335791ede2d20 lxdream-0.9.tar.gz
+cbc78bad884c773134265ab3d582bc25 lxdream-0.9.1.tar.gz
--- lxdream-0.8.2-sanerconfig.patch DELETED ---
15 years, 4 months
rpms/lxdream/F-10 .cvsignore, 1.4, 1.5 lxdream.spec, 1.9, 1.10 sources, 1.4, 1.5 lxdream-0.8.2-sanerconfig.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/lxdream/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22219
Modified Files:
.cvsignore lxdream.spec sources
Removed Files:
lxdream-0.8.2-sanerconfig.patch
Log Message:
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
- Updated to 0.9.1
- Dropped the sanerconfig patch
- Conditionalised the ExclusiveArch line
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 28 Oct 2008 09:29:12 -0000 1.4
+++ .cvsignore 9 Jul 2009 20:48:48 -0000 1.5
@@ -1 +1 @@
-lxdream-0.9.tar.gz
+lxdream-0.9.1.tar.gz
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-10/lxdream.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lxdream.spec 28 Oct 2008 09:29:12 -0000 1.9
+++ lxdream.spec 9 Jul 2009 20:48:48 -0000 1.10
@@ -1,5 +1,5 @@
Name: lxdream
-Version: 0.9
+Version: 0.9.1
Release: 1%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
@@ -9,7 +9,6 @@
Source0: %{name}-%{version}.tar.gz
Source1: README.fedora
Source2: %{name}.desktop
-Patch0: %{name}-0.8.2-sanerconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: esound-devel
@@ -21,7 +20,11 @@
Requires: hicolor-icon-theme
# there should be a {ix86} instead of i386 in the ExclusiveArch line but
# that would make plague build the package for athlon, i386, i586 and i686 :-/
+%if 0%{?fedora} >= 11
+ExclusiveArch: i586 x86_64
+%else
ExclusiveArch: i386 x86_64
+%endif
%description
lxdream is a linux-based emulator of the Sega Dreamcast system. While it is
@@ -31,7 +34,6 @@
%prep
%setup -q
-%patch0 -p1
%build
@@ -88,6 +90,17 @@
%changelog
+* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
+- Updated to 0.9.1
+- Dropped the sanerconfig patch
+- Conditionalised the ExclusiveArch line
+
+* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-3
+- s/i386/i586/ in ExclusiveArch for F11
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-2
+- rebuild for new F11 features
+
* Tue Oct 28 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9-1
- Updated to 0.9
- dcemu.gif is not installed anymore, so don't exclude it
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 28 Oct 2008 09:29:12 -0000 1.4
+++ sources 9 Jul 2009 20:48:48 -0000 1.5
@@ -1 +1 @@
-aa0708dfafdb355fb49335791ede2d20 lxdream-0.9.tar.gz
+cbc78bad884c773134265ab3d582bc25 lxdream-0.9.1.tar.gz
--- lxdream-0.8.2-sanerconfig.patch DELETED ---
15 years, 4 months
rpms/lxdream/devel .cvsignore, 1.4, 1.5 lxdream.spec, 1.11, 1.12 sources, 1.4, 1.5 lxdream-0.8.2-sanerconfig.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/lxdream/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22061
Modified Files:
.cvsignore lxdream.spec sources
Removed Files:
lxdream-0.8.2-sanerconfig.patch
Log Message:
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
- Updated to 0.9.1
- Dropped the sanerconfig patch
- Conditionalised the ExclusiveArch line
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lxdream/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 28 Oct 2008 09:29:12 -0000 1.4
+++ .cvsignore 9 Jul 2009 20:48:10 -0000 1.5
@@ -1 +1 @@
-lxdream-0.9.tar.gz
+lxdream-0.9.1.tar.gz
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/devel/lxdream.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lxdream.spec 12 Apr 2009 11:11:37 -0000 1.11
+++ lxdream.spec 9 Jul 2009 20:48:10 -0000 1.12
@@ -1,6 +1,6 @@
Name: lxdream
-Version: 0.9
-Release: 3%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
License: GPLv2+
@@ -9,7 +9,6 @@
Source0: %{name}-%{version}.tar.gz
Source1: README.fedora
Source2: %{name}.desktop
-Patch0: %{name}-0.8.2-sanerconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: esound-devel
@@ -21,7 +20,11 @@
Requires: hicolor-icon-theme
# there should be a {ix86} instead of i386 in the ExclusiveArch line but
# that would make plague build the package for athlon, i386, i586 and i686 :-/
+%if 0%{?fedora} >= 11
ExclusiveArch: i586 x86_64
+%else
+ExclusiveArch: i386 x86_64
+%endif
%description
lxdream is a linux-based emulator of the Sega Dreamcast system. While it is
@@ -31,7 +34,6 @@
%prep
%setup -q
-%patch0 -p1
%build
@@ -88,6 +90,11 @@
%changelog
+* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.9.1-1
+- Updated to 0.9.1
+- Dropped the sanerconfig patch
+- Conditionalised the ExclusiveArch line
+
* Sun Apr 12 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9-3
- s/i386/i586/ in ExclusiveArch for F11
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lxdream/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 28 Oct 2008 09:29:12 -0000 1.4
+++ sources 9 Jul 2009 20:48:10 -0000 1.5
@@ -1 +1 @@
-aa0708dfafdb355fb49335791ede2d20 lxdream-0.9.tar.gz
+cbc78bad884c773134265ab3d582bc25 lxdream-0.9.1.tar.gz
--- lxdream-0.8.2-sanerconfig.patch DELETED ---
15 years, 4 months
rpms/mednafen/devel mednafen.spec, 1.7, 1.8 mednafen-0.8.B-gcc44.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21340
Modified Files:
mednafen.spec
Removed Files:
mednafen-0.8.B-gcc44.patch
Log Message:
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.12-1.0.8.C
- Updated to 0.8.C
- Dropped the upstreamed gcc44 patch
- Dropped the ppc64 ExcludeArch
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/mednafen.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mednafen.spec 29 Mar 2009 15:00:56 -0000 1.7
+++ mednafen.spec 9 Jul 2009 20:38:10 -0000 1.8
@@ -1,14 +1,13 @@
-%define _version 0.8.B
+%define _version 0.8.C
Name: mednafen
-Version: 0.8.11
-Release: 2.%{_version}%{?dist}
+Version: 0.8.12
+Release: 1.%{_version}%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
License: GPLv2+
URL: http://mednafen.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
-Patch0: mednafen-0.8.B-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -19,10 +18,6 @@
BuildRequires: zlib-devel
BuildRequires: jack-audio-connection-kit-devel
-%if 0%{?fedora} >= 11
-ExcludeArch: ppc64
-%endif
-
%description
A portable command-line driven, multi-system emulator which uses OpenGL and
SDL. It emulates the following:
@@ -46,7 +41,6 @@
%prep
%setup -q -n %{name}
-%patch0 -p0 -b .gcc44
# Permission cleanups for debuginfo
chmod -x src/wswan/dis/*
@@ -74,6 +68,11 @@
%changelog
+* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.12-1.0.8.C
+- Updated to 0.8.C
+- Dropped the upstreamed gcc44 patch
+- Dropped the ppc64 ExcludeArch
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.8.11-2.0.8.B
- rebuild for new F11 features
--- mednafen-0.8.B-gcc44.patch DELETED ---
15 years, 4 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.15,1.16
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9566
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Fri Jul 3 2009 Jonathan Dieter <jdieter(a)gmail.com> - 3.0.0-1
- New release
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- VirtualBox-OSE-kmod.spec 8 Jul 2009 12:49:21 -0000 1.15
+++ VirtualBox-OSE-kmod.spec 9 Jul 2009 09:21:01 -0000 1.16
@@ -6,8 +6,8 @@
#define buildforkernels newest
Name: VirtualBox-OSE-kmod
-Version: 2.2.4
-Release: 2%{?dist}
+Version: 3.0.0
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -78,6 +78,9 @@
%changelog
+* Fri Jul 3 2009 Jonathan Dieter <jdieter(a)gmail.com> - 3.0.0-1
+- New release
+
* Thu Jul 02 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-2
- Enable the DRM module
15 years, 4 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.9,1.10
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4981
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fix the plist check
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- VirtualBox-OSE.spec 8 Jul 2009 18:27:29 -0000 1.9
+++ VirtualBox-OSE.spec 9 Jul 2009 08:30:20 -0000 1.10
@@ -287,6 +287,7 @@
$RPM_BUILD_ROOT%{_libdir}/*OGL*.so \
$RPM_BUILD_ROOT%{_datadir}/{pixmaps,applications}/* \
-maxdepth 0 -type f \
+ -not -name '*.py[co]' \
-not -name VBox -exec basename '{}' \; |sort)
set -o posix
15 years, 4 months
rpms/VirtualBox-OSE/devel .cvsignore,1.4,1.5 sources,1.4,1.5
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2601
Modified Files:
.cvsignore sources
Log Message:
Upload new sources
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 31 May 2009 14:15:57 -0000 1.4
+++ .cvsignore 9 Jul 2009 08:03:08 -0000 1.5
@@ -1,2 +1,2 @@
-VirtualBox-2.2.4-OSE.tar.bz2
+VirtualBox-3.0.0-OSE.tar.bz2
UserManual.pdf
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 31 May 2009 14:15:57 -0000 1.4
+++ sources 9 Jul 2009 08:03:08 -0000 1.5
@@ -1,2 +1,2 @@
-b90176e3878ccfef2991322b2248dcb0 VirtualBox-2.2.4-OSE.tar.bz2
-1f8ec67c1dbc0bcdfbbfbe26171eb098 UserManual.pdf
+d1560d8b0a766236161eeb659e802b5a VirtualBox-3.0.0-OSE.tar.bz2
+e62fce82380b3368e2558a663715734c UserManual.pdf
15 years, 4 months
rpms/unrar/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 unrar.spec, 1.5, 1.6
by Conrad Meyer
Author: konradm
Update of /cvs/nonfree/rpms/unrar/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12225
Modified Files:
.cvsignore sources unrar.spec
Log Message:
Oops, didn't get sources/.cvsignore.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Jul 2009 18:22:28 -0000 1.3
+++ .cvsignore 8 Jul 2009 19:15:10 -0000 1.4
@@ -0,0 +1,2 @@
+unrar-nonfree_3.8.5-2.diff.gz
+unrarsrc-3.8.5.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Jul 2009 18:22:28 -0000 1.3
+++ sources 8 Jul 2009 19:15:10 -0000 1.4
@@ -0,0 +1,2 @@
+b2a4f748f1b4acd57b9fef4d7a80c8cc unrar-nonfree_3.8.5-2.diff.gz
+875688e6a144a3f75d2a6a0da3e43f8b unrarsrc-3.8.5.tar.gz
Index: unrar.spec
===================================================================
RCS file: /cvs/nonfree/rpms/unrar/devel/unrar.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unrar.spec 8 Jul 2009 18:22:28 -0000 1.5
+++ unrar.spec 8 Jul 2009 19:15:10 -0000 1.6
@@ -7,7 +7,6 @@
URL: http://www.rarlab.com/rar_archiver.htm
Source0: http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
Patch0: http://ftp.debian.org/debian/pool/non-free/u/unrar-nonfree/unrar-nonfree_...
-Patch1: unrar-3.8.5-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,7 +39,6 @@
%prep
%setup -q -n %{name}
%patch0 -p1 -b .deb
-%patch1 -p1 -b .fix
%build
15 years, 4 months