rpms/a52dec/EL-6 a52dec.spec,1.6,1.7
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/a52dec/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30396
Modified Files:
a52dec.spec
Log Message:
Attempt again
Index: a52dec.spec
===================================================================
RCS file: /cvs/free/rpms/a52dec/EL-6/a52dec.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- a52dec.spec 8 Oct 2011 11:28:38 -0000 1.6
+++ a52dec.spec 13 Oct 2011 21:41:59 -0000 1.7
@@ -1,7 +1,7 @@
Summary: A free ATSC A/52 stream decoder
Name: a52dec
Version: 0.7.4
-Release: 15%{?dist}.1
+Release: 15%{?dist}.2
License: GPLv2
Group: System Environment/Libraries
URL: http://liba52.sourceforge.net/
13 years, 1 month
rpms/vlc/F-14 0001-Fix-typo-in-vlc.desktop.patch, NONE, 1.1 0001-kate-do-not-access-the-renderer-if-it-fails-to-initi.patch, NONE, 1.1 sources, 1.45, 1.46 .cvsignore, 1.39, 1.40 vlc.spec, 1.110, 1.111
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22430
Modified Files:
sources .cvsignore vlc.spec
Added Files:
0001-Fix-typo-in-vlc.desktop.patch
0001-kate-do-not-access-the-renderer-if-it-fails-to-initi.patch
Log Message:
Update to 1.1.12
0001-Fix-typo-in-vlc.desktop.patch:
vlc.desktop | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE 0001-Fix-typo-in-vlc.desktop.patch ---
>From 5694c98039d550984e3e8d3a13341cc9543d3950 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri, 7 Oct 2011 21:46:37 +0200
Subject: [PATCH] Fix typo in vlc.desktop
---
share/vlc.desktop | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/vlc.desktop b/share/vlc.desktop
index abc39d9..71bbb43 100644
--- a/share/vlc.desktop
+++ b/share/vlc.desktop
@@ -38,7 +38,7 @@ Name[nl]=VLC Mediaspeler
GenericName[nl]=Mediaspeler
Comment[nl]=Uw multimediastreams afspelen, opnemen en uitzenden
Name[nn]=VLC mediespelar
-Name[nn]=Mediespelar
+GenericName[nn]=Mediespelar
Comment[nn]=Spel av, ta opp og send ut multimedia
Name[pa]=VLC ਮੀਡਿਆ ਪਲੇਅਰ
Comment[pa]=ਆਪਣੀ ਮਲਟੀਮੀਡਿਆ ਸਟਰੀਮ ਪੜ੍ਹੋ, ਕੈਪਚਰ ਤੇ ਬਰਾਡਕਾਸਟ ਕਰੋ
--
1.7.4.4
0001-kate-do-not-access-the-renderer-if-it-fails-to-initi.patch:
kate.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--- NEW FILE 0001-kate-do-not-access-the-renderer-if-it-fails-to-initi.patch ---
>From 95ae1809a18f37d50e7746324daccc46a317246d Mon Sep 17 00:00:00 2001
From: Vincent Penquerc'h <ogg.k.ogg.k(a)googlemail.com>
Date: Wed, 5 Oct 2011 22:07:50 +0100
Subject: [PATCH] kate: do not access the renderer if it fails to initialize
---
modules/codec/kate.c | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/modules/codec/kate.c b/modules/codec/kate.c
index 49177da..769e0d9 100644
--- a/modules/codec/kate.c
+++ b/modules/codec/kate.c
@@ -404,14 +404,15 @@ static int OpenDecoder( vlc_object_t *p_this )
p_sys->p_tr = NULL;
p_sys->b_use_tiger = false;
}
-
- CHECK_TIGER_RET( tiger_renderer_set_surface_clear_color( p_sys->p_tr, 1, 0, 0, 0, 0 ) );
-
- UpdateTigerFontEffect( p_dec );
- UpdateTigerFontColor( p_dec );
- UpdateTigerBackgroundColor( p_dec );
- UpdateTigerQuality( p_dec );
- UpdateTigerFontDesc( p_dec );
+ else {
+ CHECK_TIGER_RET( tiger_renderer_set_surface_clear_color( p_sys->p_tr, 1, 0, 0, 0, 0 ) );
+
+ UpdateTigerFontEffect( p_dec );
+ UpdateTigerFontColor( p_dec );
+ UpdateTigerBackgroundColor( p_dec );
+ UpdateTigerQuality( p_dec );
+ UpdateTigerFontDesc( p_dec );
+ }
}
#else
--
1.7.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-14/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources 20 Jul 2011 21:00:16 -0000 1.45
+++ sources 13 Oct 2011 20:45:18 -0000 1.46
@@ -1 +1 @@
-a64846d6f21ea179ae8e8bfb6f9447fe vlc-1.1.11.tar.bz2
+91de1ad308c947e35380f9d747ff5713 vlc-1.1.12.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-14/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore 20 Jul 2011 21:00:16 -0000 1.39
+++ .cvsignore 13 Oct 2011 20:45:18 -0000 1.40
@@ -1 +1 @@
-vlc-1.1.11.tar.bz2
+vlc-1.1.12.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-14/vlc.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- vlc.spec 20 Jul 2011 21:00:16 -0000 1.110
+++ vlc.spec 13 Oct 2011 20:45:18 -0000 1.111
@@ -1,7 +1,7 @@
#global live555_date 2009.07.28
#global vlc_rc -rc3
%global vlc_bootstrap 1
-%global tarball_version 1.1.11
+%global tarball_version 1.1.12
%global _with_workaround_circle_deps 1
%global _with_freeworld 1
%if 0%{?_with_freeworld:1}
@@ -25,7 +25,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.11
+Version: 1.1.12
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -37,7 +37,9 @@
Patch0: vlc-1.1.0-vlc-cache-gen_noerror.patch
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
+Patch5: vlc-1.1.8-bugfix.opencv22.patch
+Patch6: 0001-Fix-typo-in-vlc.desktop.patch
+Patch7: 0001-kate-do-not-access-the-renderer-if-it-fails-to-initi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -251,6 +253,8 @@
%patch5 -p1 -b .opencv22
%endif
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
+%patch6 -p1
+%patch7 -p1
rm modules/access/videodev2.h
ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -561,9 +565,20 @@
%changelog
+* Fri Oct 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.12-1
+- Update to 1.1.12
+- Add 2 already merged patches
+
+* Tue Sep 20 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.11-2
+- Update to current bugfix
+- Add patch for FFmpeg-0.8
+
* Wed Jul 20 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.11-1
- Update to 1.1.11
+* Fri Jul 15 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.10-2
+- Rebuilt for x264 ABI 115
+
* Mon Jun 06 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.10-1
- Update to 1.1.10
- backport from 1.1-bugfix
13 years, 1 month
rpms/nvidia-settings/devel sources, 1.11, 1.12 .cvsignore, 1.11, 1.12 nvidia-settings.spec, 1.13, 1.14
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-settings/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17058
Modified Files:
sources .cvsignore nvidia-settings.spec
Log Message:
- Update internal 285.05.09
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 31 Jul 2011 21:42:22 -0000 1.11
+++ sources 13 Oct 2011 20:03:15 -0000 1.12
@@ -1 +1 @@
-65175d3ee2d88abfe5a1774f1d648fc3 nvidia-settings-280.11.tar.bz2
+42767f1ae826ac66b3475bad0ea6bc3d nvidia-settings-285.05.09.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 31 Jul 2011 21:42:22 -0000 1.11
+++ .cvsignore 13 Oct 2011 20:03:15 -0000 1.12
@@ -1 +1 @@
-nvidia-settings-280.11.tar.bz2
+nvidia-settings-285.05.09.tar.bz2
Index: nvidia-settings.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-settings/devel/nvidia-settings.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nvidia-settings.spec 31 Jul 2011 21:42:22 -0000 1.13
+++ nvidia-settings.spec 13 Oct 2011 20:03:15 -0000 1.14
@@ -1,7 +1,7 @@
# We use the driver version as a snapshot internal number
# The real version of the package remains 1.0
# This will prevent missunderstanding and versioning changes on the nvidia driver
-%global nversion 280.11
+%global nversion 285.05.09
#Possible replacement/complement:
#http://willem.engen.nl/projects/disper/
@@ -9,7 +9,7 @@
Name: nvidia-settings
Version: 1.0
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Configure the NVIDIA graphics driver
Group: Applications/System
@@ -97,6 +97,9 @@
%changelog
+* Thu Oct 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-12
+- Update internal 285.05.09
+
* Sun Jul 31 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-11
- Update internal to 280.11
13 years, 1 month
rpms/nvidia-xconfig/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 nvidia-xconfig.spec, 1.10, 1.11
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-xconfig/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16084
Modified Files:
.cvsignore sources nvidia-xconfig.spec
Log Message:
- Update internal version to 285.05.09
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 31 Jul 2011 21:37:20 -0000 1.10
+++ .cvsignore 13 Oct 2011 19:57:47 -0000 1.11
@@ -1 +1 @@
-nvidia-xconfig-280.11.tar.bz2
+nvidia-xconfig-285.05.09.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 31 Jul 2011 21:37:20 -0000 1.10
+++ sources 13 Oct 2011 19:57:47 -0000 1.11
@@ -1 +1 @@
-aaf580c3a78fd6e18e6ca94cbfb3d265 nvidia-xconfig-280.11.tar.bz2
+69c3ab75e0405c5570b7fc36dc267f62 nvidia-xconfig-285.05.09.tar.bz2
Index: nvidia-xconfig.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-xconfig/devel/nvidia-xconfig.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nvidia-xconfig.spec 31 Jul 2011 21:37:20 -0000 1.10
+++ nvidia-xconfig.spec 13 Oct 2011 19:57:47 -0000 1.11
@@ -1,8 +1,8 @@
-%global nversion 280.11
+%global nversion 285.05.09
Name: nvidia-xconfig
Version: 1.0
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: NVIDIA X configuration file editor
Group: Applications/System
@@ -66,6 +66,9 @@
%{_mandir}/man1/nvidia-xconfig.1.*
%changelog
+* Thu Oct 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-10
+- Update internal version to 285.05.09
+
* Sun Jul 31 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0-9
- Update internal version to 280.11
13 years, 1 month
rpms/mpd/devel .cvsignore, 1.12, 1.13 mpd.spec, 1.20, 1.21 sources, 1.12, 1.13
by Ankur Sinha
Author: ankursinha
Update of /cvs/free/rpms/mpd/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11101
Modified Files:
.cvsignore mpd.spec sources
Log Message:
* Wed Oct 12 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.16.5-1
- Update to latest upstream release (#1954)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 28 Oct 2010 12:35:46 -0000 1.12
+++ .cvsignore 12 Oct 2011 19:14:45 -0000 1.13
@@ -1 +1 @@
-mpd-0.15.13.tar.bz2
+mpd-0.16.5.tar.gz
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/mpd.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mpd.spec 26 Sep 2011 21:11:33 -0000 1.20
+++ mpd.spec 12 Oct 2011 19:14:45 -0000 1.21
@@ -1,19 +1,19 @@
%define _default_patch_fuzz 2
Name: mpd
-Version: 0.15.13
-Release: 2%{?dist}
+Version: 0.16.5
+Release: 1%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
URL: http://mpd.wikia.com/
-Source: http://downloads.sourceforge.net/musicpd/mpd-0.15.13.tar.bz2
+Source: http://downloads.sourceforge.net/musicpd/mpd-0.16.5.tar.gz
Source1: mpd.init
Source2: 95-grant-audio-devices-to-mpd.fdi
-Patch0: mpd.git-9e9d7b73d2165f197eeec12ee953add5f49746b7.patch
-Patch1: mpd.git-f3a5b753ae053eb1a862343b0fd3d62973cacc18.patch
-Patch2: mpd.git-00503c9251141b427457c17a9677444bf29c3992.patch
-Patch3: 6a071efa2794806ad5a2a62f0fcdee4b1843b41f.patch
+#Patch0: mpd.git-9e9d7b73d2165f197eeec12ee953add5f49746b7.patch
+#Patch1: mpd.git-f3a5b753ae053eb1a862343b0fd3d62973cacc18.patch
+#Patch2: mpd.git-00503c9251141b427457c17a9677444bf29c3992.patch
+#Patch3: 6a071efa2794806ad5a2a62f0fcdee4b1843b41f.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,11 +62,11 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-autoreconf --force --install
+#%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1
+#%patch3 -p1
+#autoreconf --force --install
%build
%configure --enable-mikmod --enable-bzip2 --enable-zip
@@ -163,6 +163,9 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Wed Oct 12 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.16.5-1
+- Update to latest upstream release (#1954)
+
* Mon Sep 26 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.15.13-2
- Rebuilt for FFmpeg-0.8
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 28 Oct 2010 12:35:46 -0000 1.12
+++ sources 12 Oct 2011 19:14:45 -0000 1.13
@@ -1 +1 @@
-d4b6fbc87541a37825c8f25e3ecd5283 mpd-0.15.13.tar.bz2
+5fb4c97623eca26d2d8b968868e2f13f mpd-0.16.5.tar.gz
13 years, 1 month
rpms/mame/F-14 .cvsignore, 1.37, 1.38 mame.spec, 1.45, 1.46 sources, 1.37, 1.38
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10800
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
- Updated to 0.143u7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- .cvsignore 22 Sep 2011 16:39:38 -0000 1.37
+++ .cvsignore 11 Oct 2011 17:47:12 -0000 1.38
@@ -5,3 +5,4 @@
0143u4_diff.zip
0143u5_diff.zip
0143u6_diff.zip
+0143u7_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mame.spec 22 Sep 2011 16:39:39 -0000 1.45
+++ mame.spec 11 Oct 2011 17:47:12 -0000 1.46
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 6
+%global sourceupdate 7
Name: mame
%if 0%{?sourceupdate}
@@ -29,6 +29,7 @@
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
+Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -251,6 +252,9 @@
%changelog
+* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
+- Updated to 0.143u7
+
* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
- Updated to 0.143u6
- Dropped upstreamed stacksmash patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources 22 Sep 2011 16:39:39 -0000 1.37
+++ sources 11 Oct 2011 17:47:12 -0000 1.38
@@ -5,3 +5,4 @@
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
+03988e184e3f62f4a17dff7af697a65d 0143u7_diff.zip
13 years, 1 month
rpms/mame/F-15 .cvsignore, 1.37, 1.38 mame.spec, 1.45, 1.46 sources, 1.37, 1.38
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10694
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
- Updated to 0.143u7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- .cvsignore 22 Sep 2011 16:39:28 -0000 1.37
+++ .cvsignore 11 Oct 2011 17:47:01 -0000 1.38
@@ -5,3 +5,4 @@
0143u4_diff.zip
0143u5_diff.zip
0143u6_diff.zip
+0143u7_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/mame.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mame.spec 22 Sep 2011 16:39:28 -0000 1.45
+++ mame.spec 11 Oct 2011 17:47:01 -0000 1.46
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 6
+%global sourceupdate 7
Name: mame
%if 0%{?sourceupdate}
@@ -29,6 +29,7 @@
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
+Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -251,6 +252,9 @@
%changelog
+* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
+- Updated to 0.143u7
+
* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
- Updated to 0.143u6
- Dropped upstreamed stacksmash patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources 22 Sep 2011 16:39:28 -0000 1.37
+++ sources 11 Oct 2011 17:47:01 -0000 1.38
@@ -5,3 +5,4 @@
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
+03988e184e3f62f4a17dff7af697a65d 0143u7_diff.zip
13 years, 1 month
rpms/mame/devel .cvsignore, 1.37, 1.38 mame.spec, 1.45, 1.46 sources, 1.37, 1.38
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10586
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
- Updated to 0.143u7
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- .cvsignore 22 Sep 2011 16:39:17 -0000 1.37
+++ .cvsignore 11 Oct 2011 17:46:48 -0000 1.38
@@ -5,3 +5,4 @@
0143u4_diff.zip
0143u5_diff.zip
0143u6_diff.zip
+0143u7_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mame.spec 22 Sep 2011 16:39:17 -0000 1.45
+++ mame.spec 11 Oct 2011 17:46:48 -0000 1.46
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 143
-%global sourceupdate 6
+%global sourceupdate 7
Name: mame
%if 0%{?sourceupdate}
@@ -29,6 +29,7 @@
Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
+Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -251,6 +252,9 @@
%changelog
+* Tue Oct 11 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u7-1
+- Updated to 0.143u7
+
* Thu Sep 22 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.143u6-1
- Updated to 0.143u6
- Dropped upstreamed stacksmash patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources 22 Sep 2011 16:39:17 -0000 1.37
+++ sources 11 Oct 2011 17:46:48 -0000 1.38
@@ -5,3 +5,4 @@
e2f0a82e5d38387350c4df0441c1628d 0143u4_diff.zip
4eb2e582bb09e9805918ed77d8eef8f0 0143u5_diff.zip
1fdf97a872872c5256f0da93e5177c81 0143u6_diff.zip
+03988e184e3f62f4a17dff7af697a65d 0143u7_diff.zip
13 years, 1 month
rpms/rt3070-kmod/devel dead.package, NONE, 1.1 rt3070-2.6.34.patch, 1.1, NONE rt3070-Makefile.x-fixes.patch, 1.3, NONE rt3070-additional-devices.patch, 1.1, NONE rt3070-kmod.spec, 1.26, NONE rt3070-kmodtool-excludekernel-filterfile, 1.1, NONE rt3070-no2.4-in-kernelversion.patch, 1.2, NONE rt3070-strip-tftpboot-copy.patch, 1.3, NONE rt3070-suppress-flood.patch, 1.2, NONE sources, 1.6, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14944
Added Files:
dead.package
Removed Files:
rt3070-2.6.34.patch rt3070-Makefile.x-fixes.patch
rt3070-additional-devices.patch rt3070-kmod.spec
rt3070-kmodtool-excludekernel-filterfile
rt3070-no2.4-in-kernelversion.patch
rt3070-strip-tftpboot-copy.patch rt3070-suppress-flood.patch
sources
Log Message:
Package dropped in favor of the corresponding stock kernel modules
--- NEW FILE dead.package ---
Package dropped in favor of the corresponding stock kernel modules
--- rt3070-2.6.34.patch DELETED ---
--- rt3070-Makefile.x-fixes.patch DELETED ---
--- rt3070-additional-devices.patch DELETED ---
--- rt3070-kmod.spec DELETED ---
--- rt3070-kmodtool-excludekernel-filterfile DELETED ---
--- rt3070-no2.4-in-kernelversion.patch DELETED ---
--- rt3070-strip-tftpboot-copy.patch DELETED ---
--- rt3070-suppress-flood.patch DELETED ---
--- sources DELETED ---
13 years, 1 month
rpms/rt3070/devel dead.package, NONE, 1.1 ReadMe.txt, 1.2, NONE blacklist-rt2800usb.conf, 1.1, NONE rt3070-allowTKIP.patch, 1.1, NONE rt3070.spec, 1.12, NONE sources, 1.6, NONE suspend.sh, 1.1, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14539
Added Files:
dead.package
Removed Files:
ReadMe.txt blacklist-rt2800usb.conf rt3070-allowTKIP.patch
rt3070.spec sources suspend.sh
Log Message:
Package dropped in favor of the corresponding stock kernel modules
--- NEW FILE dead.package ---
Package dropped in favor of the corresponding stock kernel modules
--- ReadMe.txt DELETED ---
--- blacklist-rt2800usb.conf DELETED ---
--- rt3070-allowTKIP.patch DELETED ---
--- rt3070.spec DELETED ---
--- sources DELETED ---
--- suspend.sh DELETED ---
13 years, 1 month