rpms/dvd95/F-13 dvd95.spec,1.3,1.4
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/dvd95/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27525/F-13
Modified Files:
dvd95.spec
Log Message:
Update to 1.6p0 (#1332).
Index: dvd95.spec
===================================================================
RCS file: /cvs/free/rpms/dvd95/F-13/dvd95.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dvd95.spec 29 Mar 2009 12:59:53 -0000 1.3
+++ dvd95.spec 12 Aug 2010 18:36:18 -0000 1.4
@@ -1,15 +1,22 @@
Summary: Graphical dvd9 to dvd5 converter
Name: dvd95
-Version: 1.4p0
-Release: 4%{?dist}
+Version: 1.6p0
+Release: 1%{?dist}
License: GPL+
Group: Applications/Archiving
URL: http://dvd95.sourceforge.net/
-Source: http://dl.sf.net/dvd95/dvd95-%{version}.tar.gz
+Source: http://downloads.sf.net/dvd95/dvd95-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libdvdread-devel
+Requires: mplayer
+Requires: mencoder
+Requires: ffmpeg
+BuildRequires: libdvdread-devel >= 0.9.7
BuildRequires: libgnomeui-devel
BuildRequires: mpeg2dec-devel
+BuildRequires: mplayer
+BuildRequires: mencoder
+BuildRequires: ffmpeg
+BuildRequires: intltool
# Needed, otherwise translations don't work and the program starts in French
BuildRequires: gettext
@@ -57,6 +64,16 @@
%changelog
+* Wed Aug 11 2010 Matthias Saou <http://freshrpms.net/> 1.6p0-1
+- Update to 1.6p0 (#1332).
+- Add new (build)requirements : mplayer, mencoder, ffmpeg.
+
+* Wed Jul 10 2009 Matthias Saou <http://freshrpms.net/> 1.5p2-1
+- Update to 1.5p2.
+
+* Mon Apr 14 2009 Matthias Saou <http://freshrpms.net/> 1.5p0-1
+- Update to 1.5p0 (#546).
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4p0-4
- rebuild for new F11 features
14 years, 3 months
rpms/vobcopy/devel vobcopy-1.2.0-Makefile.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vobcopy.spec, 1.3, 1.4 vobcopy-1.0.1-Makefile.patch, 1.1, NONE
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/vobcopy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24049
Modified Files:
.cvsignore sources vobcopy.spec
Added Files:
vobcopy-1.2.0-Makefile.patch
Removed Files:
vobcopy-1.0.1-Makefile.patch
Log Message:
Update to 1.2.0 (#1051).
vobcopy-1.2.0-Makefile.patch:
Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
--- NEW FILE vobcopy-1.2.0-Makefile.patch ---
diff -Naupr vobcopy-1.2.0.orig/Makefile vobcopy-1.2.0/Makefile
--- vobcopy-1.2.0.orig/Makefile 2009-06-08 22:06:33.000000000 +0200
+++ vobcopy-1.2.0/Makefile 2010-08-11 23:27:09.742064989 +0200
@@ -8,12 +8,11 @@ CC ?= gcc
#BINDIR = ${PREFIX}/bin
#MANDIR = ${PREFIX}/man
PREFIX += /usr/local
-BINDIR = ${PREFIX}/bin
-MANDIR = ${PREFIX}/man
+BINDIR ?= ${PREFIX}/bin
+MANDIR ?= ${PREFIX}/man
DOCDIR = ${PREFIX}/share/doc/vobcopy
LFS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-CFLAGS += -I/usr/local//include
-LDFLAGS += -ldvdread -L/usr/local//lib
+LDFLAGS += -ldvdread
#This specifies the conversion from .c to .o
.c.o:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vobcopy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 10:20:15 -0000 1.3
+++ .cvsignore 11 Aug 2010 21:46:53 -0000 1.4
@@ -1 +1 @@
-vobcopy-1.1.2.tar.bz2
+vobcopy-1.2.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vobcopy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 10:20:15 -0000 1.3
+++ sources 11 Aug 2010 21:46:53 -0000 1.4
@@ -1 +1 @@
-7f4bc2ba19d567339e4d854636aafa24 vobcopy-1.1.2.tar.bz2
+88f735ccd051093ff40dab4597bc586e vobcopy-1.2.0.tar.bz2
Index: vobcopy.spec
===================================================================
RCS file: /cvs/free/rpms/vobcopy/devel/vobcopy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vobcopy.spec 29 Mar 2009 14:22:01 -0000 1.3
+++ vobcopy.spec 11 Aug 2010 21:46:53 -0000 1.4
@@ -1,12 +1,12 @@
Summary: Utility to copy DVD .vob files to disk
Name: vobcopy
-Version: 1.1.2
-Release: 3%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
-URL: http://vobcopy.org/projects/c/c.shtml
+URL: http://vobcopy.org/
Source: http://vobcopy.org/download/vobcopy-%{version}.tar.bz2
-Patch0: vobcopy-1.0.1-Makefile.patch
+Patch0: vobcopy-1.2.0-Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libdvdread-devel
@@ -33,8 +33,11 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install \
- BINDIR="%{buildroot}%{_bindir}" \
- MANDIR="%{buildroot}%{_mandir}"
+ DESTDIR="%{buildroot}" \
+ BINDIR="%{_bindir}" \
+ MANDIR="%{_mandir}"
+# Remove the docs we include ourselves as %%doc
+%{__rm} -rf %{buildroot}/usr/local/share/doc
%clean
@@ -43,7 +46,7 @@
%files
%defattr(-,root,root,-)
-%doc Changelog README Release-Notes TODO
+%doc COPYING Changelog README Release-Notes TODO
%doc alternative_programs.txt
%{_bindir}/vobcopy
%{_mandir}/man1/vobcopy.1*
@@ -51,6 +54,9 @@
%changelog
+* Wed Aug 11 2010 Matthias Saou <http://freshrpms.net/> 1.2.0-1
+- Update to 1.2.0 (#1051).
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.1.2-3
- rebuild for new F11 features
--- vobcopy-1.0.1-Makefile.patch DELETED ---
14 years, 3 months
rpms/livna-config-display/devel livna-config-display.spec,1.6,1.7
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/livna-config-display/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7429
Modified Files:
livna-config-display.spec
Log Message:
* Wed Aug 11 2010 Stewart Adam <s.adam at diffingo.com> - 0.0.23-2
- Rebuild for Python 2.7
Index: livna-config-display.spec
===================================================================
RCS file: /cvs/nonfree/rpms/livna-config-display/devel/livna-config-display.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- livna-config-display.spec 7 May 2009 00:47:39 -0000 1.6
+++ livna-config-display.spec 11 Aug 2010 18:08:54 -0000 1.7
@@ -2,7 +2,7 @@
Name: livna-config-display
Version: 0.0.23
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tools to manage graphic drivers from the Livna repository
URL: http://rpm.livna.org
@@ -65,6 +65,9 @@
%doc TODO CHANGELOG COPYING
%changelog
+* Wed Aug 11 2010 Stewart Adam <s.adam at diffingo.com> - 0.0.23-2
+- Rebuild for Python 2.7
+
* Sun Apr 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.0.23-1
- Update to 0.0.23
14 years, 3 months
rpms/dvd95/devel .cvsignore,1.2,1.3 sources,1.2,1.3
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/dvd95/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30419
Modified Files:
.cvsignore sources
Log Message:
Oops, missed the sources!
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvd95/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 18 Oct 2008 13:58:59 -0000 1.2
+++ .cvsignore 11 Aug 2010 15:44:46 -0000 1.3
@@ -1 +1 @@
-dvd95-1.4p0.tar.gz
+dvd95-1.6p0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvd95/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 18 Oct 2008 13:58:59 -0000 1.2
+++ sources 11 Aug 2010 15:44:46 -0000 1.3
@@ -1 +1 @@
-424e25a3e3bec47ec03b7d91d686fcb7 dvd95-1.4p0.tar.gz
+bc820370cb1b3a95d361654a04a1792c dvd95-1.6p0.tar.gz
14 years, 3 months
rpms/dvd95/devel dvd95.spec,1.3,1.4
by Matthias Saou
Author: thias
Update of /cvs/free/rpms/dvd95/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29955
Modified Files:
dvd95.spec
Log Message:
Update to 1.6p0 (#1332).
Index: dvd95.spec
===================================================================
RCS file: /cvs/free/rpms/dvd95/devel/dvd95.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dvd95.spec 29 Mar 2009 12:59:53 -0000 1.3
+++ dvd95.spec 11 Aug 2010 15:39:31 -0000 1.4
@@ -1,15 +1,22 @@
Summary: Graphical dvd9 to dvd5 converter
Name: dvd95
-Version: 1.4p0
-Release: 4%{?dist}
+Version: 1.6p0
+Release: 1%{?dist}
License: GPL+
Group: Applications/Archiving
URL: http://dvd95.sourceforge.net/
-Source: http://dl.sf.net/dvd95/dvd95-%{version}.tar.gz
+Source: http://downloads.sf.net/dvd95/dvd95-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libdvdread-devel
+Requires: mplayer
+Requires: mencoder
+Requires: ffmpeg
+BuildRequires: libdvdread-devel >= 0.9.7
BuildRequires: libgnomeui-devel
BuildRequires: mpeg2dec-devel
+BuildRequires: mplayer
+BuildRequires: mencoder
+BuildRequires: ffmpeg
+BuildRequires: intltool
# Needed, otherwise translations don't work and the program starts in French
BuildRequires: gettext
@@ -57,6 +64,16 @@
%changelog
+* Wed Aug 11 2010 Matthias Saou <http://freshrpms.net/> 1.6p0-1
+- Update to 1.6p0 (#1332).
+- Add new (build)requirements : mplayer, mencoder, ffmpeg.
+
+* Wed Jul 10 2009 Matthias Saou <http://freshrpms.net/> 1.5p2-1
+- Update to 1.5p2.
+
+* Mon Apr 14 2009 Matthias Saou <http://freshrpms.net/> 1.5p0-1
+- Update to 1.5p0 (#546).
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4p0-4
- rebuild for new F11 features
14 years, 3 months
rpms/wl-kmod/F-13 wl-kmod.spec,1.61,1.62
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21750
Modified Files:
wl-kmod.spec
Log Message:
* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-1.12
- rebuild for new kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-13/wl-kmod.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- wl-kmod.spec 8 Aug 2010 10:20:52 -0000 1.61
+++ wl-kmod.spec 11 Aug 2010 13:38:06 -0000 1.62
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.60.48.36
-Release: 1%{?dist}.11
+Release: 1%{?dist}.12
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-1.12
+- rebuild for new kernel
+
* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-1.11
- rebuild for new kernel
14 years, 3 months
rpms/psb-kmod/F-13 psb-kmod.spec,1.5,1.6
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/psb-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21625
Modified Files:
psb-kmod.spec
Log Message:
* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-13.2
- rebuild for new kernel
Index: psb-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/psb-kmod/F-13/psb-kmod.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psb-kmod.spec 8 Aug 2010 10:20:40 -0000 1.5
+++ psb-kmod.spec 11 Aug 2010 13:37:53 -0000 1.6
@@ -7,7 +7,7 @@
Name: psb-kmod
Version: 4.41.1
-Release: 13%{?dist}.1
+Release: 13%{?dist}.2
Summary: Kernel module for Poulsbo graphics chipsets
Group: System Environment/Kernel
@@ -113,6 +113,9 @@
%changelog
+* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-13.2
+- rebuild for new kernel
+
* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.41.1-13.1
- rebuild for new kernel
14 years, 3 months
rpms/nvidia-kmod/F-13 nvidia-kmod.spec,1.75,1.76
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21504
Modified Files:
nvidia-kmod.spec
Log Message:
* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:195.36.31-1.4
- rebuild for new kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-13/nvidia-kmod.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- nvidia-kmod.spec 8 Aug 2010 10:20:28 -0000 1.75
+++ nvidia-kmod.spec 11 Aug 2010 13:37:41 -0000 1.76
@@ -9,7 +9,7 @@
Epoch: 1
Version: 195.36.31
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:195.36.31-1.4
+- rebuild for new kernel
+
* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:195.36.31-1.3
- rebuild for new kernel
14 years, 3 months
rpms/catalyst-kmod/F-13 catalyst-kmod.spec,1.8,1.9
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/catalyst-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21377
Modified Files:
catalyst-kmod.spec
Log Message:
* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10.7-1.2
- rebuild for new kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-13/catalyst-kmod.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- catalyst-kmod.spec 8 Aug 2010 10:20:14 -0000 1.8
+++ catalyst-kmod.spec 11 Aug 2010 13:37:27 -0000 1.9
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 10.7
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -92,6 +92,9 @@
%changelog
+* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10.7-1.2
+- rebuild for new kernel
+
* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10.7-1.1
- rebuild for new kernel
14 years, 3 months
rpms/xtables-addons-kmod/F-13 xtables-addons-kmod.spec,1.19,1.20
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xtables-addons-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19926
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.27-1.5
- rebuild for new kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-13/xtables-addons-kmod.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xtables-addons-kmod.spec 8 Aug 2010 10:11:34 -0000 1.19
+++ xtables-addons-kmod.spec 11 Aug 2010 13:19:02 -0000 1.20
@@ -10,7 +10,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.27
-Release: 1%{?dist}.4
+Release: 1%{?dist}.5
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -65,6 +65,9 @@
%changelog
+* Wed Aug 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.27-1.5
+- rebuild for new kernel
+
* Sun Aug 08 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.27-1.4
- rebuild for new kernel
14 years, 3 months