rpms/frogatto/F-15 frogatto-1.1-Makefile.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 frogatto.spec, 1.4, 1.5 sources, 1.3, 1.4 frogatto-1.0-Makefile.patch, 1.1, NONE frogatto-1.0.3-gcc-4.6.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/frogatto/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4033
Modified Files:
.cvsignore frogatto.spec sources
Added Files:
frogatto-1.1-Makefile.patch
Removed Files:
frogatto-1.0-Makefile.patch frogatto-1.0.3-gcc-4.6.patch
Log Message:
* Sat Jun 11 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1-1
- Updated to upstream 1.1
frogatto-1.1-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE frogatto-1.1-Makefile.patch ---
diff -durN frogatto-1.1.orig/Makefile frogatto-1.1/Makefile
--- frogatto-1.1.orig/Makefile 2011-05-01 17:02:11.000000000 +0200
+++ frogatto-1.1/Makefile 2011-05-29 18:23:46.577981348 +0200
@@ -16,10 +16,10 @@
$(CXX) -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
game: $(objects)
- $(CXX) -g $(OPT) -L. -L/sw/lib -L. -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics $(objects) -o game
+ $(CXX) -g $(OPT) -L. -L/sw/lib -L. -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics $(objects) -o game
server: $(server_objects)
- $(CXX) -fno-inline-functions -g $(OPT) -L/sw/lib -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt -fthreadsafe-statics $(server_objects) -o server
+ $(CXX) -fno-inline-functions -g $(OPT) -L/sw/lib -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt -fthreadsafe-statics $(server_objects) -o server
poolalloc.o: src/poolalloc.c
$(CC) -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wreturn-type -c src/poolalloc.c
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 25 Sep 2010 14:14:26 -0000 1.3
+++ .cvsignore 11 Jun 2011 20:26:34 -0000 1.4
@@ -1 +1 @@
-frogatto-1.0.3.tar.bz2
+frogatto-1.1.tar.bz2
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/frogatto.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- frogatto.spec 30 May 2011 11:24:45 -0000 1.4
+++ frogatto.spec 11 Jun 2011 20:26:34 -0000 1.5
@@ -1,6 +1,6 @@
Name: frogatto
-Version: 1.0.3
-Release: 3%{?dist}
+Version: 1.1
+Release: 1%{?dist}
Summary: An old-school 2D platform game
Group: Amusements/Games
@@ -12,8 +12,8 @@
Source2: %{name}.desktop
Source3: %{name}.xpm
Source4: %{name}.pod
-Patch0: %{name}-1.0-Makefile.patch
-Patch1: %{name}-1.0.3-gcc-4.6.patch
+# Patch Makefile not to link lSDLmain
+Patch0: %{name}-1.1-Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -43,7 +43,9 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
+
+# Fix locale file path
+sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
%build
@@ -64,6 +66,10 @@
cp -pr data images music sounds \
%{buildroot}%{_datadir}/%{name}
+# Install translations
+install -d %{buildroot}%{_datadir}/locale
+cp -pr locale %{buildroot}%{_datadir}
+
# Install desktop file
install -d %{buildroot}%{_datadir}/applications
desktop-file-install \
@@ -82,6 +88,8 @@
-date="July 13th, 2010" \
%{SOURCE4} > %{buildroot}%{_mandir}/man6/%{name}.6
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -102,7 +110,7 @@
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}
@@ -114,6 +122,9 @@
%changelog
+* Sat Jun 11 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1-1
+- Updated to upstream 1.1
+
* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
- Rebuilt for new boost (rf#1773)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/F-15/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 25 Sep 2010 14:14:26 -0000 1.3
+++ sources 11 Jun 2011 20:26:34 -0000 1.4
@@ -1 +1 @@
-1e9ffe729c78c88d1e29147694299531 frogatto-1.0.3.tar.bz2
+ea686b62f33f0747d07d5612c66ea0a6 frogatto-1.1.tar.bz2
--- frogatto-1.0-Makefile.patch DELETED ---
--- frogatto-1.0.3-gcc-4.6.patch DELETED ---
13 years, 5 months
rpms/frogatto/devel frogatto-1.1-Makefile.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 frogatto.spec, 1.4, 1.5 sources, 1.3, 1.4 frogatto-1.0-Makefile.patch, 1.1, NONE frogatto-1.0.3-gcc-4.6.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/frogatto/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3823
Modified Files:
.cvsignore frogatto.spec sources
Added Files:
frogatto-1.1-Makefile.patch
Removed Files:
frogatto-1.0-Makefile.patch frogatto-1.0.3-gcc-4.6.patch
Log Message:
* Sat Jun 11 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1-1
- Updated to upstream 1.1
frogatto-1.1-Makefile.patch:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE frogatto-1.1-Makefile.patch ---
diff -durN frogatto-1.1.orig/Makefile frogatto-1.1/Makefile
--- frogatto-1.1.orig/Makefile 2011-05-01 17:02:11.000000000 +0200
+++ frogatto-1.1/Makefile 2011-05-29 18:23:46.577981348 +0200
@@ -16,10 +16,10 @@
$(CXX) -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
game: $(objects)
- $(CXX) -g $(OPT) -L. -L/sw/lib -L. -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics $(objects) -o game
+ $(CXX) -g $(OPT) -L. -L/sw/lib -L. -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics $(objects) -o game
server: $(server_objects)
- $(CXX) -fno-inline-functions -g $(OPT) -L/sw/lib -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt -fthreadsafe-statics $(server_objects) -o server
+ $(CXX) -fno-inline-functions -g $(OPT) -L/sw/lib -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDL -lGL -lGLU -lSDL_image -lSDL_ttf -lSDL_mixer -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_iostreams-mt -fthreadsafe-statics $(server_objects) -o server
poolalloc.o: src/poolalloc.c
$(CC) -fno-inline-functions -g $(OPT) `sdl-config --cflags` -D_GNU_SOURCE=1 -D_REENTRANT -Wreturn-type -c src/poolalloc.c
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 25 Sep 2010 14:14:26 -0000 1.3
+++ .cvsignore 11 Jun 2011 20:25:52 -0000 1.4
@@ -1 +1 @@
-frogatto-1.0.3.tar.bz2
+frogatto-1.1.tar.bz2
Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/frogatto.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- frogatto.spec 30 May 2011 11:23:44 -0000 1.4
+++ frogatto.spec 11 Jun 2011 20:25:52 -0000 1.5
@@ -1,6 +1,6 @@
Name: frogatto
-Version: 1.0.3
-Release: 3%{?dist}
+Version: 1.1
+Release: 1%{?dist}
Summary: An old-school 2D platform game
Group: Amusements/Games
@@ -12,8 +12,8 @@
Source2: %{name}.desktop
Source3: %{name}.xpm
Source4: %{name}.pod
-Patch0: %{name}-1.0-Makefile.patch
-Patch1: %{name}-1.0.3-gcc-4.6.patch
+# Patch Makefile not to link lSDLmain
+Patch0: %{name}-1.1-Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.2.7
@@ -43,7 +43,9 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
+
+# Fix locale file path
+sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
%build
@@ -64,6 +66,10 @@
cp -pr data images music sounds \
%{buildroot}%{_datadir}/%{name}
+# Install translations
+install -d %{buildroot}%{_datadir}/locale
+cp -pr locale %{buildroot}%{_datadir}
+
# Install desktop file
install -d %{buildroot}%{_datadir}/applications
desktop-file-install \
@@ -82,6 +88,8 @@
-date="July 13th, 2010" \
%{SOURCE4} > %{buildroot}%{_mandir}/man6/%{name}.6
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -102,7 +110,7 @@
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-%files
+%files -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}
@@ -114,6 +122,9 @@
%changelog
+* Sat Jun 11 2011 Andrea Musuruane <musuruan(a)gmail.com> 1.1-1
+- Updated to upstream 1.1
+
* Mon May 30 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.3-3
- Rebuilt for new boost (rf#1773)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 25 Sep 2010 14:14:26 -0000 1.3
+++ sources 11 Jun 2011 20:25:52 -0000 1.4
@@ -1 +1 @@
-1e9ffe729c78c88d1e29147694299531 frogatto-1.0.3.tar.bz2
+8c01c8a1d7ecf820a682eb684d8bf739 frogatto-1.1.tar.bz2
--- frogatto-1.0-Makefile.patch DELETED ---
--- frogatto-1.0.3-gcc-4.6.patch DELETED ---
13 years, 5 months
rpms/libva-freeworld/devel libva-freeworld.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2267/devel
Modified Files:
libva-freeworld.spec
Log Message:
- Fix typo when building --with full
- Requires at least the same libva version.
Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/devel/libva-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libva-freeworld.spec 8 Jun 2011 21:39:44 -0000 1.6
+++ libva-freeworld.spec 11 Jun 2011 07:57:55 -0000 1.7
@@ -1,6 +1,6 @@
Name: libva-freeworld
Version: 1.0.13
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
@@ -17,7 +17,8 @@
# owns the %{_libdir}/dri directory
Requires: mesa-dri-drivers
-%{?with_full: Conflicts: libva <= %{version} }
+%{?with_full:Conflicts: libva <= %{version}}
+%{!?with_full:Requires: libva%{_isa} >= %{version}}
%description
Libva-freeworld is a library providing the VA API video acceleration API.
@@ -51,12 +52,16 @@
%files
%defattr(-,root,root,-)
%doc COPYING
-%{?with_full:%exclude} %{_libdir}/libva*.so*
+%{!?with_full:%exclude} %{_libdir}/libva*.so*
%exclude %{_libdir}/dri/dummy_drv_video.so
%{_libdir}/dri/i965_drv_video.so
%changelog
+* Sat Jun 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-2
+- Fix typo when building --with full
+- Requires at least the same libva version.
+
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
13 years, 5 months
rpms/libva-freeworld/F-15 libva-freeworld.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-freeworld/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2267/F-15
Modified Files:
libva-freeworld.spec
Log Message:
- Fix typo when building --with full
- Requires at least the same libva version.
Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/libva-freeworld.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libva-freeworld.spec 8 Jun 2011 21:40:22 -0000 1.6
+++ libva-freeworld.spec 11 Jun 2011 07:57:56 -0000 1.7
@@ -1,6 +1,6 @@
Name: libva-freeworld
Version: 1.0.13
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
@@ -17,7 +17,8 @@
# owns the %{_libdir}/dri directory
Requires: mesa-dri-drivers
-%{?with_full: Conflicts: libva <= %{version} }
+%{?with_full:Conflicts: libva <= %{version}}
+%{!?with_full:Requires: libva%{_isa} >= %{version}}
%description
Libva-freeworld is a library providing the VA API video acceleration API.
@@ -51,12 +52,16 @@
%files
%defattr(-,root,root,-)
%doc COPYING
-%{?with_full:%exclude} %{_libdir}/libva*.so*
+%{!?with_full:%exclude} %{_libdir}/libva*.so*
%exclude %{_libdir}/dri/dummy_drv_video.so
%{_libdir}/dri/i965_drv_video.so
%changelog
+* Sat Jun 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-2
+- Fix typo when building --with full
+- Requires at least the same libva version.
+
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
13 years, 5 months
rpms/vcdimager/F-14 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vcdimager.spec, 1.8, 1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vcdimager/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20888/F-14
Modified Files:
.cvsignore sources vcdimager.spec
Log Message:
Update to 0.7.24
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Aug 2008 10:49:45 -0000 1.2
+++ .cvsignore 9 Jun 2011 13:00:47 -0000 1.3
@@ -1 +1 @@
-vcdimager-0.7.23.tar.gz
+vcdimager-0.7.24.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-14/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Aug 2008 10:49:45 -0000 1.2
+++ sources 9 Jun 2011 13:00:47 -0000 1.3
@@ -1 +1 @@
-5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz
+3af22978fd79c79d5fda6513b6811145 vcdimager-0.7.24.tar.gz
Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-14/vcdimager.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vcdimager.spec 26 Jan 2010 19:01:05 -0000 1.8
+++ vcdimager.spec 9 Jun 2011 13:00:47 -0000 1.9
@@ -1,7 +1,7 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
-Version: 0.7.23
-Release: 13%{?dist}.1
+Version: 0.7.24
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
@@ -116,6 +116,9 @@
%changelog
+* Thu Jun 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1
+- Update to 0.7.24
+
* Sun Jan 24 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.7.23-13
- Rebuild for libcdio
13 years, 5 months
rpms/vcdimager/F-15 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vcdimager.spec, 1.8, 1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vcdimager/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20888/F-15
Modified Files:
.cvsignore sources vcdimager.spec
Log Message:
Update to 0.7.24
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-15/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Aug 2008 10:49:45 -0000 1.2
+++ .cvsignore 9 Jun 2011 13:00:47 -0000 1.3
@@ -1 +1 @@
-vcdimager-0.7.23.tar.gz
+vcdimager-0.7.24.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-15/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Aug 2008 10:49:45 -0000 1.2
+++ sources 9 Jun 2011 13:00:47 -0000 1.3
@@ -1 +1 @@
-5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz
+3af22978fd79c79d5fda6513b6811145 vcdimager-0.7.24.tar.gz
Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/F-15/vcdimager.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vcdimager.spec 26 Jan 2010 19:01:05 -0000 1.8
+++ vcdimager.spec 9 Jun 2011 13:00:47 -0000 1.9
@@ -1,7 +1,7 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
-Version: 0.7.23
-Release: 13%{?dist}.1
+Version: 0.7.24
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
@@ -116,6 +116,9 @@
%changelog
+* Thu Jun 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1
+- Update to 0.7.24
+
* Sun Jan 24 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.7.23-13
- Rebuild for libcdio
13 years, 5 months
rpms/vcdimager/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 vcdimager.spec, 1.8, 1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vcdimager/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18294
Modified Files:
sources .cvsignore vcdimager.spec
Log Message:
Update to 0.7.24
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vcdimager/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 9 Aug 2008 10:49:45 -0000 1.2
+++ sources 9 Jun 2011 12:29:49 -0000 1.3
@@ -1 +1 @@
-5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz
+3af22978fd79c79d5fda6513b6811145 vcdimager-0.7.24.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vcdimager/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 9 Aug 2008 10:49:45 -0000 1.2
+++ .cvsignore 9 Jun 2011 12:29:49 -0000 1.3
@@ -1 +1 @@
-vcdimager-0.7.23.tar.gz
+vcdimager-0.7.24.tar.gz
Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/devel/vcdimager.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vcdimager.spec 26 Jan 2010 19:01:05 -0000 1.8
+++ vcdimager.spec 9 Jun 2011 12:29:49 -0000 1.9
@@ -1,7 +1,7 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
-Version: 0.7.23
-Release: 13%{?dist}.1
+Version: 0.7.24
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
@@ -116,6 +116,9 @@
%changelog
+* Thu Jun 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1
+- Update to 0.7.24
+
* Sun Jan 24 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.7.23-13
- Rebuild for libcdio
13 years, 5 months
rpms/libva-freeworld/F-15 .cvsignore, 1.4, 1.5 libva-freeworld.spec, 1.5, 1.6 sources, 1.4, 1.5 101_dont_install_test_programs.patch, 1.1, NONE libva-1.0.10-20110310.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-freeworld/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29251/F-15
Modified Files:
.cvsignore libva-freeworld.spec sources
Removed Files:
101_dont_install_test_programs.patch
libva-1.0.10-20110310.patch
Log Message:
Update to 1.0.13
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Apr 2011 22:08:37 -0000 1.4
+++ .cvsignore 8 Jun 2011 21:40:22 -0000 1.5
@@ -1 +1 @@
-libva-1.0.12.tar.bz2
+libva-1.0.13.tar.bz2
Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/libva-freeworld.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libva-freeworld.spec 9 Apr 2011 22:08:38 -0000 1.5
+++ libva-freeworld.spec 8 Jun 2011 21:40:22 -0000 1.6
@@ -1,29 +1,30 @@
Name: libva-freeworld
-Version: 1.0.12
+Version: 1.0.13
Release: 1%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
URL: http://freedesktop.org/wiki/Software/vaapi
Source0: http://cgit.freedesktop.org/libva/snapshot/libva-%{version}.tar.bz2
-Patch0: 101_dont_install_test_programs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.24
+BuildRequires: libpciaccess-devel
BuildRequires: mesa-libGL-devel
# owns the %{_libdir}/dri directory
Requires: mesa-dri-drivers
+%{?with_full: Conflicts: libva <= %{version} }
+
%description
Libva-freeworld is a library providing the VA API video acceleration API.
%prep
%setup -q -n libva-%{version}
-%patch0 -p1 -b .testprogs
%build
@@ -39,6 +40,8 @@
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_bindir}
+
+
%clean
rm -rf %{buildroot}
@@ -48,12 +51,15 @@
%files
%defattr(-,root,root,-)
%doc COPYING
-%exclude %{_libdir}/libva*.so*
+%{?with_full:%exclude} %{_libdir}/libva*.so*
%exclude %{_libdir}/dri/dummy_drv_video.so
-%{_libdir}/dri/*_drv_video.so
+%{_libdir}/dri/i965_drv_video.so
%changelog
+* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
+- Update to 1.0.13
+
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/F-15/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Apr 2011 22:08:38 -0000 1.4
+++ sources 8 Jun 2011 21:40:23 -0000 1.5
@@ -1 +1 @@
-84408a0746a63b8cf308dc7b9f2451cf libva-1.0.12.tar.bz2
+221207c386129e02fc05827147af7aa6 libva-1.0.13.tar.bz2
--- 101_dont_install_test_programs.patch DELETED ---
--- libva-1.0.10-20110310.patch DELETED ---
13 years, 5 months
rpms/libva-freeworld/devel .cvsignore, 1.4, 1.5 libva-freeworld.spec, 1.5, 1.6 sources, 1.4, 1.5 101_dont_install_test_programs.patch, 1.1, NONE libva-1.0.10-20110310.patch, 1.1, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29035/devel
Modified Files:
.cvsignore libva-freeworld.spec sources
Removed Files:
101_dont_install_test_programs.patch
libva-1.0.10-20110310.patch
Log Message:
Update to 1.0.13
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Apr 2011 22:08:37 -0000 1.4
+++ .cvsignore 8 Jun 2011 21:39:44 -0000 1.5
@@ -1 +1 @@
-libva-1.0.12.tar.bz2
+libva-1.0.13.tar.bz2
Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/devel/libva-freeworld.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libva-freeworld.spec 9 Apr 2011 22:08:38 -0000 1.5
+++ libva-freeworld.spec 8 Jun 2011 21:39:44 -0000 1.6
@@ -1,29 +1,30 @@
Name: libva-freeworld
-Version: 1.0.12
+Version: 1.0.13
Release: 1%{?dist}
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
URL: http://freedesktop.org/wiki/Software/vaapi
Source0: http://cgit.freedesktop.org/libva/snapshot/libva-%{version}.tar.bz2
-Patch0: 101_dont_install_test_programs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.24
+BuildRequires: libpciaccess-devel
BuildRequires: mesa-libGL-devel
# owns the %{_libdir}/dri directory
Requires: mesa-dri-drivers
+%{?with_full: Conflicts: libva <= %{version} }
+
%description
Libva-freeworld is a library providing the VA API video acceleration API.
%prep
%setup -q -n libva-%{version}
-%patch0 -p1 -b .testprogs
%build
@@ -39,6 +40,8 @@
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_bindir}
+
+
%clean
rm -rf %{buildroot}
@@ -48,12 +51,15 @@
%files
%defattr(-,root,root,-)
%doc COPYING
-%exclude %{_libdir}/libva*.so*
+%{?with_full:%exclude} %{_libdir}/libva*.so*
%exclude %{_libdir}/dri/dummy_drv_video.so
-%{_libdir}/dri/*_drv_video.so
+%{_libdir}/dri/i965_drv_video.so
%changelog
+* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
+- Update to 1.0.13
+
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Apr 2011 22:08:38 -0000 1.4
+++ sources 8 Jun 2011 21:39:44 -0000 1.5
@@ -1 +1 @@
-84408a0746a63b8cf308dc7b9f2451cf libva-1.0.12.tar.bz2
+221207c386129e02fc05827147af7aa6 libva-1.0.13.tar.bz2
--- 101_dont_install_test_programs.patch DELETED ---
--- libva-1.0.10-20110310.patch DELETED ---
13 years, 5 months
rpms/xorg-x11-drv-nvidia/F-14 00-ignoreabi.conf, NONE, 1.1 .cvsignore, 1.27, 1.28 sources, 1.27, 1.28 xorg-x11-drv-nvidia.spec, 1.54, 1.55 filter-provides.sh, 1.1, NONE filter-requires.sh, 1.3, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27066
Modified Files:
.cvsignore sources xorg-x11-drv-nvidia.spec
Added Files:
00-ignoreabi.conf
Removed Files:
filter-provides.sh filter-requires.sh
Log Message:
Update to current
--- NEW FILE 00-ignoreabi.conf ---
Section "ServerFlags"
Option "IgnoreABI" "True"
EndSection
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-14/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 21 Jan 2011 19:23:00 -0000 1.27
+++ .cvsignore 8 Jun 2011 21:19:14 -0000 1.28
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-260.19.36.run
-NVIDIA-Linux-x86_64-260.19.36.run
+NVIDIA-Linux-x86-270.41.19.run
+NVIDIA-Linux-x86_64-270.41.19.run
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-14/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 21 Jan 2011 19:23:00 -0000 1.27
+++ sources 8 Jun 2011 21:19:14 -0000 1.28
@@ -1,2 +1,2 @@
-2826484d87827351774449382e45c4a9 NVIDIA-Linux-x86-260.19.36.run
-88376a73c8ba487526a6f62ac82c7c75 NVIDIA-Linux-x86_64-260.19.36.run
+c167e32702f56599bd600add97943312 NVIDIA-Linux-x86-270.41.19.run
+b84143ecb5c0511c5ef9e53e732d9136 NVIDIA-Linux-x86_64-270.41.19.run
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-14/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- xorg-x11-drv-nvidia.spec 21 Jan 2011 19:23:00 -0000 1.54
+++ xorg-x11-drv-nvidia.spec 8 Jun 2011 21:19:14 -0000 1.55
@@ -1,14 +1,12 @@
-%define nvidialibdir %{_libdir}/nvidia
+%global nvidialibdir %{_libdir}/nvidia
+%global ignoreabi 0
-# Tweak to have debuginfo - part 1/2
-%if 0%{?fedora} >= 7
-%define __debug_install_post %{_builddir}/%{?buildsubdir}/find-debuginfo.sh %{_builddir}/%{?buildsubdir}\
-%{nil}
-%endif
+%global debug_package %{nil}
+%global __strip /bin/true
Name: xorg-x11-drv-nvidia
Epoch: 1
-Version: 260.19.36
+Version: 270.41.19
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -19,17 +17,9 @@
Source1: ftp://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x8...
Source2: 00-nvidia.conf
Source3: nvidia-xorg.conf
-#Source5: nvidia-init
Source6: blacklist-nouveau.conf
-#Source10: nvidia-config-display
Source11: nvidia-README.Fedora
-# So we don't pull other nvidia variants
-Source91: filter-requires.sh
-# So we don't mess with mesa provides.
-Source92: filter-provides.sh
-%define _use_internal_dependency_generator 0
-%define __find_requires %{SOURCE91}
-%define __find_provides %{SOURCE92}
+Source99: 00-ignoreabi.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -78,6 +68,20 @@
Obsoletes: xorg-x11-drv-nvidia-newest < %{version}-100
Provides: xorg-x11-drv-nvidia-newest = %{version}-101
+%{?filter_setup:
+%filter_from_provides /^libnvidia/d;
+%filter_from_provides /^libGLCore\.so/d;
+%filter_from_provides /^libGL\.so/d;
+%filter_from_provides /^libvdpau_nvidia\.so\.1/d;
+%filter_from_provides /^libXvMCNVIDIA_dynamic\.so\.1/d;
+%filter_from_provides /^libglx\.so/d;
+%filter_from_requires /^libnvidia/d;
+%filter_from_requires /^libGLCore\.so/d;
+%filter_from_requires /^libGL\.so/d;
+%filter_from_requires /^libvdpau_nvidia\.so\.1/d;
+%filter_from_requires /^libXvMCNVIDIA_dynamic\.so\.1/d;
+%filter_setup
+}
%description
This package provides the most recent NVIDIA display driver which allows for
@@ -108,7 +112,7 @@
Summary: Libraries for %{name}
Group: User Interface/X Hardware Support
Requires: %{name} = %{?epoch}:%{version}-%{release}
-Requires: libvdpau%{_isa} >= 0.3
+Requires: libvdpau%{_isa} >= 0.4
Provides: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
%ifarch %{ix86}
Provides: %{name}-libs-32bit = %{?epoch}:%{version}-%{release}
@@ -129,11 +133,6 @@
sh %{SOURCE0} --extract-only --target nvidiapkg-x86
sh %{SOURCE1} --extract-only --target nvidiapkg-x64
tar -cjf nvidia-kmod-data-%{version}.tar.bz2 nvidiapkg-*/LICENSE nvidiapkg-*/kernel
-# Tweak to have debuginfo - part 2/2
-%if 0%{?fedora} >= 7
-cp -p %{_prefix}/lib/rpm/find-debuginfo.sh .
-sed -i -e 's|strict=true|strict=false|' find-debuginfo.sh
-%endif
%ifarch %{ix86}
ln -s nvidiapkg-x86 nvidiapkg
@@ -141,12 +140,6 @@
ln -s nvidiapkg-x64 nvidiapkg
%endif
-# Tweak to have debuginfo - part 2/2
-%if 0%{?fedora} >= 7
-cp -p %{_prefix}/lib/rpm/find-debuginfo.sh .
-sed -i -e 's|strict=true|strict=false|' find-debuginfo.sh
-%endif
-
%build
# Nothing to build
echo "Nothing to build"
@@ -246,6 +239,9 @@
sed -i -e 's|@LIBDIR@|%{_libdir}|g' $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
install -pm 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/
+%{?_with_ignoreabi:
+install -pm 0644 %{SOURCE99} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
+}
%clean
@@ -301,6 +297,9 @@
%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
%config %{_sysconfdir}/OpenCL/vendors/nvidia.icd
+%{?_with_ignoreabi:
+%config %{_sysconfdir}/X11/xorg.conf.d/00-ignoreabi.conf
+}
%config %{_sysconfdir}/X11/xorg.conf.d/00-nvidia.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-nouveau.conf
%config(noreplace) %{_sysconfdir}/X11/nvidia-xorg.conf
@@ -338,9 +337,33 @@
%{nvidialibdir}/libGL.so
%{nvidialibdir}/libXvMCNVIDIA.so
%{nvidialibdir}/libnvcuvid.so
+%{nvidialibdir}/libnvidia-ml.so
%changelog
+* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.41.19-1
+- Update to 270.41.19
+- Use official filter macros - patch from <Jochen herr-schmitt de>
+
+* Sat Apr 30 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.41.06-1
+- Update to 270.41.06
+
+* Tue Apr 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.41.03-1
+- Update to 270.41.03
+
+* Thu Mar 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.30-1
+- Update to 270.30
+
+* Tue Mar 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.29-1
+- Update to 270.29
+
+* Tue Feb 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.26-1
+- Update to 270.26
+
+* Sun Jan 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:270.18-1
+- Update to 270.18 beta
+- Add support for IgnoreABI xorg option
+
* Fri Jan 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:260.19.36-1
- Update to 260.19.36
- Restore execstack -c on redistributed binaries
--- filter-provides.sh DELETED ---
--- filter-requires.sh DELETED ---
13 years, 5 months