rpms/xorg-x11-drv-fglrx/F-8 xorg-x11-drv-fglrx.spec,1.3,1.4
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15589/xorg-x11-drv-fglrx/F-8
Modified Files:
xorg-x11-drv-fglrx.spec
Log Message:
Fix devel subpackage dependency for multiarch push script
Index: xorg-x11-drv-fglrx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-8/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xorg-x11-drv-fglrx.spec 16 Oct 2008 18:34:32 -0000 1.3
+++ xorg-x11-drv-fglrx.spec 18 Oct 2008 17:18:42 -0000 1.4
@@ -9,7 +9,7 @@
Name: xorg-x11-drv-fglrx
Version: 8.542
-Release: 2.%{ativersion}%{?dist}
+Release: 3.%{ativersion}%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: BSD/Commercial/GPL/QPL
@@ -75,7 +75,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
Requires: %{_includedir}/X11/extensions, %{_includedir}/GL
%description devel
@@ -301,6 +301,10 @@
%{_includedir}/X11/extensions/*.h
%changelog
+* Sat Oct 18 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-3.8.10
+- Change dependency of main package to libs subpackage in devel subpackage to
+ fix multiarch repo push
+
* Thu Oct 16 2008 Stewart Adam <s.adam at diffingo.com> - 8.542-2.8.10
- Retag.
16 years
rpms/xorg-x11-drv-nvidia-legacy/F-8 xorg-x11-drv-nvidia-legacy.spec, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15589/xorg-x11-drv-nvidia-legacy/F-8
Modified Files:
xorg-x11-drv-nvidia-legacy.spec
Log Message:
Fix devel subpackage dependency for multiarch push script
Index: xorg-x11-drv-nvidia-legacy.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-legacy/F-8/xorg-x11-drv-nvidia-legacy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-legacy.spec 5 Oct 2008 13:24:23 -0000 1.1
+++ xorg-x11-drv-nvidia-legacy.spec 18 Oct 2008 17:18:44 -0000 1.2
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-legacy
Version: 71.86.06
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's legacy proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -70,7 +70,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
%description devel
This package provides the development files of the %{name} package,
@@ -291,6 +291,10 @@
%changelog
+* Sat Oct 18 2008 Stewart Adam <s.adam at diffingo.com> - 71.86.06-3
+- Change dependency of main package to libs subpackage in devel subpackage to
+ fix multiarch repo push
+
* Sun Oct 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 71.86.06-2
- rebuild for rpm fusion
16 years
rpms/snes9x/F-8 snes9x-1.43-wmclass.patch, NONE, 1.1 snes9x.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/snes9x/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14591
Modified Files:
.cvsignore sources
Added Files:
snes9x-1.43-wmclass.patch snes9x.spec
Log Message:
sync with devel (after importing from freshrpms there)
snes9x-1.43-wmclass.patch:
--- NEW FILE snes9x-1.43-wmclass.patch ---
--- snes9x-1.43-src/snes9x/unix/x11.cpp_old 2005-12-31 20:02:44.000000000 -0500
+++ snes9x-1.43-src/snes9x/unix/x11.cpp 2006-01-01 19:14:01.487158707 -0500
@@ -524,8 +524,13 @@ supporting PseudoColor, TrueColor or Gra
GUI.cross_hair_cursor = XCreateFontCursor (GUI.display, XC_crosshair);
GUI.gc = DefaultGCOfScreen (GUI.screen);
{
+ XClassHint classhint;
XSizeHints Hints;
- XWMHints WMHints;
+ XWMHints WMHints;
+
+ classhint.res_name = "snes9x";
+ classhint.res_class = "Snes9x";
+ XSetClassHint(GUI.display, GUI.window, &classhint);
memset ((void *) &Hints, 0, sizeof (XSizeHints));
memset ((void *) &WMHints, 0, sizeof (XWMHints));
--- NEW FILE snes9x.spec ---
#define prever -WIP1
%define real_version 1.51
Summary: Portable, freeware Super Nintendo Entertainment System (TM) emulator
Name: snes9x
Version: 1.51
Release: 2%{?dist}
License: Other
Group: Applications/Emulators
URL: http://www.snes9x.com/
Source: http://files.ipherswipsite.com/snes9x/snes9x-%{real_version}%{?prever}-sr...
Patch0: snes9x-1.43-wmclass.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, zlib-devel, libpng-devel
BuildRequires: libGL-devel, libGLU-devel
BuildRequires: libXt-devel, libXext-devel, libXxf86dga-devel, libXxf86vm-devel
BuildRequires: nasm
%description
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES
and Super Famicom Nintendo game systems on your computer.
%prep
%setup -n %{name}-%{real_version}%{?prever:-dev}-src
%patch0 -p2 -b .wmclass
%build
# First, build the OpenGL version
%configure --with-netplay --with-opengl
# Replace OPTIMISE here, it's the best I've found...
%{__perl} -pi.orig -e 's|^OPTIMISE.*|OPTIMISE = %{optflags}|g' Makefile
%{__make} %{?_smp_mflags}
%{__make} clean
# Second, build the normal X11 version
%configure --with-netplay
# Replace OPTIMISE here, it's the best I've found...
%{__perl} -pi.orig -e 's|^OPTIMISE.*|OPTIMISE = %{optflags}|g' Makefile
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__install} -D -m 0755 osnes9x %{buildroot}%{_bindir}/osnes9x
%{__install} -D -m 0755 snes9x %{buildroot}%{_bindir}/snes9x
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc doc/* unix/docs/readme_unix.txt
%{_bindir}/osnes9x
%{_bindir}/snes9x
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.51-2
- rebuild for RPM Fusion
- always build for xorg
* Sat Aug 11 2007 Matthias Saou <http://freshrpms.net/> 1.51-1
- Update to 1.51.
- Bundle a second binary, osnes9x, the OpenGL version.
- Include useful readme_unix.txt.
- Remove no longer needed externc patch.
* Tue Oct 17 2006 Matthias Saou <http://freshrpms.net/> 1.50-1
- Update to 1.5... well, luckily it's also called 1.50 in some places, ugh.
- Update source URL.
- Include patch to fix C++ and C extern declarations.
- Remove no longer needed gcc4 patch.
- Remove no longer needed autoreconf and its build requirements.
- Remove no longer needed usagemsg patch, all now fits fine in 80 columns.
- Remove --without-assembler since build works again on i386 with it.
- Note : --with opengl doesn't work... some error in unix/opengl.cpp.
* Wed Mar 22 2006 Matthias Saou <http://freshrpms.net/> 1.43-7
- Add missing modular X build requirement.
- Add autoreconf call to fix configure's X detection.
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 1.43-6
- Release bump to drop the disttag number in FC5 build.
* Tue Jan 24 2006 Matthias Saou <http://freshrpms.net/> 1.43-5
- Add wmclass patch from Bryan Moffit.
* Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 1.43-4
- Add modular xorg build conditional.
* Thu Nov 10 2005 Matthias Saou <http://freshrpms.net/> 1.43-3
- Merge things from Ville's package : Usage message patch, optional OpenGL
support using --with opengl.
* Thu May 5 2005 Matthias Saou <http://freshrpms.net/> 1.43-2
- Include gcc4 patch from Debian.
- Pass --without-assembler since build fails on i386/getset.S otherwise.
* Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 1.43-1
- Update to 1.43 final (was WIP1).
* Sat Dec 18 2004 Matthias Saou <http://freshrpms.net/> 1.43-0
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:43:01 -0000 1.1
+++ .cvsignore 18 Oct 2008 17:02:54 -0000 1.2
@@ -0,0 +1 @@
+snes9x-1.51-src.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:43:01 -0000 1.1
+++ sources 18 Oct 2008 17:02:54 -0000 1.2
@@ -0,0 +1 @@
+a1038cc761f400318cdced960972f8a7 snes9x-1.51-src.tar.bz2
16 years
rpms/snes9x/F-9 snes9x-1.43-wmclass.patch, NONE, 1.1 snes9x.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/snes9x/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14462
Modified Files:
.cvsignore sources
Added Files:
snes9x-1.43-wmclass.patch snes9x.spec
Log Message:
sync with devel (after importing from freshrpms there)
snes9x-1.43-wmclass.patch:
--- NEW FILE snes9x-1.43-wmclass.patch ---
--- snes9x-1.43-src/snes9x/unix/x11.cpp_old 2005-12-31 20:02:44.000000000 -0500
+++ snes9x-1.43-src/snes9x/unix/x11.cpp 2006-01-01 19:14:01.487158707 -0500
@@ -524,8 +524,13 @@ supporting PseudoColor, TrueColor or Gra
GUI.cross_hair_cursor = XCreateFontCursor (GUI.display, XC_crosshair);
GUI.gc = DefaultGCOfScreen (GUI.screen);
{
+ XClassHint classhint;
XSizeHints Hints;
- XWMHints WMHints;
+ XWMHints WMHints;
+
+ classhint.res_name = "snes9x";
+ classhint.res_class = "Snes9x";
+ XSetClassHint(GUI.display, GUI.window, &classhint);
memset ((void *) &Hints, 0, sizeof (XSizeHints));
memset ((void *) &WMHints, 0, sizeof (XWMHints));
--- NEW FILE snes9x.spec ---
#define prever -WIP1
%define real_version 1.51
Summary: Portable, freeware Super Nintendo Entertainment System (TM) emulator
Name: snes9x
Version: 1.51
Release: 2%{?dist}
License: Other
Group: Applications/Emulators
URL: http://www.snes9x.com/
Source: http://files.ipherswipsite.com/snes9x/snes9x-%{real_version}%{?prever}-sr...
Patch0: snes9x-1.43-wmclass.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, zlib-devel, libpng-devel
BuildRequires: libGL-devel, libGLU-devel
BuildRequires: libXt-devel, libXext-devel, libXxf86dga-devel, libXxf86vm-devel
BuildRequires: nasm
%description
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES)
emulator. It basically allows you to play most games designed for the SNES
and Super Famicom Nintendo game systems on your computer.
%prep
%setup -n %{name}-%{real_version}%{?prever:-dev}-src
%patch0 -p2 -b .wmclass
%build
# First, build the OpenGL version
%configure --with-netplay --with-opengl
# Replace OPTIMISE here, it's the best I've found...
%{__perl} -pi.orig -e 's|^OPTIMISE.*|OPTIMISE = %{optflags}|g' Makefile
%{__make} %{?_smp_mflags}
%{__make} clean
# Second, build the normal X11 version
%configure --with-netplay
# Replace OPTIMISE here, it's the best I've found...
%{__perl} -pi.orig -e 's|^OPTIMISE.*|OPTIMISE = %{optflags}|g' Makefile
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__install} -D -m 0755 osnes9x %{buildroot}%{_bindir}/osnes9x
%{__install} -D -m 0755 snes9x %{buildroot}%{_bindir}/snes9x
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc doc/* unix/docs/readme_unix.txt
%{_bindir}/osnes9x
%{_bindir}/snes9x
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.51-2
- rebuild for RPM Fusion
- always build for xorg
* Sat Aug 11 2007 Matthias Saou <http://freshrpms.net/> 1.51-1
- Update to 1.51.
- Bundle a second binary, osnes9x, the OpenGL version.
- Include useful readme_unix.txt.
- Remove no longer needed externc patch.
* Tue Oct 17 2006 Matthias Saou <http://freshrpms.net/> 1.50-1
- Update to 1.5... well, luckily it's also called 1.50 in some places, ugh.
- Update source URL.
- Include patch to fix C++ and C extern declarations.
- Remove no longer needed gcc4 patch.
- Remove no longer needed autoreconf and its build requirements.
- Remove no longer needed usagemsg patch, all now fits fine in 80 columns.
- Remove --without-assembler since build works again on i386 with it.
- Note : --with opengl doesn't work... some error in unix/opengl.cpp.
* Wed Mar 22 2006 Matthias Saou <http://freshrpms.net/> 1.43-7
- Add missing modular X build requirement.
- Add autoreconf call to fix configure's X detection.
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 1.43-6
- Release bump to drop the disttag number in FC5 build.
* Tue Jan 24 2006 Matthias Saou <http://freshrpms.net/> 1.43-5
- Add wmclass patch from Bryan Moffit.
* Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 1.43-4
- Add modular xorg build conditional.
* Thu Nov 10 2005 Matthias Saou <http://freshrpms.net/> 1.43-3
- Merge things from Ville's package : Usage message patch, optional OpenGL
support using --with opengl.
* Thu May 5 2005 Matthias Saou <http://freshrpms.net/> 1.43-2
- Include gcc4 patch from Debian.
- Pass --without-assembler since build fails on i386/getset.S otherwise.
* Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 1.43-1
- Update to 1.43 final (was WIP1).
* Sat Dec 18 2004 Matthias Saou <http://freshrpms.net/> 1.43-0
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:43:01 -0000 1.1
+++ .cvsignore 18 Oct 2008 17:02:37 -0000 1.2
@@ -0,0 +1 @@
+snes9x-1.51-src.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:43:01 -0000 1.1
+++ sources 18 Oct 2008 17:02:37 -0000 1.2
@@ -0,0 +1 @@
+a1038cc761f400318cdced960972f8a7 snes9x-1.51-src.tar.bz2
16 years
rpms/SheepShaver/devel SheepShaver.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/SheepShaver/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14028
Modified Files:
SheepShaver.spec
Log Message:
- ExclusiveArch: i386 instead of ix86 to prevent plague building this for athlon and other ix86 archs
- always build for x.org
Index: SheepShaver.spec
===================================================================
RCS file: /cvs/free/rpms/SheepShaver/devel/SheepShaver.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SheepShaver.spec 18 Oct 2008 16:19:25 -0000 1.3
+++ SheepShaver.spec 18 Oct 2008 16:59:54 -0000 1.4
@@ -1,11 +1,5 @@
%define _default_patch_fuzz 2
-%{!?dist:%define _with_modxorg 1}
-%{?el5: %define _with_modxorg 1}
-%{?fc7: %define _with_modxorg 1}
-%{?fc6: %define _with_modxorg 1}
-%{?fc5: %define _with_modxorg 1}
-
%define date 20060514
%define mon_version 3.1
%define desktop_vendor rpmforge
@@ -25,11 +19,11 @@
BuildRequires: gcc-c++, gtk2-devel, esound-devel >= 0.2.8
BuildRequires: desktop-file-utils, readline-devel
%{?_with_sdl:BuildRequires: SDL-devel}
-%{?_with_modxorg:BuildRequires: libXt-devel}
+BuildRequires: libXt-devel
#BuildRequires: SDL-devel
# Other archs need an instruction skipper on well-known invalid
# memory references (e.g. illegal writes to ROM).
-ExclusiveArch: %{ix86} ppc x86_64
+ExclusiveArch: i386 ppc x86_64
%description
SheepShaver is a MacOS run-time environment that allows you to run classic
@@ -107,6 +101,9 @@
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.3-0.4.20060514.fc7
- rebuild for RPM Fusion
- define _default_patch_fuzz 2
+- ExclusiveArch: i386 instead of ix86 to prevent plague building this for
+ athlon and other ix86 archs
+- always build for x.org
* Sun Jun 25 2006 Matthias Saou <http://freshrpms.net/> 2.3-0.3.20060514
- Update to 2.3-0.20060514.1.
16 years
rpms/torrentzip/F-8 patch-src-trrntzip.c, NONE, 1.1 torrentzip.spec, NONE, 1.1 trrntzip-0.2-help.patch, NONE, 1.1 trrntzip-0.2-warningfixes.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/torrentzip/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13609
Modified Files:
.cvsignore sources
Added Files:
patch-src-trrntzip.c torrentzip.spec trrntzip-0.2-help.patch
trrntzip-0.2-warningfixes.patch
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE patch-src-trrntzip.c ---
--- src/trrntzip.c-orig Mon May 2 08:38:40 2005
+++ src/trrntzip.c Sat May 7 02:51:55 2005
@@ -716,7 +716,7 @@
if (dirp)
{
- // First set all the files to read-only. This is so we can skip
+ // First set the sticky bit on all files. This is so we can skip
// our new zipfiles if they are returned by readdir() a second time.
while (direntp = readdir (dirp))
{
@@ -732,7 +732,7 @@
if (strstr (szTmpBuf, ".zip\0"))
{
- chmod (direntp->d_name, S_IRUSR);
+ chmod (direntp->d_name, istat.st_mode | S_ISUID);
}
}
// Zip file is actually a dir
@@ -780,9 +780,9 @@
sprintf (szTmpBuf, "%s", direntp->d_name);
strlwr (szTmpBuf);
- if (strstr (szTmpBuf, ".zip\0") && !(istat.st_mode & S_IWUSR))
+ if (strstr (szTmpBuf, ".zip\0") && (istat.st_mode & S_ISUID))
{
- chmod (direntp->d_name, S_IWUSR);
+ chmod (direntp->d_name, istat.st_mode & ~S_ISUID);
mig.cEncounteredZips++;
if (!mig.fProcessLog)
--- NEW FILE torrentzip.spec ---
%define _default_patch_fuzz 2
Summary: Create identical zip files over multiple systems
Name: torrentzip
Version: 0.2
Release: 2%{?dist}
License: GPL
Group: Applications/File
URL: http://sourceforge.net/projects/trrntzip
Source: http://dl.sf.net/trrntzip/trrntzip_v02_src.tar.gz
Patch0: patch-src-trrntzip.c
Patch1: trrntzip-0.2-warningfixes.patch
Patch2: trrntzip-0.2-help.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: zlib-devel
BuildRequires: autoconf, automake, libtool
%description
TorrentZip is a replacement for MameZip. The goal of the program is to use
standard values when creating zips to create identical files over multiple
systems.
%prep
%setup -n trrntzip
%patch0 -p0 -b .chmod
%patch1 -p1 -b .warningfixes
%patch2 -p1 -b .help
%build
# No configure, we need to generate it from configure.in
./autogen.sh
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING README
%{_bindir}/trrntzip
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2-2
- rebuild for RPM Fusion
- define _default_patch_fuzz 2
* Tue Jan 9 2007 Matthias Saou <http://freshrpms.net/> 0.2-1
- Initial RPM release.
trrntzip-0.2-help.patch:
--- NEW FILE trrntzip-0.2-help.patch ---
diff -Naupr trrntzip.orig/src/trrntzip.c trrntzip/src/trrntzip.c
--- trrntzip.orig/src/trrntzip.c 2005-05-02 15:38:40.000000000 +0200
+++ trrntzip/src/trrntzip.c 2007-01-10 13:41:47.000000000 +0100
@@ -900,16 +900,17 @@ main (int argc, char **argv)
switch (argv[iCount][1])
{
- case '?':
- fprintf (stdout, "\nTorrentZip v%s\n\n", TZ_VERSION);
+ case 'h':
+ fprintf (stdout, "TorrentZip v%s\n", TZ_VERSION);
fprintf (stdout, "Copyright (C) 2005 TorrentZip Team :\n");
- fprintf (stdout, "StatMat, shindakun, Ultrasubmarine, r3nh03k and goosecreature\n");
+ fprintf (stdout, "StatMat, shindakun, Ultrasubmarine, r3nh03k and goosecreature.\n");
fprintf (stdout, "Homepage : http://sourceforge.net/projects/trrntzip\n\n");
fprintf (stdout, "Usage: trrntzip [OPTIONS] [PATH/ZIP FILE]\n\n");
- fprintf (stdout, "Options:\n\n");
+ fprintf (stdout, "Options:\n");
fprintf (stdout, "-d : strip sub-directories from zips\n");
fprintf (stdout, "-s : prevent sub-directory recursion\n");
fprintf (stdout, "-v : show version\n");
+ fprintf (stdout, "-h : show this help\n");
return TZ_OK;
case 'd':
@@ -940,8 +941,9 @@ main (int argc, char **argv)
if (argc < 2 || iOptionsFound == (argc - 1))
{
- fprintf (stderr, "\ntrrntzip: missing path\n");
+ fprintf (stderr, "trrntzip: missing path\n");
fprintf (stderr, "Usage: trrntzip [OPTIONS] [PATH/ZIP FILE]\n");
+ fprintf (stderr, "Try `trrntzip -h' for help.\n");
return TZ_ERR;
}
trrntzip-0.2-warningfixes.patch:
--- NEW FILE trrntzip-0.2-warningfixes.patch ---
diff -Naupr trrntzip.orig/src/logging.c trrntzip/src/logging.c
--- trrntzip.orig/src/logging.c 2005-05-01 19:25:54.000000000 +0200
+++ trrntzip/src/logging.c 2007-01-10 12:37:18.000000000 +0100
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
+#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
diff -Naupr trrntzip.orig/src/trrntzip.c trrntzip/src/trrntzip.c
--- trrntzip.orig/src/trrntzip.c 2005-05-02 15:38:40.000000000 +0200
+++ trrntzip/src/trrntzip.c 2007-01-10 12:42:47.000000000 +0100
@@ -692,7 +692,7 @@ RecursiveMigrate (const char *pszPath, W
// We need to change to the dir of the zipfile if there is one.
// This is because the logging will pick up the current dir for
// the filename
- if (pDir = strrchr (pszPath, DIRSEP))
+ if ((pDir = strrchr (pszPath, DIRSEP)))
{
*pDir = 0;
chdir (pszPath);
@@ -718,7 +718,7 @@ RecursiveMigrate (const char *pszPath, W
{
// First set all the files to read-only. This is so we can skip
// our new zipfiles if they are returned by readdir() a second time.
- while (direntp = readdir (dirp))
+ while ((direntp = readdir (dirp)))
{
// Quick fudge to make the code below work
if (qZipFile) strcpy (direntp->d_name, pszPath);
@@ -889,7 +889,9 @@ main (int argc, char **argv)
int iCount = 0;
int iOptionsFound = 0;
int rc = 0;
+#ifdef WIN32
char *ptr = NULL;
+#endif
for (iCount = 1 ; iCount < argc ; iCount++)
{
diff -Naupr trrntzip.orig/src/unzip.c trrntzip/src/unzip.c
--- trrntzip.orig/src/unzip.c 2005-04-21 08:27:42.000000000 +0200
+++ trrntzip/src/unzip.c 2007-01-10 12:49:52.000000000 +0100
@@ -562,10 +562,12 @@ unzlocal_GetCurrentFileInfoInternal (fil
/* we check the magic */
if (err == UNZ_OK)
+ {
if (unzlocal_getLong (&s->z_filefunc, s->filestream, &uMagic) != UNZ_OK)
err = UNZ_ERRNO;
else if (uMagic != 0x02014b50)
err = UNZ_BADZIPFILE;
+ }
if (unzlocal_getShort (&s->z_filefunc, s->filestream, &file_info.version) !=
UNZ_OK)
@@ -660,11 +662,13 @@ unzlocal_GetCurrentFileInfoInternal (fil
uSizeRead = extraFieldBufferSize;
if (lSeek != 0)
+ {
if (ZSEEK (s->z_filefunc, s->filestream, lSeek, ZLIB_FILEFUNC_SEEK_CUR)
== 0)
lSeek = 0;
else
err = UNZ_ERRNO;
+ }
if ((file_info.size_file_extra > 0) && (extraFieldBufferSize > 0))
if (ZREAD (s->z_filefunc, s->filestream, extraField, uSizeRead) !=
uSizeRead)
@@ -687,11 +691,13 @@ unzlocal_GetCurrentFileInfoInternal (fil
uSizeRead = commentBufferSize;
if (lSeek != 0)
+ {
if (ZSEEK (s->z_filefunc, s->filestream, lSeek, ZLIB_FILEFUNC_SEEK_CUR)
== 0)
lSeek = 0;
else
err = UNZ_ERRNO;
+ }
if ((file_info.size_file_comment > 0) && (commentBufferSize > 0))
if (ZREAD (s->z_filefunc, s->filestream, szComment, uSizeRead) !=
uSizeRead)
@@ -962,10 +968,12 @@ unzlocal_CheckCurrentFileCoherencyHeader
if (err == UNZ_OK)
+ {
if (unzlocal_getLong (&s->z_filefunc, s->filestream, &uMagic) != UNZ_OK)
err = UNZ_ERRNO;
else if (uMagic != 0x04034b50)
err = UNZ_BADZIPFILE;
+ }
if (unzlocal_getShort (&s->z_filefunc, s->filestream, &uData) != UNZ_OK)
err = UNZ_ERRNO;
@@ -1550,7 +1558,10 @@ unzGetGlobalComment (file, szComment, uS
char *szComment;
uLong uSizeBuf;
{
+/* Not used as of 0.2 */
+/*
int err = UNZ_OK;
+*/
unz_s *s;
uLong uReadThis;
if (file == NULL)
diff -Naupr trrntzip.orig/src/zip.c trrntzip/src/zip.c
--- trrntzip.orig/src/zip.c 2005-04-17 10:36:15.000000000 +0200
+++ trrntzip/src/zip.c 2007-01-10 12:48:18.000000000 +0100
@@ -117,6 +117,8 @@ init_linkedlist (ll)
ll->first_block = ll->last_block = NULL;
}
+/* Not used as of 0.2 */
+/*
local void
free_linkedlist (ll)
linkedlist_data *ll;
@@ -124,6 +126,7 @@ free_linkedlist (ll)
free_datablock (ll->first_block);
ll->first_block = ll->last_block = NULL;
}
+*/
local int
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/torrentzip/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:45:06 -0000 1.1
+++ .cvsignore 18 Oct 2008 16:54:33 -0000 1.2
@@ -0,0 +1 @@
+trrntzip_v02_src.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/torrentzip/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:45:06 -0000 1.1
+++ sources 18 Oct 2008 16:54:33 -0000 1.2
@@ -0,0 +1 @@
+2635a4042b3cf5611ffdffb4019ec8b7 trrntzip_v02_src.tar.gz
16 years
rpms/torrentzip/F-9 patch-src-trrntzip.c, NONE, 1.1 torrentzip.spec, NONE, 1.1 trrntzip-0.2-help.patch, NONE, 1.1 trrntzip-0.2-warningfixes.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/torrentzip/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13483
Modified Files:
.cvsignore sources
Added Files:
patch-src-trrntzip.c torrentzip.spec trrntzip-0.2-help.patch
trrntzip-0.2-warningfixes.patch
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE patch-src-trrntzip.c ---
--- src/trrntzip.c-orig Mon May 2 08:38:40 2005
+++ src/trrntzip.c Sat May 7 02:51:55 2005
@@ -716,7 +716,7 @@
if (dirp)
{
- // First set all the files to read-only. This is so we can skip
+ // First set the sticky bit on all files. This is so we can skip
// our new zipfiles if they are returned by readdir() a second time.
while (direntp = readdir (dirp))
{
@@ -732,7 +732,7 @@
if (strstr (szTmpBuf, ".zip\0"))
{
- chmod (direntp->d_name, S_IRUSR);
+ chmod (direntp->d_name, istat.st_mode | S_ISUID);
}
}
// Zip file is actually a dir
@@ -780,9 +780,9 @@
sprintf (szTmpBuf, "%s", direntp->d_name);
strlwr (szTmpBuf);
- if (strstr (szTmpBuf, ".zip\0") && !(istat.st_mode & S_IWUSR))
+ if (strstr (szTmpBuf, ".zip\0") && (istat.st_mode & S_ISUID))
{
- chmod (direntp->d_name, S_IWUSR);
+ chmod (direntp->d_name, istat.st_mode & ~S_ISUID);
mig.cEncounteredZips++;
if (!mig.fProcessLog)
--- NEW FILE torrentzip.spec ---
%define _default_patch_fuzz 2
Summary: Create identical zip files over multiple systems
Name: torrentzip
Version: 0.2
Release: 2%{?dist}
License: GPL
Group: Applications/File
URL: http://sourceforge.net/projects/trrntzip
Source: http://dl.sf.net/trrntzip/trrntzip_v02_src.tar.gz
Patch0: patch-src-trrntzip.c
Patch1: trrntzip-0.2-warningfixes.patch
Patch2: trrntzip-0.2-help.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: zlib-devel
BuildRequires: autoconf, automake, libtool
%description
TorrentZip is a replacement for MameZip. The goal of the program is to use
standard values when creating zips to create identical files over multiple
systems.
%prep
%setup -n trrntzip
%patch0 -p0 -b .chmod
%patch1 -p1 -b .warningfixes
%patch2 -p1 -b .help
%build
# No configure, we need to generate it from configure.in
./autogen.sh
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING README
%{_bindir}/trrntzip
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2-2
- rebuild for RPM Fusion
- define _default_patch_fuzz 2
* Tue Jan 9 2007 Matthias Saou <http://freshrpms.net/> 0.2-1
- Initial RPM release.
trrntzip-0.2-help.patch:
--- NEW FILE trrntzip-0.2-help.patch ---
diff -Naupr trrntzip.orig/src/trrntzip.c trrntzip/src/trrntzip.c
--- trrntzip.orig/src/trrntzip.c 2005-05-02 15:38:40.000000000 +0200
+++ trrntzip/src/trrntzip.c 2007-01-10 13:41:47.000000000 +0100
@@ -900,16 +900,17 @@ main (int argc, char **argv)
switch (argv[iCount][1])
{
- case '?':
- fprintf (stdout, "\nTorrentZip v%s\n\n", TZ_VERSION);
+ case 'h':
+ fprintf (stdout, "TorrentZip v%s\n", TZ_VERSION);
fprintf (stdout, "Copyright (C) 2005 TorrentZip Team :\n");
- fprintf (stdout, "StatMat, shindakun, Ultrasubmarine, r3nh03k and goosecreature\n");
+ fprintf (stdout, "StatMat, shindakun, Ultrasubmarine, r3nh03k and goosecreature.\n");
fprintf (stdout, "Homepage : http://sourceforge.net/projects/trrntzip\n\n");
fprintf (stdout, "Usage: trrntzip [OPTIONS] [PATH/ZIP FILE]\n\n");
- fprintf (stdout, "Options:\n\n");
+ fprintf (stdout, "Options:\n");
fprintf (stdout, "-d : strip sub-directories from zips\n");
fprintf (stdout, "-s : prevent sub-directory recursion\n");
fprintf (stdout, "-v : show version\n");
+ fprintf (stdout, "-h : show this help\n");
return TZ_OK;
case 'd':
@@ -940,8 +941,9 @@ main (int argc, char **argv)
if (argc < 2 || iOptionsFound == (argc - 1))
{
- fprintf (stderr, "\ntrrntzip: missing path\n");
+ fprintf (stderr, "trrntzip: missing path\n");
fprintf (stderr, "Usage: trrntzip [OPTIONS] [PATH/ZIP FILE]\n");
+ fprintf (stderr, "Try `trrntzip -h' for help.\n");
return TZ_ERR;
}
trrntzip-0.2-warningfixes.patch:
--- NEW FILE trrntzip-0.2-warningfixes.patch ---
diff -Naupr trrntzip.orig/src/logging.c trrntzip/src/logging.c
--- trrntzip.orig/src/logging.c 2005-05-01 19:25:54.000000000 +0200
+++ trrntzip/src/logging.c 2007-01-10 12:37:18.000000000 +0100
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
+#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
diff -Naupr trrntzip.orig/src/trrntzip.c trrntzip/src/trrntzip.c
--- trrntzip.orig/src/trrntzip.c 2005-05-02 15:38:40.000000000 +0200
+++ trrntzip/src/trrntzip.c 2007-01-10 12:42:47.000000000 +0100
@@ -692,7 +692,7 @@ RecursiveMigrate (const char *pszPath, W
// We need to change to the dir of the zipfile if there is one.
// This is because the logging will pick up the current dir for
// the filename
- if (pDir = strrchr (pszPath, DIRSEP))
+ if ((pDir = strrchr (pszPath, DIRSEP)))
{
*pDir = 0;
chdir (pszPath);
@@ -718,7 +718,7 @@ RecursiveMigrate (const char *pszPath, W
{
// First set all the files to read-only. This is so we can skip
// our new zipfiles if they are returned by readdir() a second time.
- while (direntp = readdir (dirp))
+ while ((direntp = readdir (dirp)))
{
// Quick fudge to make the code below work
if (qZipFile) strcpy (direntp->d_name, pszPath);
@@ -889,7 +889,9 @@ main (int argc, char **argv)
int iCount = 0;
int iOptionsFound = 0;
int rc = 0;
+#ifdef WIN32
char *ptr = NULL;
+#endif
for (iCount = 1 ; iCount < argc ; iCount++)
{
diff -Naupr trrntzip.orig/src/unzip.c trrntzip/src/unzip.c
--- trrntzip.orig/src/unzip.c 2005-04-21 08:27:42.000000000 +0200
+++ trrntzip/src/unzip.c 2007-01-10 12:49:52.000000000 +0100
@@ -562,10 +562,12 @@ unzlocal_GetCurrentFileInfoInternal (fil
/* we check the magic */
if (err == UNZ_OK)
+ {
if (unzlocal_getLong (&s->z_filefunc, s->filestream, &uMagic) != UNZ_OK)
err = UNZ_ERRNO;
else if (uMagic != 0x02014b50)
err = UNZ_BADZIPFILE;
+ }
if (unzlocal_getShort (&s->z_filefunc, s->filestream, &file_info.version) !=
UNZ_OK)
@@ -660,11 +662,13 @@ unzlocal_GetCurrentFileInfoInternal (fil
uSizeRead = extraFieldBufferSize;
if (lSeek != 0)
+ {
if (ZSEEK (s->z_filefunc, s->filestream, lSeek, ZLIB_FILEFUNC_SEEK_CUR)
== 0)
lSeek = 0;
else
err = UNZ_ERRNO;
+ }
if ((file_info.size_file_extra > 0) && (extraFieldBufferSize > 0))
if (ZREAD (s->z_filefunc, s->filestream, extraField, uSizeRead) !=
uSizeRead)
@@ -687,11 +691,13 @@ unzlocal_GetCurrentFileInfoInternal (fil
uSizeRead = commentBufferSize;
if (lSeek != 0)
+ {
if (ZSEEK (s->z_filefunc, s->filestream, lSeek, ZLIB_FILEFUNC_SEEK_CUR)
== 0)
lSeek = 0;
else
err = UNZ_ERRNO;
+ }
if ((file_info.size_file_comment > 0) && (commentBufferSize > 0))
if (ZREAD (s->z_filefunc, s->filestream, szComment, uSizeRead) !=
uSizeRead)
@@ -962,10 +968,12 @@ unzlocal_CheckCurrentFileCoherencyHeader
if (err == UNZ_OK)
+ {
if (unzlocal_getLong (&s->z_filefunc, s->filestream, &uMagic) != UNZ_OK)
err = UNZ_ERRNO;
else if (uMagic != 0x04034b50)
err = UNZ_BADZIPFILE;
+ }
if (unzlocal_getShort (&s->z_filefunc, s->filestream, &uData) != UNZ_OK)
err = UNZ_ERRNO;
@@ -1550,7 +1558,10 @@ unzGetGlobalComment (file, szComment, uS
char *szComment;
uLong uSizeBuf;
{
+/* Not used as of 0.2 */
+/*
int err = UNZ_OK;
+*/
unz_s *s;
uLong uReadThis;
if (file == NULL)
diff -Naupr trrntzip.orig/src/zip.c trrntzip/src/zip.c
--- trrntzip.orig/src/zip.c 2005-04-17 10:36:15.000000000 +0200
+++ trrntzip/src/zip.c 2007-01-10 12:48:18.000000000 +0100
@@ -117,6 +117,8 @@ init_linkedlist (ll)
ll->first_block = ll->last_block = NULL;
}
+/* Not used as of 0.2 */
+/*
local void
free_linkedlist (ll)
linkedlist_data *ll;
@@ -124,6 +126,7 @@ free_linkedlist (ll)
free_datablock (ll->first_block);
ll->first_block = ll->last_block = NULL;
}
+*/
local int
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/torrentzip/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:45:06 -0000 1.1
+++ .cvsignore 18 Oct 2008 16:54:20 -0000 1.2
@@ -0,0 +1 @@
+trrntzip_v02_src.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/torrentzip/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:45:06 -0000 1.1
+++ sources 18 Oct 2008 16:54:20 -0000 1.2
@@ -0,0 +1 @@
+2635a4042b3cf5611ffdffb4019ec8b7 trrntzip_v02_src.tar.gz
16 years
rpms/BasiliskII/devel BasiliskII.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/BasiliskII/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13146
Modified Files:
BasiliskII.spec
Log Message:
remove support for building against XFree86
Index: BasiliskII.spec
===================================================================
RCS file: /cvs/free/rpms/BasiliskII/devel/BasiliskII.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BasiliskII.spec 18 Oct 2008 14:22:46 -0000 1.3
+++ BasiliskII.spec 18 Oct 2008 16:53:09 -0000 1.4
@@ -1,35 +1,15 @@
-# $Id$
-# Authority: dag
-
%define _default_patch_fuzz 2
%define date 20060501
%define inv_date 01052006
%define mon_version 3.1
%define desktop_vendor rpmforge
-
-%{?dist: %{expand: %%define %dist 1}}
-%{?fedora: %{expand: %%define fc%{fedora} 1}}
-
-%{!?dist:%define _with_banks 1}
-%{?el5: %define _with_banks 1}
-%{?fc7: %define _with_banks 1}
-%{?fc6: %define _with_banks 1}
-%{?fc5: %define _with_banks 1}
-%{?fc4: %define _with_banks 1}
-%{?el4: %define _with_banks 1}
-%{?fc3: %define _with_banks 1}
-
-%{!?dist:%define _with_modxorg 1}
-%{?el5: %define _with_modxorg 1}
-%{?fc7: %define _with_modxorg 1}
-%{?fc6: %define _with_modxorg 1}
-%{?fc5: %define _with_modxorg 1}
+%define _with_banks 1
Summary: 68k Macintosh emulator
Name: BasiliskII
Version: 1.0
-Release: 0.%{date}.2
+Release: 0.%{date}.2%{?dist}
License: GPL
Group: Applications/Emulators
URL: http://gwenole.beauchesne.info/projects/basilisk2/
@@ -40,7 +20,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, gtk2-devel, esound-devel >= 0.2.8
BuildRequires: desktop-file-utils, readline-devel
-%{?_with_modxorg:BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel}
+BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel
%{?_with_sdl:BuildRequires: SDL-devel}
%description
@@ -50,7 +30,7 @@
a Macintosh ROM image to use Basilisk II.
Available rebuild options :
---with : sdl banks modxorg
+--with : sdl banks
--without : mon
@@ -119,6 +99,7 @@
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0-0.20060501.2
- rebuild for RPM Fusion
- _default_patch_fuzz 2
+- remove support for building against XFree86
* Wed Mar 7 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.20060501.1
- Update to 01052006.
16 years
rpms/xv/EL-5 xv.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xv/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12402
Modified Files:
xv.spec
Log Message:
rebuild for nonfree repo
Index: xv.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xv/EL-5/xv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xv.spec 3 Aug 2008 15:20:18 -0000 1.1
+++ xv.spec 18 Oct 2008 16:46:50 -0000 1.2
@@ -3,7 +3,7 @@
Name: xv
Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Interactive image display program for X
License: Shareware
Group: Applications/Multimedia
@@ -69,6 +69,9 @@
%doc BUGS CHANGELOG docs IDEAS README.pcd
%changelog
+* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.10a.jumbopatch.20070520-7
+- rebuild
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.10a.jumbopatch.20070520-6
- rebuild
16 years
rpms/xv/F-8 xv.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/xv/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12302
Modified Files:
xv.spec
Log Message:
rebuild for nonfree repo
Index: xv.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xv/F-8/xv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xv.spec 3 Aug 2008 17:39:11 -0000 1.1
+++ xv.spec 18 Oct 2008 16:46:42 -0000 1.2
@@ -3,7 +3,7 @@
Name: xv
Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Interactive image display program for X
License: Shareware
Group: Applications/Multimedia
@@ -69,6 +69,9 @@
%doc BUGS CHANGELOG docs IDEAS README.pcd
%changelog
+* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.10a.jumbopatch.20070520-7
+- rebuild
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 3.10a.jumbopatch.20070520-6
- rebuild
16 years