rpms/mythweb/F-20 ChangeLog, 1.8, 1.9 mythweb-0.27-fixes.patch, 1.1, 1.2 mythweb.spec, 1.13, 1.14 sources, 1.8, 1.9
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/mythweb/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24369
Modified Files:
ChangeLog mythweb-0.27-fixes.patch mythweb.spec sources
Log Message:
* Thu Oct 23 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.4-1
- Update to latest upstream release.
Index: ChangeLog
===================================================================
RCS file: /cvs/free/rpms/mythweb/F-20/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 4 Aug 2014 18:43:10 -0000 1.8
+++ ChangeLog 5 Nov 2014 03:24:50 -0000 1.9
@@ -1,84 +0,0 @@
-commit fca2bd2f78136a5363b1fbe7a313677b6bd1adc5
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Tue May 6 08:34:51 2014 +0200
-
- change base for custom aspect from 10,000 to 1,000,000
-
- Patch by FU-REN XIAO (蕭輔仁)
-
- Fixes #11996
- (cherry picked from commit af4635569c4facacde9c089ca0be712797bfdc75)
-
-commit c99ad5fbea7dc6e3024a78b859d875e01b9f8a21
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Tue May 6 08:34:28 2014 +0200
-
- remove trailing white space
- (cherry picked from commit b8655cb58e6b9065d46c41a8c345fff60ebc39a3)
-
-commit a492e9343caff760e0081f785d540ca6a1fe39fa
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Apr 28 17:55:41 2014 +0200
-
- Mythweb - allow direct downloading of .mkv, .avi, .mp4, .xvid, .okv files
-
- Patch by Barry Rosenstock and David Goldfarb
-
- Fixes #7730
- (cherry picked from commit c82601f426ba87ec86ffa6c4f076f7b325c9b902)
-
-commit 3829292163bcdc5bd8e4ff8140dba34002954adf
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Apr 28 17:44:07 2014 +0200
-
- fix sorting by season/episode for seasons > 9 and episodes > 99
-
- Patch by Steve Campbell, extended to cover "year as season" and series
- with lots of episodes
-
- Fixes #11893
- (cherry picked from commit 86d4b489d5b633c5d92bc1adbc94ccc9485098e6)
-
-commit 3793da2ac7d5baa43b403dbfa10b4919aadece2b
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Apr 28 17:08:28 2014 +0200
-
- Fix mime type for video streaming
-
- Patch by deg
-
- Fixes #12129
- (cherry picked from commit aac42919007aa5296e296d4aad4eeed06920a14f)
-
-commit b4983f178bc847bfe7647ce5b9f235f5d2cbe362
-Author: Stuart Auchterlonie <stuarta(a)squashedfrog.net>
-Date: Sun Mar 23 20:15:28 2014 +0000
-
- Fixes #12096. Add a note to enable cgi for asx streaming
- (cherry picked from commit 022cc273cb7d888f7db90ce779af6e7e143b049f)
-
-commit 0be4a506835b02edbb86c059df2941e5805844d5
-Author: Stuart Auchterlonie <stuarta(a)squashedfrog.net>
-Date: Wed Mar 19 09:25:45 2014 +0000
-
- Update the default Options string in the apache config.
-
- Apache 2.4+ removes the use of the "All" directive.
-
- No trac ticket, but this was reported on the forum
- (cherry picked from commit 00d5acd1a6621e7862233e42e68ec4c932e63898)
-
-commit 5a3c43c50e498f6adcb1d3272d4836b837ee8d7a
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Mar 17 21:17:33 2014 +0100
-
- Avoid localized decimal delimiter for integer
-
- Fixes #12038
- (cherry picked from commit 5c6067f1d31a3fcd7cfd93631df84f18fab7750f)
-
-commit 6d10afe73e1fb5f21688d4b6d6919cab618e6e88
-Author: Stuart Morgan <smorgan(a)mythtv.org>
-Date: Thu Oct 17 21:37:02 2013 +0100
-
- Fix channel icons in mythweb. There was a typo which meant the services API call failed.
mythweb-0.27-fixes.patch:
0 files changed
Index: mythweb-0.27-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythweb/F-20/mythweb-0.27-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythweb-0.27-fixes.patch 6 Nov 2013 16:27:07 -0000 1.1
+++ mythweb-0.27-fixes.patch 5 Nov 2014 03:24:51 -0000 1.2
@@ -1,16 +0,0 @@
- modules/tv/classes/Channel.php | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/tv/classes/Channel.php b/modules/tv/classes/Channel.php
-index ec8b368..ea9e6b7 100644
---- a/modules/tv/classes/Channel.php
-+++ b/modules/tv/classes/Channel.php
-@@ -121,7 +121,7 @@ class Channel extends MythBase {
- // Otherwise, grab it from the backend
- else {
- // Make the request and store the result
-- $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanID' => $this->chanid));
-+ $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanId' => $this->chanid));
- if ($data)
- file_put_contents($this->icon, $data);
- unset($data);
Index: mythweb.spec
===================================================================
RCS file: /cvs/free/rpms/mythweb/F-20/mythweb.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mythweb.spec 4 Aug 2014 18:43:10 -0000 1.13
+++ mythweb.spec 5 Nov 2014 03:24:51 -0000 1.14
@@ -1,10 +1,10 @@
-%global ver_string v0.27.3
+%global ver_string v0.27.4
Name: mythweb
Summary: The web interface to MythTV
URL: http://www.mythtv.org/
-Version: 0.27.3
+Version: 0.27.4
Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -105,6 +105,9 @@
%changelog
+* Thu Oct 23 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.4-1
+- Update to latest upstream release.
+
* Sun Jul 27 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-1
- Update to latest upstream release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythweb/F-20/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 4 Aug 2014 18:43:10 -0000 1.8
+++ sources 5 Nov 2014 03:24:51 -0000 1.9
@@ -1 +1 @@
-a0f9a7a360ea3feeae6ad90329e9c904 mythweb-0.27.3.tar.gz
+6421880e22d44ea277a11d9ecb494be1 mythweb-0.27.4.tar.gz
10 years
rpms/mythweb/devel .cvsignore, 1.8, 1.9 ChangeLog, 1.8, 1.9 mythweb-0.27-fixes.patch, 1.1, 1.2 mythweb.spec, 1.13, 1.14 sources, 1.8, 1.9
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/mythweb/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24204
Modified Files:
.cvsignore ChangeLog mythweb-0.27-fixes.patch mythweb.spec
sources
Log Message:
* Thu Oct 23 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.4-1
- Update to latest upstream release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythweb/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 1 Aug 2014 09:40:52 -0000 1.8
+++ .cvsignore 5 Nov 2014 03:17:48 -0000 1.9
@@ -1 +1 @@
-mythweb-0.27.3.tar.gz
+mythweb-0.27.4.tar.gz
Index: ChangeLog
===================================================================
RCS file: /cvs/free/rpms/mythweb/devel/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 28 Jul 2014 12:42:41 -0000 1.8
+++ ChangeLog 5 Nov 2014 03:17:48 -0000 1.9
@@ -1,84 +0,0 @@
-commit fca2bd2f78136a5363b1fbe7a313677b6bd1adc5
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Tue May 6 08:34:51 2014 +0200
-
- change base for custom aspect from 10,000 to 1,000,000
-
- Patch by FU-REN XIAO (蕭輔仁)
-
- Fixes #11996
- (cherry picked from commit af4635569c4facacde9c089ca0be712797bfdc75)
-
-commit c99ad5fbea7dc6e3024a78b859d875e01b9f8a21
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Tue May 6 08:34:28 2014 +0200
-
- remove trailing white space
- (cherry picked from commit b8655cb58e6b9065d46c41a8c345fff60ebc39a3)
-
-commit a492e9343caff760e0081f785d540ca6a1fe39fa
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Apr 28 17:55:41 2014 +0200
-
- Mythweb - allow direct downloading of .mkv, .avi, .mp4, .xvid, .okv files
-
- Patch by Barry Rosenstock and David Goldfarb
-
- Fixes #7730
- (cherry picked from commit c82601f426ba87ec86ffa6c4f076f7b325c9b902)
-
-commit 3829292163bcdc5bd8e4ff8140dba34002954adf
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Apr 28 17:44:07 2014 +0200
-
- fix sorting by season/episode for seasons > 9 and episodes > 99
-
- Patch by Steve Campbell, extended to cover "year as season" and series
- with lots of episodes
-
- Fixes #11893
- (cherry picked from commit 86d4b489d5b633c5d92bc1adbc94ccc9485098e6)
-
-commit 3793da2ac7d5baa43b403dbfa10b4919aadece2b
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Apr 28 17:08:28 2014 +0200
-
- Fix mime type for video streaming
-
- Patch by deg
-
- Fixes #12129
- (cherry picked from commit aac42919007aa5296e296d4aad4eeed06920a14f)
-
-commit b4983f178bc847bfe7647ce5b9f235f5d2cbe362
-Author: Stuart Auchterlonie <stuarta(a)squashedfrog.net>
-Date: Sun Mar 23 20:15:28 2014 +0000
-
- Fixes #12096. Add a note to enable cgi for asx streaming
- (cherry picked from commit 022cc273cb7d888f7db90ce779af6e7e143b049f)
-
-commit 0be4a506835b02edbb86c059df2941e5805844d5
-Author: Stuart Auchterlonie <stuarta(a)squashedfrog.net>
-Date: Wed Mar 19 09:25:45 2014 +0000
-
- Update the default Options string in the apache config.
-
- Apache 2.4+ removes the use of the "All" directive.
-
- No trac ticket, but this was reported on the forum
- (cherry picked from commit 00d5acd1a6621e7862233e42e68ec4c932e63898)
-
-commit 5a3c43c50e498f6adcb1d3272d4836b837ee8d7a
-Author: Karl Dietz <dekarl(a)mythtv.org>
-Date: Mon Mar 17 21:17:33 2014 +0100
-
- Avoid localized decimal delimiter for integer
-
- Fixes #12038
- (cherry picked from commit 5c6067f1d31a3fcd7cfd93631df84f18fab7750f)
-
-commit 6d10afe73e1fb5f21688d4b6d6919cab618e6e88
-Author: Stuart Morgan <smorgan(a)mythtv.org>
-Date: Thu Oct 17 21:37:02 2013 +0100
-
- Fix channel icons in mythweb. There was a typo which meant the services API call failed.
mythweb-0.27-fixes.patch:
0 files changed
Index: mythweb-0.27-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythweb/devel/mythweb-0.27-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythweb-0.27-fixes.patch 6 Nov 2013 16:27:07 -0000 1.1
+++ mythweb-0.27-fixes.patch 5 Nov 2014 03:17:48 -0000 1.2
@@ -1,16 +0,0 @@
- modules/tv/classes/Channel.php | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/tv/classes/Channel.php b/modules/tv/classes/Channel.php
-index ec8b368..ea9e6b7 100644
---- a/modules/tv/classes/Channel.php
-+++ b/modules/tv/classes/Channel.php
-@@ -121,7 +121,7 @@ class Channel extends MythBase {
- // Otherwise, grab it from the backend
- else {
- // Make the request and store the result
-- $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanID' => $this->chanid));
-+ $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanId' => $this->chanid));
- if ($data)
- file_put_contents($this->icon, $data);
- unset($data);
Index: mythweb.spec
===================================================================
RCS file: /cvs/free/rpms/mythweb/devel/mythweb.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mythweb.spec 28 Jul 2014 12:42:41 -0000 1.13
+++ mythweb.spec 5 Nov 2014 03:17:48 -0000 1.14
@@ -1,10 +1,10 @@
-%global ver_string v0.27.3
+%global ver_string v0.27.4
Name: mythweb
Summary: The web interface to MythTV
URL: http://www.mythtv.org/
-Version: 0.27.3
+Version: 0.27.4
Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -105,6 +105,9 @@
%changelog
+* Thu Oct 23 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.4-1
+- Update to latest upstream release.
+
* Sun Jul 27 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-1
- Update to latest upstream release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythweb/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 1 Aug 2014 09:40:52 -0000 1.8
+++ sources 5 Nov 2014 03:17:48 -0000 1.9
@@ -1 +1 @@
-a0f9a7a360ea3feeae6ad90329e9c904 mythweb-0.27.3.tar.gz
+6421880e22d44ea277a11d9ecb494be1 mythweb-0.27.4.tar.gz
10 years
rpms/mame/F-19 mame.spec,1.91,1.92
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5858
Modified Files:
mame.spec
Log Message:
* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
- Fixed the ini path correctly
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/mame.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- mame.spec 15 Oct 2014 19:20:13 -0000 1.91
+++ mame.spec 4 Nov 2014 22:02:34 -0000 1.92
@@ -26,7 +26,7 @@
Version: 0.%{baseversion}
%endif
-Release: 1%{?svnrelease}%{?dist}
+Release: 2%{?svnrelease}%{?dist}
Summary: Multiple Arcade Machine Emulator
License: MAME License and BSD
@@ -223,6 +223,7 @@
%if %{with ldplayer}
make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
+find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
%endif
%if %{with debug}
make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
@@ -388,6 +389,9 @@
%changelog
+* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
+- Fixed the ini path correctly
+
* Wed Oct 15 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-1
- Updated to 0.155
- Fixed the knock-on effect of changed build order on ini file names
10 years
rpms/mame/F-20 mame.spec,1.96,1.97
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5831
Modified Files:
mame.spec
Log Message:
* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
- Fixed the ini path correctly
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/mame.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- mame.spec 15 Oct 2014 19:20:11 -0000 1.96
+++ mame.spec 4 Nov 2014 22:02:31 -0000 1.97
@@ -26,7 +26,7 @@
Version: 0.%{baseversion}
%endif
-Release: 1%{?svnrelease}%{?dist}
+Release: 2%{?svnrelease}%{?dist}
Summary: Multiple Arcade Machine Emulator
License: MAME License and BSD
@@ -223,6 +223,7 @@
%if %{with ldplayer}
make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
+find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
%endif
%if %{with debug}
make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
@@ -388,6 +389,9 @@
%changelog
+* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
+- Fixed the ini path correctly
+
* Wed Oct 15 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-1
- Updated to 0.155
- Fixed the knock-on effect of changed build order on ini file names
10 years
rpms/mame/devel mame.spec,1.96,1.97
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5799
Modified Files:
mame.spec
Log Message:
* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
- Fixed the ini path correctly
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- mame.spec 15 Oct 2014 19:20:08 -0000 1.96
+++ mame.spec 4 Nov 2014 22:02:28 -0000 1.97
@@ -26,7 +26,7 @@
Version: 0.%{baseversion}
%endif
-Release: 1%{?svnrelease}%{?dist}
+Release: 2%{?svnrelease}%{?dist}
Summary: Multiple Arcade Machine Emulator
License: MAME License and BSD
@@ -223,6 +223,7 @@
%if %{with ldplayer}
make %{?_smp_mflags} $MAME_FLAGS TARGET=ldplayer \
OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
+find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
%endif
%if %{with debug}
make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
@@ -388,6 +389,9 @@
%changelog
+* Tue Nov 04 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-2
+- Fixed the ini path correctly
+
* Wed Oct 15 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.155-1
- Updated to 0.155
- Fixed the knock-on effect of changed build order on ini file names
10 years
rpms/xtables-addons-kmod/devel sources, 1.15, 1.16 .cvsignore, 1.14, 1.15 xtables-addons-kmod.spec, 1.36, 1.37
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5454
Modified Files:
sources .cvsignore xtables-addons-kmod.spec
Log Message:
Update to 2.6
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 26 Apr 2014 15:05:25 -0000 1.15
+++ sources 4 Nov 2014 21:29:21 -0000 1.16
@@ -1 +1 @@
-335663ece5fb17c7d0bb24dbdc697eb1 xtables-addons-2.5.tar.xz
+087835ba7e564481b6fd398692268340 xtables-addons-2.6.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 26 Apr 2014 15:05:25 -0000 1.14
+++ .cvsignore 4 Nov 2014 21:29:21 -0000 1.15
@@ -1 +1 @@
-xtables-addons-2.5.tar.xz
+xtables-addons-2.6.tar.xz
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/xtables-addons-kmod.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- xtables-addons-kmod.spec 26 Apr 2014 15:05:25 -0000 1.36
+++ xtables-addons-kmod.spec 4 Nov 2014 21:29:21 -0000 1.37
@@ -7,8 +7,8 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 2.5
-Release: 1%{?dist}
+Version: 2.6
+Release: 0%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
10 years
rpms/xtables-addons/devel sources, 1.15, 1.16 .cvsignore, 1.14, 1.15 xtables-addons.spec, 1.21, 1.22
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5318
Modified Files:
sources .cvsignore xtables-addons.spec
Log Message:
Update to 2.6
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 26 Apr 2014 15:00:51 -0000 1.15
+++ sources 4 Nov 2014 21:28:04 -0000 1.16
@@ -1 +1 @@
-335663ece5fb17c7d0bb24dbdc697eb1 xtables-addons-2.5.tar.xz
+087835ba7e564481b6fd398692268340 xtables-addons-2.6.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 26 Apr 2014 15:00:51 -0000 1.14
+++ .cvsignore 4 Nov 2014 21:28:04 -0000 1.15
@@ -1 +1 @@
-xtables-addons-2.5.tar.xz
+xtables-addons-2.6.tar.xz
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xtables-addons.spec 26 Apr 2014 15:00:51 -0000 1.21
+++ xtables-addons.spec 4 Nov 2014 21:28:04 -0000 1.22
@@ -1,23 +1,16 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 2.5
+Version: 2.6
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
Group: System Environment/Base
URL: http://xtables-addons.sourceforge.net
Source0: http://dl.sourceforge.net/xtables-addons/Xtables-addons/%{version}/xtable...
-Source1: ipset.init
-Source2: ipset-config
BuildRequires: iptables-devel >= 1.4.5
BuildRequires: autoconf automake libtool
Provides: %{name}-kmod-common = %{version}
Requires: %{name}-kmod >= %{version}
-Requires(post): chkconfig
-Requires(preun): chkconfig
-# This is for /sbin/service
-Requires(preun): initscripts
-Requires(postun): initscripts
Requires: ipset >= 6.11
Obsoletes: %{name}-devel < 1.27-1
@@ -57,40 +50,20 @@
# There is no -devel package. So no need for these files
rm -f %{buildroot}%{_libdir}/*.{la,so}
-# install init scripts and configuration files
-install -D -pm 0755 %{SOURCE1} %{buildroot}%{_initddir}/ipset
-install -D -pm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/ipset-config
-
-%post
-/sbin/ldconfig
-/sbin/chkconfig --add ipset
-
-%preun
-if [ $1 = 0 ] ; then
- /sbin/service ipset stop >/dev/null 2>&1
- /sbin/chkconfig --del ipset
-fi
-
-%postun
-/sbin/ldconfig
-if [ "$1" -ge "1" ] ; then
- /sbin/service ipset condrestart >/dev/null 2>&1 || :
-fi
-
-%clean
-rm -rf %{buildroot}
%files
-%defattr(-,root,root,-)
%doc LICENSE README doc/* geoip
-%attr(0755,root,root) %{_initddir}/*
-%config(noreplace) %{_sysconfdir}/sysconfig/*
%{_libdir}/xtables/*.so
%{_libdir}/*.so.*
%{_sbindir}/iptaccount
%{_mandir}/man?/*
%changelog
+* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.6-1
+- Update to 2.6
+- Drop initscript (use ipset-services instead)
+- Spec file clean-up
+
* Sat Apr 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1
- Update to 2.5
10 years
rpms/xine-lib/devel xine-lib.spec,1.11,1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-lib/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5053
Modified Files:
xine-lib.spec
Log Message:
* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.6-8
- Rebuilt for vaapi 0.36
Index: xine-lib.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xine-lib.spec 20 Oct 2014 01:39:53 -0000 1.11
+++ xine-lib.spec 4 Nov 2014 21:10:09 -0000 1.12
@@ -10,7 +10,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.6
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -328,6 +328,9 @@
%changelog
+* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.6-8
+- Rebuilt for vaapi 0.36
+
* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 1.2.6-7
- Rebuilt for FFmpeg 2.4.3
10 years
rpms/mythtv/devel mythtv.spec,1.147,1.148
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mythtv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4935
Modified Files:
mythtv.spec
Log Message:
* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.27.4-2
- Rebuilt for vaapi 0.36
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- mythtv.spec 3 Nov 2014 19:15:52 -0000 1.147
+++ mythtv.spec 4 Nov 2014 21:10:01 -0000 1.148
@@ -76,7 +76,7 @@
# Version/Release info
Version: 0.27.4
%if "%{branch}" == "master"
-Release: 0.1.git.%{_gitrev}%{?dist}
+Release: 0.2.git.%{_gitrev}%{?dist}
%else
Release: 2%{?dist}
%endif
@@ -1423,6 +1423,9 @@
%changelog
+* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.27.4-2
+- Rebuilt for vaapi 0.36
+
* Mon Nov 3 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.4-2
- Update to latest bugfix release, 0.27.4.
10 years
rpms/xbmc/devel xbmc.spec,1.87,1.88
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4791
Modified Files:
xbmc.spec
Log Message:
* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.2-4
- Rebuilt for vaapi 0.36
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- xbmc.spec 20 Oct 2014 01:39:39 -0000 1.87
+++ xbmc.spec 4 Nov 2014 21:09:52 -0000 1.88
@@ -7,7 +7,7 @@
Name: xbmc
Version: 13.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -392,6 +392,9 @@
%changelog
+* Tue Nov 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.2-4
+- Rebuilt for vaapi 0.36
+
* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 13.2-3
- Rebuilt for FFmpeg 2.4.3
10 years