rpms/vlc/F-15 vlc-1.1-backport_20110607.patch, NONE, 1.1 .cvsignore, 1.38, 1.39 sources, 1.46, 1.47 vlc.spec, 1.124, 1.125
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27706/F-15
Modified Files:
.cvsignore sources vlc.spec
Added Files:
vlc-1.1-backport_20110607.patch
Log Message:
Update to 1.1.10 (final)
vlc-1.1-backport_20110607.patch:
audio_output/pulse.c | 2 +-
demux/avformat/demux.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
--- NEW FILE vlc-1.1-backport_20110607.patch ---
diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index 7a5ef1f..64de04d 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -273,7 +273,7 @@ static int Open(vlc_object_t *obj)
aout_instance_t *aout = (aout_instance_t *)obj;
#if !defined(PA_CHECK_VERSION) || !PA_CHECK_VERSION(0,9,22)
- if( !vlc_xlib_init( p_this ) )
+ if( !vlc_xlib_init( obj ) )
return VLC_EGENERIC;
#endif
diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index fbb0b28..bd7c166 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -210,6 +210,9 @@ int OpenDemux( vlc_object_t *p_this )
*/
p_sys->url.is_streamed = 1;
p_sys->io.is_streamed = 1;
+#if defined(AVIO_SEEKABLE_NORMAL)
+ p_sys->io.seekable = 0;
+#endif
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-15/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 12 Apr 2011 15:47:00 -0000 1.38
+++ .cvsignore 7 Jun 2011 10:21:04 -0000 1.39
@@ -1 +1 @@
-vlc-1.1.9.tar.bz2
+vlc-1.1.10.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-15/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources 12 Apr 2011 15:47:00 -0000 1.46
+++ sources 7 Jun 2011 10:21:04 -0000 1.47
@@ -1 +1 @@
-06adb1848e6b87fbe1ced77ec0f91e4c vlc-1.1.9.tar.bz2
+066cb94b1e3aa848d828121354d6be4d vlc-1.1.10.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-15/vlc.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- vlc.spec 10 May 2011 15:44:13 -0000 1.124
+++ vlc.spec 7 Jun 2011 10:21:05 -0000 1.125
@@ -1,7 +1,7 @@
#global live555_date 2009.07.28
#global vlc_rc -rc3
%global vlc_bootstrap 1
-%global tarball_version 1.1.9
+%global tarball_version 1.1.10
%global _with_workaround_circle_deps 1
%global _with_freeworld 1
%if 0%{?_with_freeworld:1}
@@ -19,17 +19,14 @@
%global _with_live555 --with-live555
%global _with_vaapi --with-vaapi
%endif
-%if 0%{?fedora} > 14
-# Those need works in Rawhide
-%global _without_mozilla 1
-%else
+%if 0%{?fedora} < 15
%global _with_gnomevfs 1
%endif
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.9
-Release: 2%{?dist}
+Version: 1.1.10
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -41,6 +38,7 @@
Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-1.1.8-bugfix.opencv22.patch
+Patch6: vlc-1.1-backport_20110607.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -253,6 +251,7 @@
%if 0%{?fedora} >= 15
%patch5 -p1 -b .opencv22
%endif
+%patch6 -p1
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
rm modules/access/videodev2.h
@@ -564,6 +563,11 @@
%changelog
+* Mon Jun 06 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.10-1
+- Update to 1.1.10
+- backport from 1.1-bugfix
+- Re-add mozilla-vlc for f15
+
* Tue May 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-2
- Rebuilt for libdvbpsi
13 years, 5 months
rpms/vlc/F-13 vlc-1.1-backport_20110607.patch, NONE, 1.1 .cvsignore, 1.33, 1.34 sources, 1.39, 1.40 vlc.spec, 1.95, 1.96
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27706/F-13
Modified Files:
.cvsignore sources vlc.spec
Added Files:
vlc-1.1-backport_20110607.patch
Log Message:
Update to 1.1.10 (final)
vlc-1.1-backport_20110607.patch:
audio_output/pulse.c | 2 +-
demux/avformat/demux.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
--- NEW FILE vlc-1.1-backport_20110607.patch ---
diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index 7a5ef1f..64de04d 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -273,7 +273,7 @@ static int Open(vlc_object_t *obj)
aout_instance_t *aout = (aout_instance_t *)obj;
#if !defined(PA_CHECK_VERSION) || !PA_CHECK_VERSION(0,9,22)
- if( !vlc_xlib_init( p_this ) )
+ if( !vlc_xlib_init( obj ) )
return VLC_EGENERIC;
#endif
diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index fbb0b28..bd7c166 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -210,6 +210,9 @@ int OpenDemux( vlc_object_t *p_this )
*/
p_sys->url.is_streamed = 1;
p_sys->io.is_streamed = 1;
+#if defined(AVIO_SEEKABLE_NORMAL)
+ p_sys->io.seekable = 0;
+#endif
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- .cvsignore 12 Apr 2011 15:47:00 -0000 1.33
+++ .cvsignore 7 Jun 2011 10:21:06 -0000 1.34
@@ -1 +1 @@
-vlc-1.1.9.tar.bz2
+vlc-1.1.10.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources 12 Apr 2011 15:47:00 -0000 1.39
+++ sources 7 Jun 2011 10:21:06 -0000 1.40
@@ -1 +1 @@
-06adb1848e6b87fbe1ced77ec0f91e4c vlc-1.1.9.tar.bz2
+066cb94b1e3aa848d828121354d6be4d vlc-1.1.10.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/vlc.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- vlc.spec 12 Apr 2011 17:56:58 -0000 1.95
+++ vlc.spec 7 Jun 2011 10:21:06 -0000 1.96
@@ -1,8 +1,8 @@
#global live555_date 2009.07.28
#global vlc_rc -rc3
%global vlc_bootstrap 1
-%global tarball_version 1.1.9
-#global _with_workaround_circle_deps 1
+%global tarball_version 1.1.10
+%global _with_workaround_circle_deps 1
%global _with_freeworld 1
%if 0%{?_with_freeworld:1}
%global _with_a52dec --with-a52dec
@@ -19,16 +19,13 @@
%global _with_live555 --with-live555
%global _with_vaapi --with-vaapi
%endif
-%if 0%{?fedora} > 14
-# Those need works in Rawhide
-%global _without_mozilla 1
-%else
+%if 0%{?fedora} < 15
%global _with_gnomevfs 1
%endif
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.9
+Version: 1.1.10
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -41,6 +38,7 @@
Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-1.1.8-bugfix.opencv22.patch
+Patch6: vlc-1.1-backport_20110607.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -253,6 +251,7 @@
%if 0%{?fedora} >= 15
%patch5 -p1 -b .opencv22
%endif
+%patch6 -p1
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
rm modules/access/videodev2.h
@@ -564,6 +563,11 @@
%changelog
+* Mon Jun 06 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.10-1
+- Update to 1.1.10
+- backport from 1.1-bugfix
+- Re-add mozilla-vlc for f15
+
* Tue Apr 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-1
- Update to 1.1.9
13 years, 5 months
rpms/vlc/devel vlc.spec,1.124,1.125
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23734
Modified Files:
vlc.spec
Log Message:
Update to 1.1.10
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- vlc.spec 10 May 2011 15:44:13 -0000 1.124
+++ vlc.spec 7 Jun 2011 09:33:37 -0000 1.125
@@ -1,7 +1,7 @@
#global live555_date 2009.07.28
#global vlc_rc -rc3
%global vlc_bootstrap 1
-%global tarball_version 1.1.9
+%global tarball_version 1.1.10
%global _with_workaround_circle_deps 1
%global _with_freeworld 1
%if 0%{?_with_freeworld:1}
@@ -19,17 +19,14 @@
%global _with_live555 --with-live555
%global _with_vaapi --with-vaapi
%endif
-%if 0%{?fedora} > 14
-# Those need works in Rawhide
-%global _without_mozilla 1
-%else
+%if 0%{?fedora} < 15
%global _with_gnomevfs 1
%endif
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.9
-Release: 2%{?dist}
+Version: 1.1.10
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -41,6 +38,7 @@
Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-1.1.8-bugfix.opencv22.patch
+Patch6: vlc-1.1-backport_20110607.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -253,6 +251,7 @@
%if 0%{?fedora} >= 15
%patch5 -p1 -b .opencv22
%endif
+%patch6 -p1
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
rm modules/access/videodev2.h
@@ -564,6 +563,11 @@
%changelog
+* Mon Jun 06 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.10-1
+- Update to 1.1.10
+- backport from 1.1-bugfix
+- Re-add mozilla-vlc for f15
+
* Tue May 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.9-2
- Rebuilt for libdvbpsi
13 years, 5 months
rpms/vlc/devel vlc-1.1-backport_20110607.patch, NONE, 1.1 .cvsignore, 1.38, 1.39 sources, 1.46, 1.47
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22158
Modified Files:
.cvsignore sources
Added Files:
vlc-1.1-backport_20110607.patch
Log Message:
Add patch from 1.1-bugfix
vlc-1.1-backport_20110607.patch:
audio_output/pulse.c | 2 +-
demux/avformat/demux.c | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
--- NEW FILE vlc-1.1-backport_20110607.patch ---
diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index 7a5ef1f..64de04d 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -273,7 +273,7 @@ static int Open(vlc_object_t *obj)
aout_instance_t *aout = (aout_instance_t *)obj;
#if !defined(PA_CHECK_VERSION) || !PA_CHECK_VERSION(0,9,22)
- if( !vlc_xlib_init( p_this ) )
+ if( !vlc_xlib_init( obj ) )
return VLC_EGENERIC;
#endif
diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index fbb0b28..bd7c166 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -210,6 +210,9 @@ int OpenDemux( vlc_object_t *p_this )
*/
p_sys->url.is_streamed = 1;
p_sys->io.is_streamed = 1;
+#if defined(AVIO_SEEKABLE_NORMAL)
+ p_sys->io.seekable = 0;
+#endif
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 12 Apr 2011 15:47:00 -0000 1.38
+++ .cvsignore 7 Jun 2011 09:15:09 -0000 1.39
@@ -1 +1 @@
-vlc-1.1.9.tar.bz2
+vlc-1.1.10.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources 12 Apr 2011 15:47:00 -0000 1.46
+++ sources 7 Jun 2011 09:15:09 -0000 1.47
@@ -1 +1 @@
-06adb1848e6b87fbe1ced77ec0f91e4c vlc-1.1.9.tar.bz2
+066cb94b1e3aa848d828121354d6be4d vlc-1.1.10.tar.bz2
13 years, 5 months
rpms/mame/F-13 .cvsignore, 1.27, 1.28 mame.spec, 1.30, 1.31 sources, 1.27, 1.28
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1557
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
- Updated to 0.142u5
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mame.spec 24 May 2011 06:34:38 -0000 1.30
+++ mame.spec 6 Jun 2011 18:01:57 -0000 1.31
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 4
+%global sourceupdate 5
Name: mame
%if 0%{?sourceupdate}
@@ -27,6 +27,7 @@
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -249,6 +250,9 @@
%changelog
+* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
+- Updated to 0.142u5
+
* Tue May 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u4-1
- Updated to 0.142u4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 24 May 2011 06:34:38 -0000 1.27
+++ sources 6 Jun 2011 18:01:57 -0000 1.28
@@ -3,3 +3,4 @@
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
2a21cd4db0632cb86d9c60ed29ea0388 0142u4_diff.zip
+105f1487a389073ca0bd765ff03424f0 0142u5_diff.zip
13 years, 5 months
rpms/mame/F-14 .cvsignore, 1.28, 1.29 mame.spec, 1.34, 1.35 sources, 1.28, 1.29
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1442
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
- Updated to 0.142u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore 24 May 2011 06:34:29 -0000 1.28
+++ .cvsignore 6 Jun 2011 18:01:45 -0000 1.29
@@ -3,3 +3,4 @@
0142u2_diff.zip
0142u3_diff.zip
0142u4_diff.zip
+0142u5_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- mame.spec 24 May 2011 06:34:29 -0000 1.34
+++ mame.spec 6 Jun 2011 18:01:45 -0000 1.35
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 4
+%global sourceupdate 5
Name: mame
%if 0%{?sourceupdate}
@@ -27,6 +27,7 @@
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -249,6 +250,9 @@
%changelog
+* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
+- Updated to 0.142u5
+
* Tue May 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u4-1
- Updated to 0.142u4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 24 May 2011 06:34:29 -0000 1.28
+++ sources 6 Jun 2011 18:01:46 -0000 1.29
@@ -3,3 +3,4 @@
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
2a21cd4db0632cb86d9c60ed29ea0388 0142u4_diff.zip
+105f1487a389073ca0bd765ff03424f0 0142u5_diff.zip
13 years, 5 months
rpms/mame/F-15 .cvsignore, 1.28, 1.29 mame.spec, 1.34, 1.35 sources, 1.28, 1.29
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1360
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
- Updated to 0.142u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore 24 May 2011 06:34:21 -0000 1.28
+++ .cvsignore 6 Jun 2011 18:01:32 -0000 1.29
@@ -3,3 +3,4 @@
0142u2_diff.zip
0142u3_diff.zip
0142u4_diff.zip
+0142u5_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/mame.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- mame.spec 24 May 2011 06:34:21 -0000 1.34
+++ mame.spec 6 Jun 2011 18:01:32 -0000 1.35
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 4
+%global sourceupdate 5
Name: mame
%if 0%{?sourceupdate}
@@ -27,6 +27,7 @@
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -249,6 +250,9 @@
%changelog
+* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
+- Updated to 0.142u5
+
* Tue May 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u4-1
- Updated to 0.142u4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 24 May 2011 06:34:21 -0000 1.28
+++ sources 6 Jun 2011 18:01:32 -0000 1.29
@@ -3,3 +3,4 @@
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
2a21cd4db0632cb86d9c60ed29ea0388 0142u4_diff.zip
+105f1487a389073ca0bd765ff03424f0 0142u5_diff.zip
13 years, 5 months
rpms/mame/devel .cvsignore, 1.28, 1.29 mame.spec, 1.34, 1.35 sources, 1.28, 1.29
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1250
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
- Updated to 0.142u5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore 24 May 2011 06:34:21 -0000 1.28
+++ .cvsignore 6 Jun 2011 18:01:21 -0000 1.29
@@ -3,3 +3,4 @@
0142u2_diff.zip
0142u3_diff.zip
0142u4_diff.zip
+0142u5_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- mame.spec 24 May 2011 06:34:21 -0000 1.34
+++ mame.spec 6 Jun 2011 18:01:21 -0000 1.35
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 4
+%global sourceupdate 5
Name: mame
%if 0%{?sourceupdate}
@@ -27,6 +27,7 @@
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -249,6 +250,9 @@
%changelog
+* Mon Jun 06 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u5-1
+- Updated to 0.142u5
+
* Tue May 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u4-1
- Updated to 0.142u4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources 24 May 2011 06:34:21 -0000 1.28
+++ sources 6 Jun 2011 18:01:21 -0000 1.29
@@ -3,3 +3,4 @@
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
2a21cd4db0632cb86d9c60ed29ea0388 0142u4_diff.zip
+105f1487a389073ca0bd765ff03424f0 0142u5_diff.zip
13 years, 5 months
rpms/rpmfusion-free-release/devel rpmfusion-free-release.spec, 1.24, 1.25
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-free-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31405
Modified Files:
rpmfusion-free-release.spec
Log Message:
fix thinko
Index: rpmfusion-free-release.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free-release.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- rpmfusion-free-release.spec 5 Jun 2011 18:20:26 -0000 1.24
+++ rpmfusion-free-release.spec 5 Jun 2011 18:23:52 -0000 1.25
@@ -61,8 +61,8 @@
# GPG Key
%{__install} -Dp -m644 \
- %{SOURCE14} \
%{SOURCE15} \
+ %{SOURCE16} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
# compatibility symlink for easy transition to F11
13 years, 5 months
rpms/rpmfusion-nonfree-release/devel rpmfusion-nonfree-rawhide.repo, 1.13, 1.14 rpmfusion-nonfree-release.spec, 1.20, 1.21 rpmfusion-nonfree-updates.repo, 1.13, 1.14 rpmfusion-nonfree.repo, 1.13, 1.14
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31260
Modified Files:
rpmfusion-nonfree-rawhide.repo rpmfusion-nonfree-release.spec
rpmfusion-nonfree-updates.repo rpmfusion-nonfree.repo
Log Message:
* Sun Jun 05 2011 Thorsten Leemhuis <fedora at leemhuis.info> - 16.1
- build for rawhide/F-16
Index: rpmfusion-nonfree-rawhide.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-rawhide.repo,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rpmfusion-nonfree-rawhide.repo 28 May 2011 07:31:16 -0000 1.13
+++ rpmfusion-nonfree-rawhide.repo 5 Jun 2011 18:23:18 -0000 1.14
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora Rawhide - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/development/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-ra...
-enabled=0
+enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-latest-$basearch file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-rawhide-$basearch
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-release.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- rpmfusion-nonfree-release.spec 28 May 2011 07:31:17 -0000 1.20
+++ rpmfusion-nonfree-release.spec 5 Jun 2011 18:23:18 -0000 1.21
@@ -2,8 +2,8 @@
%define repo nonfree
Name: rpmfusion-%{repo}-release
-Version: 15
-Release: 1
+Version: 16
+Release: 0.1
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -13,7 +13,6 @@
Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
-Source14: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-14-primary
Source15: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-primary
Source16: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,7 +61,6 @@
# GPG Key
%{__install} -Dp -m644 \
- %{SOURCE14} \
%{SOURCE15} \
%{SOURCE16} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
@@ -72,7 +70,6 @@
# Links for the keys
for i in i386 x86_64; do
- ln -s $(basename %{SOURCE14}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-14-${i}
ln -s $(basename %{SOURCE15}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-15-${i}
ln -s $(basename %{SOURCE16}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-16-${i}
ln -s $(basename %{SOURCE15}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-latest-${i}
@@ -94,9 +91,12 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Sun Jun 05 2011 Thorsten Leemhuis <fedora at leemhuis.info> - 16.1
+- build for rawhide/F-16
+
* Sat May 28 2011 Thorsten Leemhuis <fedora at leemhuis.info> - 15-1
- Add keys for Rawhide/F16
-- Build for F15
+- Build for F-15
* Sat Oct 16 2010 Thorsten Leemhuis <fedora at leemhuis.info> - 14-0.4
- drop ppc
Index: rpmfusion-nonfree-updates.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-updates.repo,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rpmfusion-nonfree-updates.repo 28 May 2011 07:31:17 -0000 1.13
+++ rpmfusion-nonfree-updates.repo 5 Jun 2011 18:23:18 -0000 1.14
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
-enabled=1
+enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
Index: rpmfusion-nonfree.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree.repo,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rpmfusion-nonfree.repo 28 May 2011 07:31:17 -0000 1.13
+++ rpmfusion-nonfree.repo 5 Jun 2011 18:23:18 -0000 1.14
@@ -2,7 +2,7 @@
name=RPM Fusion for Fedora $releasever - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$r...
-enabled=1
+enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
13 years, 5 months