rpms/nailer - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/nailer
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsaV8327/rpms/nailer
Log Message:
Directory /cvs/free/rpms/nailer added to the repository
15 years, 9 months
rpms/vlc/F-10 vlc.spec,1.16,1.17 sources,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10743
Modified Files:
vlc.spec sources
Log Message:
Update to 0.9.9-rc2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-10/vlc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vlc.spec 5 Dec 2008 01:58:29 -0000 1.16
+++ vlc.spec 6 Mar 2009 18:23:51 -0000 1.17
@@ -4,7 +4,8 @@
%define with_internal_live555 0
%define live555_date 2008.07.25
%define vlc_git 0
-%define vlc_date 20080915
+%define vlc_rc -rc2
+%define vlc_date 20090210
%define with_mozilla 1
%define with_dc1394 0
%define with_directfb 1
@@ -17,9 +18,9 @@
%define _version %{version}-git
%define release_tag 0.1.%{vlc_date}git
%else
-Version: 0.9.8a
+Version: 0.9.9
%define _version %{version}
-%define release_tag 1
+%define release_tag 0.4rc2
%endif
Release: %{release_tag}%{?dist}
License: GPLv2+
@@ -28,7 +29,7 @@
%if %vlc_git
Source0: http://nightlies.videolan.org/build/source/trunk-%{vlc_date}-0024/vlc-sna...
%else
-Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{_version}....
+Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{_version}%...
%endif
%if %with_internal_live555
Source2: http://www.live555.com/liveMedia/public/live.%{live555_date}.tar.gz
@@ -108,7 +109,7 @@
BuildRequires: libGL-devel
BuildRequires: libGLU-devel
BuildRequires: libmusicbrainz-devel
-%{?_with_lua:BuildRequires: lua-devel}
+BuildRequires: lua-devel
BuildRequires: mpeg2dec-devel >= 0.3.2
BuildRequires: ncurses-devel
BuildRequires: opencv-devel
@@ -173,14 +174,14 @@
%if %with_dc1394
BuildRequires: compat-libdc1394-devel
BuildRequires: compat-libraw1394-devel
-%else
-BuildRequires: libraw1394-devel
+#else
+#BuildRequires: libraw1394-devel
%endif
Requires: vlc-core = %{version}-%{release}
%if 0%{?fedora} > 10
-Requires: dejavu-fonts-sans
+Requires: dejavu-sans-fonts
%else
Requires: dejavu-fonts
%endif
@@ -201,7 +202,6 @@
Non-default rpmbuild options:
--with dirac: Enable dirac codec support
--with kate: Enable kate codec support
---with lua: Enable lua support
%description devel
@@ -259,11 +259,13 @@
%endif
%prep
-%setup -q -n %{name}-%{_version}
+%setup -q -n %{name}-%{_version}%{?vlc_rc}
%if %with_internal_live555
-%setup -q -D -T -a 2 -n %{name}-%{_version}
+%setup -q -D -T -a 2 -n %{name}-%{_version}%{?vlc_rc}
%endif
%patch0 -p1 -b .default_font
+%if %vlc_git
+%else
%patch1 -p1 -b .pulse_default
%patch2 -p1 -b .embedded
#http://trac.videolan.org/vlc/ticket/1383
@@ -274,6 +276,7 @@
chmod -x modules/gui/qt4/qt4*
#./bootstrap
+%endif
%build
@@ -295,7 +298,7 @@
--with-tuning=no \
--enable-switcher \
--enable-shout \
- %{?_with_lua:--enable-lua --enable-lua} \
+ --enable-lua \
--enable-live555 \
%if %with_internal_live555
--with-live555-tree=live \
@@ -372,7 +375,6 @@
make %{?_smp_mflags}
-
%install
rm -rf $RPM_BUILD_ROOT
@@ -440,12 +442,8 @@
%{_datadir}/applications/*%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/vlc.png
%{_datadir}/vlc/skins2/
-%{_bindir}/cvlc
-%{_bindir}/nvlc
%{_bindir}/qvlc
-%{_bindir}/rvlc
%{_bindir}/svlc
-%{_bindir}/vlc-wrapper
%{_libdir}/vlc/gui/libqt4_plugin.so
%{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so
%{_libdir}/vlc/access/libscreen_plugin.so
@@ -473,6 +471,10 @@
%files core -f %{name}.lang
%defattr(-,root,root,-)
%{_bindir}/vlc
+%{_bindir}/cvlc
+%{_bindir}/nvlc
+%{_bindir}/rvlc
+%{_bindir}/vlc-wrapper
%exclude %{_datadir}/vlc/skins2
%{_datadir}/vlc/
%{_libdir}/*.so.*
@@ -507,7 +509,7 @@
%exclude %{_libdir}/vlc/access/libdc1394_plugin.so
%endif
%{_libdir}/vlc/
-%{_mandir}/man1/vlc.1*
+%{_mandir}/man1/vlc*.1*
%files nox
%defattr(-,root,root,-)
@@ -541,6 +543,10 @@
%changelog
+* Fri Mar 6 2009 kwizart < kwizart at gmail.com > - 0.9.9-0.4rc2
+- Update to 0.9.9-rc2
+- Add lua support by default
+
* Fri Dec 5 2008 kwizart < kwizart at gmail.com > - 0.9.8a-1
- Update to 0.9.8a
Security update:
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 5 Dec 2008 01:58:29 -0000 1.8
+++ sources 6 Mar 2009 18:23:51 -0000 1.9
@@ -1 +1 @@
-8ffa2ff763badd5de7592004d8d69a63 vlc-0.9.8a.tar.bz2
+d9e43e626c183052a6d44954eb366f08 vlc-0.9.9-rc2.tar.bz2
15 years, 9 months
rpms/vlc/devel sources, 1.10, 1.11 .cvsignore, 1.10, 1.11 vlc.spec, 1.27, 1.28
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9871
Modified Files:
sources .cvsignore vlc.spec
Log Message:
Update to -rc2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 13 Feb 2009 18:14:19 -0000 1.10
+++ sources 6 Mar 2009 18:07:04 -0000 1.11
@@ -1 +1 @@
-d332a2b8075d0f70de63372221e2a487 vlc-0.9.9-rc.tar.bz2
+d9e43e626c183052a6d44954eb366f08 vlc-0.9.9-rc2.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 13 Feb 2009 18:14:19 -0000 1.10
+++ .cvsignore 6 Mar 2009 18:07:04 -0000 1.11
@@ -1 +1 @@
-vlc-0.9.9-rc.tar.bz2
+vlc-0.9.9-rc2.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vlc.spec 27 Feb 2009 08:55:04 -0000 1.27
+++ vlc.spec 6 Mar 2009 18:07:04 -0000 1.28
@@ -4,7 +4,7 @@
%define with_internal_live555 0
%define live555_date 2008.07.25
%define vlc_git 0
-%define vlc_rc -rc
+%define vlc_rc -rc2
%define vlc_date 20090210
%define with_mozilla 1
%define with_dc1394 0
@@ -20,7 +20,7 @@
%else
Version: 0.9.9
%define _version %{version}
-%define release_tag 0.3rc
+%define release_tag 0.4rc2
%endif
Release: %{release_tag}%{?dist}
License: GPLv2+
@@ -547,6 +547,9 @@
%changelog
+* Fri Mar 6 2009 kwizart < kwizart at gmail.com > - 0.9.9-0.4rc2
+- Update to 0.9.9-rc2
+
* Fri Feb 27 2009 kwizart < kwizart at gmail.com > - 0.9.9-0.3rc
- Rename the Required font package.
15 years, 9 months
rpms/sdlmame/F-9 sdlmame-warnings.patch, 1.1, 1.2 sdlmame.spec, 1.40, 1.41
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1835
Modified Files:
sdlmame-warnings.patch sdlmame.spec
Log Message:
Updated the warnings patch
sdlmame-warnings.patch:
Index: sdlmame-warnings.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-warnings.patch 9 Jun 2008 20:04:30 -0000 1.1
+++ sdlmame-warnings.patch 5 Mar 2009 19:24:42 -0000 1.2
@@ -1,11 +1,11 @@
---- makefile.warnings~ 2008-02-22 05:12:07.000000000 +0100
-+++ makefile 2008-02-23 10:41:00.000000000 +0100
-@@ -326,7 +326,7 @@
+--- makefile.warnings~ 2009-03-05 15:16:35.000000000 +0100
++++ makefile 2009-03-05 20:20:18.000000000 +0100
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
- endif
-
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sdlmame.spec 5 Mar 2009 18:50:06 -0000 1.40
+++ sdlmame.spec 5 Mar 2009 19:24:42 -0000 1.41
@@ -215,6 +215,7 @@
* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
- Updated to 0.129u6
- Dropped the upstreamed gcc-4.4 fix
+- Updated the warnings patch
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u5
15 years, 9 months
rpms/sdlmame/F-10 sdlmame-warnings.patch, 1.1, 1.2 sdlmame.spec, 1.42, 1.43
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1760
Modified Files:
sdlmame-warnings.patch sdlmame.spec
Log Message:
Updated the warnings patch
sdlmame-warnings.patch:
Index: sdlmame-warnings.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-warnings.patch 9 Jun 2008 20:05:32 -0000 1.1
+++ sdlmame-warnings.patch 5 Mar 2009 19:24:35 -0000 1.2
@@ -1,11 +1,11 @@
---- makefile.warnings~ 2008-02-22 05:12:07.000000000 +0100
-+++ makefile 2008-02-23 10:41:00.000000000 +0100
-@@ -326,7 +326,7 @@
+--- makefile.warnings~ 2009-03-05 15:16:35.000000000 +0100
++++ makefile 2009-03-05 20:20:18.000000000 +0100
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
- endif
-
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sdlmame.spec 5 Mar 2009 18:49:16 -0000 1.42
+++ sdlmame.spec 5 Mar 2009 19:24:35 -0000 1.43
@@ -215,6 +215,7 @@
* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
- Updated to 0.129u6
- Dropped the upstreamed gcc-4.4 fix
+- Updated the warnings patch
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u5
15 years, 9 months
rpms/sdlmame/devel sdlmame-warnings.patch, 1.1, 1.2 sdlmame.spec, 1.41, 1.42
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1679
Modified Files:
sdlmame-warnings.patch sdlmame.spec
Log Message:
Updated the warnings patch
sdlmame-warnings.patch:
Index: sdlmame-warnings.patch
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdlmame-warnings.patch 9 Jun 2008 20:05:32 -0000 1.1
+++ sdlmame-warnings.patch 5 Mar 2009 19:24:29 -0000 1.2
@@ -1,11 +1,11 @@
---- makefile.warnings~ 2008-02-22 05:12:07.000000000 +0100
-+++ makefile 2008-02-23 10:41:00.000000000 +0100
-@@ -326,7 +326,7 @@
+--- makefile.warnings~ 2009-03-05 15:16:35.000000000 +0100
++++ makefile 2009-03-05 20:20:18.000000000 +0100
+@@ -337,7 +337,7 @@
+ # and make all errors into warnings
ifneq ($(OPTIMIZE),0)
- CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
ifneq ($(TARGETOS),os2)
--CFLAGS += -Werror
-+#CFLAGS += -Werror
+-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
++CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
+ else
+ CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
endif
- endif
-
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sdlmame.spec 5 Mar 2009 18:48:05 -0000 1.41
+++ sdlmame.spec 5 Mar 2009 19:24:29 -0000 1.42
@@ -215,6 +215,7 @@
* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
- Updated to 0.129u6
- Dropped the upstreamed gcc-4.4 fix
+- Updated the warnings patch
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u5
15 years, 9 months
rpms/sdlmame/F-9 .cvsignore, 1.33, 1.34 sdlmame.spec, 1.39, 1.40 sources, 1.34, 1.35
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31733
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
- Updated to 0.129u6
- Dropped the upstreamed gcc-4.4 fix
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 26 Feb 2009 16:23:00 -0000 1.33
+++ .cvsignore 5 Mar 2009 18:50:06 -0000 1.34
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0129u5.zip
+sdlmame0129u6.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sdlmame.spec 27 Feb 2009 17:26:42 -0000 1.39
+++ sdlmame.spec 5 Mar 2009 18:50:06 -0000 1.40
@@ -1,4 +1,4 @@
-%define beta 0129u5
+%define beta 0129u6
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0130
-Release: 0.5.%{?beta}%{?dist}
+Release: 0.6.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -212,6 +212,10 @@
%changelog
+* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
+- Updated to 0.129u6
+- Dropped the upstreamed gcc-4.4 fix
+
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u5
- Use macros consistently
@@ -219,6 +223,7 @@
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
+- Fixed building with gcc-4.4
* Fri Jan 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.3.0129u3
- Updated to 0.129u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources 26 Feb 2009 16:23:00 -0000 1.34
+++ sources 5 Mar 2009 18:50:06 -0000 1.35
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-7921149ca826ba6e8e9f5435e3042b61 sdlmame0129u5.zip
+8fe408071ec97732e403bd7d1ce56861 sdlmame0129u6.zip
15 years, 9 months
rpms/sdlmame/F-10 .cvsignore, 1.33, 1.34 sdlmame.spec, 1.41, 1.42 sources, 1.34, 1.35
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31610
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
- Updated to 0.129u6
- Dropped the upstreamed gcc-4.4 fix
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 26 Feb 2009 16:22:31 -0000 1.33
+++ .cvsignore 5 Mar 2009 18:49:16 -0000 1.34
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0129u5.zip
+sdlmame0129u6.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sdlmame.spec 27 Feb 2009 17:26:42 -0000 1.41
+++ sdlmame.spec 5 Mar 2009 18:49:16 -0000 1.42
@@ -1,4 +1,4 @@
-%define beta 0129u5
+%define beta 0129u6
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0130
-Release: 0.5.%{?beta}%{?dist}
+Release: 0.6.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -212,6 +212,10 @@
%changelog
+* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
+- Updated to 0.129u6
+- Dropped the upstreamed gcc-4.4 fix
+
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u5
- Use macros consistently
@@ -219,6 +223,7 @@
* Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
- Updated to 0.129u4
+- Fixed building with gcc-4.4
* Fri Jan 30 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.3.0129u3
- Updated to 0.129u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources 26 Feb 2009 16:22:32 -0000 1.34
+++ sources 5 Mar 2009 18:49:16 -0000 1.35
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-7921149ca826ba6e8e9f5435e3042b61 sdlmame0129u5.zip
+8fe408071ec97732e403bd7d1ce56861 sdlmame0129u6.zip
15 years, 9 months
rpms/sdlmame/devel .cvsignore, 1.33, 1.34 sdlmame.spec, 1.40, 1.41 sources, 1.34, 1.35 sdlmame-0.129u4-gcc44.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31503
Modified Files:
.cvsignore sdlmame.spec sources
Removed Files:
sdlmame-0.129u4-gcc44.patch
Log Message:
* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
- Updated to 0.129u6
- Dropped the upstreamed gcc-4.4 fix
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 26 Feb 2009 16:22:09 -0000 1.33
+++ .cvsignore 5 Mar 2009 18:48:05 -0000 1.34
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0129u5.zip
+sdlmame0129u6.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sdlmame.spec 27 Feb 2009 17:26:42 -0000 1.40
+++ sdlmame.spec 5 Mar 2009 18:48:05 -0000 1.41
@@ -1,4 +1,4 @@
-%define beta 0129u5
+%define beta 0129u6
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0130
-Release: 0.5.%{?beta}%{?dist}
+Release: 0.6.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -31,7 +31,6 @@
Patch1: %{name}-expat.patch
Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
-Patch4: sdlmame-0.129u4-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -84,7 +83,6 @@
%patch1 -p0 -b .expat~
%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
-%patch4 -p0 -b .gcc44
# Create mame.ini file
cat > mame.ini << EOF
@@ -214,6 +212,10 @@
%changelog
+* Thu Mar 05 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.6.0129u6
+- Updated to 0.129u6
+- Dropped the upstreamed gcc-4.4 fix
+
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u5
- Use macros consistently
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources 26 Feb 2009 16:22:09 -0000 1.34
+++ sources 5 Mar 2009 18:48:05 -0000 1.35
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-7921149ca826ba6e8e9f5435e3042b61 sdlmame0129u5.zip
+8fe408071ec97732e403bd7d1ce56861 sdlmame0129u6.zip
--- sdlmame-0.129u4-gcc44.patch DELETED ---
15 years, 9 months
rpms/mock-rpmfusion-nonfree/F-10 mock-rpmfusion-nonfree.spec, 1.1, 1.2 sources, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17648/F-10
Modified Files:
mock-rpmfusion-nonfree.spec sources
Log Message:
Update
Index: mock-rpmfusion-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-10/mock-rpmfusion-nonfree.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mock-rpmfusion-nonfree.spec 23 Feb 2009 13:33:07 -0000 1.1
+++ mock-rpmfusion-nonfree.spec 5 Mar 2009 14:48:42 -0000 1.2
@@ -1,5 +1,5 @@
Name: mock-rpmfusion-nonfree
-Version: 10.0
+Version: 10.1
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion NonFree Repository
@@ -40,6 +40,11 @@
%changelog
+* Wed Mar 4 2009 kwizart < kwizart at gmail.com > - 10.1-1
+- Update to 10.1
+- Fix Rawhide dist to .f11
+- Set Rawhide default target_arch to i586 for x86
+
* Mon Feb 23 2009 kwizart < kwizart at gmail.com > - 10.0-1
- Bump to 10.0
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mock-rpmfusion-nonfree/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 23 Feb 2009 13:33:07 -0000 1.2
+++ sources 5 Mar 2009 14:48:42 -0000 1.3
@@ -1 +1 @@
-3e6ef45b0bb313a9a8aa85124717ed78 mock-rpmfusion-nonfree-10.0.tar.bz2
+f6871923e501d7aaf38da3b235b711c5 mock-rpmfusion-nonfree-10.1.tar.bz2
15 years, 9 months