rpms/rtmpdump/devel .cvsignore, 1.5, 1.6 rtmpdump.spec, 1.8, 1.9 sources, 1.5, 1.6
by Susi Lehtola
Author: jussilehtola
Update of /cvs/free/rpms/rtmpdump/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10493
Modified Files:
.cvsignore rtmpdump.spec sources
Log Message:
* Sun Jan 5 2014 Susi Lehtola <jussilehtola(a)fedoraproject.org> - 2.4-1.20131205.gitdc76f0a
- Update to newest snapshot.
- Clean up spec file.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rtmpdump/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 29 Aug 2011 19:52:01 -0000 1.5
+++ .cvsignore 5 Jan 2014 17:36:32 -0000 1.6
@@ -1 +1 @@
-rtmpdump-20110811-gc58cfb3e.tar.gz
+dc76f0a8461e6c8f1277eba58eae201b2dc1d06a.tar.gz
Index: rtmpdump.spec
===================================================================
RCS file: /cvs/free/rpms/rtmpdump/devel/rtmpdump.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rtmpdump.spec 3 Mar 2013 21:46:37 -0000 1.8
+++ rtmpdump.spec 5 Jan 2014 17:36:32 -0000 1.9
@@ -1,88 +1,83 @@
-%define snapshot c58cfb3e
-%define snapshot_date 20110811
-
-Name: rtmpdump
-Version: 2.4
-Release: 0.3.%{snapshot_date}git%{snapshot}%{?dist}
-Summary: Toolkit for RTMP streams
-
-Group: Applications/Internet
-License: GPLv2+
-# Note that librtmp is actually LGPLv2, so if you package that separately
-# (for which you'd probably want to make it a dynamic library) you should
-# label its licence correctly. But the _tools_ are GPLv2.
-URL: http://rtmpdump.mplayerhq.hu/
-Source0: http://rtmpdump.mplayerhq.hu/download/rtmpdump-%{snapshot_date}-g%{snapsh...
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: gnutls-devel zlib-devel
+%global commit dc76f0a8461e6c8f1277eba58eae201b2dc1d06a
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global gitdate 20131205
+
+Name: rtmpdump
+Version: 2.4
+Release: 1.%{gitdate}.git%{shortcommit}%{?dist}
+Summary: Toolkit for RTMP streams
+
+Group: Applications/Internet
+# The tools are GPLv2+. The library is LGPLv2+, see below.
+License: GPLv2+
+URL: http://rtmpdump.mplayerhq.hu/
+Source0: http://repo.or.cz/w/rtmpdump.git/snapshot/%{commit}.tar.gz
+
+BuildRequires: gnutls-devel
+BuildRequires: zlib-devel
+BuildRequires: nettle-devel
%description
rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported,
including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.
%package -n librtmp
-Summary: Support library for RTMP streams
-Group: Applications/Internet
-License: LGPLv2+
+Summary: Support library for RTMP streams
+Group: Applications/Internet
+License: LGPLv2+
%description -n librtmp
-librtmp is a suport library for RTMP streams. All forms of RTMP are supported,
+librtmp is a support library for RTMP streams. All forms of RTMP are supported,
including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.
%package -n librtmp-devel
-Summary: Files for librtmp development
-Group: Applications/Internet
-License: LGPLv2+
-Requires: librtmp = %{version}-%{release}
+Summary: Files for librtmp development
+Group: Applications/Internet
+License: LGPLv2+
+Requires: librtmp%{?_isa} = %{version}-%{release}
%description -n librtmp-devel
-librtmp is a suport library for RTMP streams. The librtmp-devel package
+librtmp is a support library for RTMP streams. The librtmp-devel package
contains include files needed to develop applications using librtmp.
%prep
-%setup -q -n rtmpdump-%{snapshot_date}-g%{snapshot}
+%setup -q -n %{name}
%build
# The fact that we have to add -ldl for gnutls is Fedora bug #611318
-make CRYPTO=GNUTLS SHARED=yes OPT="$RPM_OPT_FLAGS" LIB_GNUTLS="-lgnutls -lgcrypt -ldl"
+make SYS=posix CRYPTO=GNUTLS SHARED=yes OPT="%{optflags}" LIB_GNUTLS="-lgnutls -lgcrypt -ldl"
%install
-rm -rf $RPM_BUILD_ROOT
-make CRYPTO=GNUTLS SHARED=yes DESTDIR=$RPM_BUILD_ROOT prefix=/usr mandir=%{_mandir} libdir=%{_libdir} install
-rm -f $RPM_BUILD_ROOT/%{_libdir}/librtmp.a
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make CRYPTO=GNUTLS SHARED=yes DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} libdir=%{_libdir} install
+rm -f %{buildroot}%{_libdir}/librtmp.a
%post -n librtmp -p /sbin/ldconfig
-
%postun -n librtmp -p /sbin/ldconfig
%files
-%defattr(-,root,root,-)
+%doc COPYING README
%{_bindir}/rtmpdump
%{_sbindir}/rtmpsrv
%{_sbindir}/rtmpgw
%{_sbindir}/rtmpsuck
%{_mandir}/man1/rtmpdump.1*
%{_mandir}/man8/rtmpgw.8*
-%doc COPYING README
%files -n librtmp
-%defattr(-,root,root,-)
-%{_libdir}/librtmp.so.0
-%doc librtmp/COPYING
+%doc librtmp/COPYING ChangeLog
+%{_libdir}/librtmp.so.1
%files -n librtmp-devel
-%defattr(-,root,root,-)
-/usr/include/librtmp
+%{_includedir}/librtmp/
%{_libdir}/librtmp.so
%{_libdir}/pkgconfig/librtmp.pc
%{_mandir}/man3/librtmp.3*
-%doc ChangeLog
%changelog
+* Sun Jan 5 2014 Susi Lehtola <jussilehtola(a)fedoraproject.org> - 2.4-1.20131205.gitdc76f0a
+- Update to newest snapshot.
+- Clean up spec file.
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4-0.3.20110811gitc58cfb3e
- Mass rebuilt for Fedora 19 Features
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rtmpdump/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 29 Aug 2011 19:52:01 -0000 1.5
+++ sources 5 Jan 2014 17:36:32 -0000 1.6
@@ -1 +1 @@
-07ed0f980eeb51f2431dedfbb525efcc rtmpdump-20110811-gc58cfb3e.tar.gz
+e06ec3e11ba0a9f3cbb61be972bfb02e dc76f0a8461e6c8f1277eba58eae201b2dc1d06a.tar.gz
10 years, 11 months
rpms/dvdstyler/F-20 dvdstyler.spec,1.43,1.44 sources,1.26,1.27
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/dvdstyler/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12637
Modified Files:
dvdstyler.spec sources
Log Message:
* Sat Jan 04 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-2
- New upstream source.
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/dvdstyler.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- dvdstyler.spec 4 Dec 2013 00:49:52 -0000 1.43
+++ dvdstyler.spec 4 Jan 2014 12:06:03 -0000 1.44
@@ -3,7 +3,7 @@
Name: dvdstyler
Epoch: 1
Version: 2.6.1
-Release: 1%{?prerel}%{?dist}
+Release: 2%{?prerel}%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -90,6 +90,9 @@
%{_mandir}/*/*.gz
%changelog
+* Sat Jan 04 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-2
+- New upstream source.
+
* Wed Dec 04 2013 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-1
- New upstream release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 4 Dec 2013 00:49:52 -0000 1.26
+++ sources 4 Jan 2014 12:06:03 -0000 1.27
@@ -1 +1 @@
-941b3b401192628b3355e15721d20882 DVDStyler-2.6.1.tar.bz2
+f2780cac1d76ffa2a8716ff4d6f1cbd7 DVDStyler-2.6.1.tar.bz2
10 years, 11 months
rpms/dvdstyler/devel dvdstyler.spec,1.43,1.44 sources,1.26,1.27
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/dvdstyler/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12326
Modified Files:
dvdstyler.spec sources
Log Message:
* Sat Jan 04 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-2
- New upstream source.
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/dvdstyler.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- dvdstyler.spec 4 Dec 2013 00:49:52 -0000 1.43
+++ dvdstyler.spec 4 Jan 2014 12:03:06 -0000 1.44
@@ -3,7 +3,7 @@
Name: dvdstyler
Epoch: 1
Version: 2.6.1
-Release: 1%{?prerel}%{?dist}
+Release: 2%{?prerel}%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -90,6 +90,9 @@
%{_mandir}/*/*.gz
%changelog
+* Sat Jan 04 2014 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-2
+- New upstream source.
+
* Wed Dec 04 2013 Sérgio Basto <sergio(a)serjux.com> - 1:2.6.1-1
- New upstream release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 4 Dec 2013 00:49:52 -0000 1.26
+++ sources 4 Jan 2014 12:03:06 -0000 1.27
@@ -1 +1 @@
-941b3b401192628b3355e15721d20882 DVDStyler-2.6.1.tar.bz2
+f2780cac1d76ffa2a8716ff4d6f1cbd7 DVDStyler-2.6.1.tar.bz2
10 years, 11 months
rpms/mythweb/EL-6 .cvsignore, 1.1, 1.2 ChangeLog, 1.2, 1.3 mythweb-0.26-fixes.patch, 1.1, 1.2 mythweb.spec, 1.2, 1.3 sources, 1.3, 1.4
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/mythweb/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8487
Modified Files:
.cvsignore ChangeLog mythweb-0.26-fixes.patch mythweb.spec
sources
Log Message:
* Fri Jan 3 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.1-1
- Update to latest fixes/0.26 release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythweb/EL-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 4 Jul 2012 20:54:37 -0000 1.1
+++ .cvsignore 3 Jan 2014 13:58:37 -0000 1.2
@@ -0,0 +1 @@
+mythweb-0.26.1.tar.gz
Index: ChangeLog
===================================================================
RCS file: /cvs/free/rpms/mythweb/EL-6/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 25 Dec 2012 13:22:36 -0000 1.2
+++ ChangeLog 3 Jan 2014 13:58:37 -0000 1.3
@@ -1,21 +1,36 @@
-commit f82ca9521775edbbc53caf0f40f7bc183732dcc2
-Author: Karl Dietz <dekarl(a)users.sourceforge.net>
-Date: Fri Aug 3 23:26:30 2012 +0200
+commit 33f0177459ded1ed3ca63c319bb825e3ee3a6d56
+Author: Martin Bene <myth(a)bene.priv.at>
+Date: Sat Sep 14 16:27:22 2013 -0400
- Use PATH_SEPARATOR rather than ':' in mythweb.php.
+ Fix MythWeb's date/time handling
- Fixes #10791
+ The code in question has partially changed so I am applying part of Martin's patch
+ (the section that clears to session variables) to fix the problem.
- Signed-off-by: Raymond Wagner <rwagner(a)mythtv.org>
- (cherry picked from commit f9f5a1f43f2ddfeaa038054226f6ac0aa0b973e6)
+ Thank you Martin!
+
+ Refs #9833
+
+ Signed-off-by: Nicolas Riendeau <nriendeau(a)mythtv.org>
-commit 4fd9d5e05065c31e574e69251f872b1f53b7b027
-Author: R.D. Vaughan <r.d.vaughan(a)rogers.com>
-Date: Tue Oct 16 06:00:31 2012 -0400
+commit 7326d7ef70fb86037d9c30ca7e0762d0cb01b7ff
+Author: Scott Shawcroft <scott.shawcroft(a)gmail.com>
+Date: Tue Aug 27 22:34:55 2013 -0400
- Add recognition of mkv containers to MythWeb for raw streaming.
+ Fix the problem of MythWeb failing to load translations
+
+ Refs #11513
+
+ Signed-off-by: Nicolas Riendeau <nriendeau(a)mythtv.org>
+
+commit 5d8ffe109286269ada87390a2b74e142ec36e364
+Author: Karl Dietz <dekarl(a)mythtv.org>
+Date: Mon Aug 26 22:39:35 2013 +0200
+
+ fix merge in schedule templates added in f97529656
+
+ if (!$this->$name) ends up as if(!0)...
- Fixes #11180
+ Fixes #11775
- Signed-off-by: Raymond Wagner <rwagner(a)mythtv.org>
- (cherry picked from commit ce2368132f823284588b02f8a1f66e0576d8c107)
+ (cherry picked from commit 08b94cea6346ebeb94edf98ecb5d7b7dd8555560)
mythweb-0.26-fixes.patch:
includes/errors.php | 6 +++---
modules/mythweb/set_session.php | 12 ++++++++++++
modules/tv/classes/Schedule.php | 2 +-
3 files changed, 16 insertions(+), 4 deletions(-)
Index: mythweb-0.26-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythweb/EL-6/mythweb-0.26-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythweb-0.26-fixes.patch 25 Dec 2012 13:22:36 -0000 1.1
+++ mythweb-0.26-fixes.patch 3 Jan 2014 13:58:37 -0000 1.2
@@ -1,214 +1,65 @@
- classes/Video.php | 14 ++++----
- modules/stream/stream_raw.pl | 4 +++
- modules/video/handler.php | 26 +++++++++-----
- modules/video/stream.php | 69 ++++++++++++++++++++++++++++++++++++
- modules/video/tmpl/default/video.php | 2 +-
- mythweb.php | 2 +-
- 6 files changed, 101 insertions(+), 16 deletions(-)
+ includes/errors.php | 6 +++---
+ modules/mythweb/set_session.php | 12 ++++++++++++
+ modules/tv/classes/Schedule.php | 2 +-
+ 3 files changed, 16 insertions(+), 4 deletions(-)
-diff --git a/classes/Video.php b/classes/Video.php
-index 7995aa4..5c6f7e4 100644
---- a/classes/Video.php
-+++ b/classes/Video.php
-@@ -90,12 +90,14 @@ class Video {
- $this->childid = $video['childid'];
- // Figure out the URL
- $this->url = '#';
-- if (file_exists('data/video/'))
-- $this->url = implode('/', array_map('rawurlencode',
-- array_map('utf8tolocal',
-- explode('/',
-- 'data/video/' . preg_replace('#^'.$mythvideo_dir.'/?#', '', $this->filename)
-- ))));
-+ //// all junk, replacing
-+// if (file_exists('data/video/'))
-+// $this->url = implode('/', array_map('rawurlencode',
-+// array_map('utf8tolocal',
-+// explode('/',
-+// 'data/video/' . preg_replace('#^'.$mythvideo_dir.'/?#', '', $this->filename)
-+// ))));
-+ $this->url = 'video/stream?Id=' . $this->intid;
- $genre = $db->query('SELECT idgenre
- FROM videometadatagenre
- WHERE idvideo = ?',
-diff --git a/modules/stream/stream_raw.pl b/modules/stream/stream_raw.pl
-index 31f6854..6981bca 100755
---- a/modules/stream/stream_raw.pl
-+++ b/modules/stream/stream_raw.pl
-@@ -30,6 +30,10 @@
- $type = 'video/nuppelvideo';
- $suffix = '.nuv';
- }
-+ elsif ($basename =~ /\.mkv$/) {
-+ $type = 'video/x-matroska';
-+ $suffix = '.mkv';
-+ }
- else {
- print header(),
- "Unknown video type requested: $basename\n";
-diff --git a/modules/video/handler.php b/modules/video/handler.php
-index fd769ce..721f186 100644
---- a/modules/video/handler.php
-+++ b/modules/video/handler.php
-@@ -15,8 +15,10 @@
- * @global string $GLOBALS['mythvideo_dir']
- * @name $mythvideo_dir
+diff --git a/includes/errors.php b/includes/errors.php
+index 0434b7a..c24e71a 100644
+--- a/includes/errors.php
++++ b/includes/errors.php
+@@ -103,6 +103,9 @@
/**/
-- global $mythvideo_dir;
-- $mythvideo_dir = setting('VideoStartupDir', hostname);
-+
-+//// dont need this...
-+// global $mythvideo_dir;
-+// $mythvideo_dir = setting('VideoStartupDir', hostname);
-
- // Load the video storage directories
- $video_dirs = $db->query_list('
-@@ -37,6 +39,7 @@
+ function error_handler($errno, $errstr, $errfile, $errline, $vars) {
+ global $db;
++ // Leave early if we haven't requested reports from this kind of error
++ if (!($errno & error_reporting()))
++ return;
+ if (class_exists('Translate'))
+ $errstr = Translate::find()->string($errstr);
+ // Try to auto-repair damaged SQL tables
+@@ -113,9 +116,6 @@
+ add_error('Regular Expression Error: '.$match[1]);
+ return;
}
- }
-
-+/** nor any of this...
- // Make sure the video directory exists
- if (file_exists('data/video')) {
- // File is not a directory or a symlink
-@@ -93,7 +96,7 @@
- .' reload this page.');
+- // Leave early if we haven't requested reports from this kind of error
+- if (!($errno & error_reporting()))
+- return;
+ // Fatal errors should report considerably more detail
+ if (in_array($errno, array(E_USER_ERROR, E_ERROR))) {
+ // What type of error?
+diff --git a/modules/mythweb/set_session.php b/modules/mythweb/set_session.php
+index 7fd4270..334081c 100644
+--- a/modules/mythweb/set_session.php
++++ b/modules/mythweb/set_session.php
+@@ -22,6 +22,18 @@
+ // Change language? Make sure we load the new translation file, too.
+ if ($_POST['language'] && $_POST['language'] != $_SESSION['language']){
+ $_SESSION['language'] = $_POST['language'];
++ // Unset the date/time formats in session so translation can fill in the
++ // language specific defaults
++ unset($_SESSION['date_statusbar']);
++ unset($_SESSION['date_scheduled']);
++ unset($_SESSION['date_scheduled_popup']);
++ unset($_SESSION['date_recorded']);
++ unset($_SESSION['date_search']);
++ unset($_SESSION['date_listing_key']);
++ unset($_SESSION['date_listing_jump']);
++ unset($_SESSION['date_channel_jump']);
++ unset($_SESSION['date_job_status']);
++ unset($_SESSION['time_format']);
+ Translate::find()->load_translation();
}
- // Create a symlink to the first artwork directory that we find.
-- /** @todo we should really support multiple directories, but it's too much effort to hack in at the moment. */
-+ // @todo we should really support multiple directories, but it's too much effort to hack in at the moment.
- else {
- foreach ($artwork_dirs as $dir) {
- if (is_dir($dir) || is_link($dir)) {
-@@ -116,6 +119,7 @@
+
+diff --git a/modules/tv/classes/Schedule.php b/modules/tv/classes/Schedule.php
+index 0ad566d..6a9b8bc 100644
+--- a/modules/tv/classes/Schedule.php
++++ b/modules/tv/classes/Schedule.php
+@@ -274,7 +274,7 @@ class Schedule extends MythBase {
+ **/
+ public function merge($prog) {
+ foreach (get_object_vars($prog) as $name => $value) {
+- if ($value && !$this->$name) {
++ if (isset($value) && !isset($this->$name)) {
+ $this->$name = $value;
}
}
- }
-+*/
-
- define('video_img_height', _or(setting('web_video_thumbnail_height', hostname), 140));
- define('video_img_width', _or(setting('web_video_thumbnail_width', hostname), 94));
-@@ -125,11 +129,17 @@
- case 'edit':
- require_once 'modules/video/edit.php';
- exit;
-- case 'imdb':
-- require_once 'modules/video/imdb.php';
-- exit;
-- case 'scan':
-- require_once 'modules/video/scan.php';
-+//// this is probably doing bad things
-+// case 'imdb':
-+// require_once 'modules/video/imdb.php';
-+// exit;
-+//// this is broken, so disable it
-+// case 'scan':
-+// require_once 'modules/video/scan.php';
-+// exit;
-+//// new stuff
-+ case 'stream':
-+ require_once 'modules/video/stream.php';
- exit;
- }
-
-diff --git a/modules/video/stream.php b/modules/video/stream.php
-new file mode 100644
-index 0000000..49a7298
---- /dev/null
-+++ b/modules/video/stream.php
-@@ -0,0 +1,69 @@
-+<?php
-+/**
-+ * Stream a music file
-+ *
-+ * @license GPL
-+ *
-+ * @package MythWeb
-+ * @subpackage Music
-+/**/
-+
-+// Yes, a db connection
-+ global $db;
-+
-+// Pull video ID
-+ $vid_id = $_GET['Id'];
-+
-+// Get filename
-+ list($fname) = $db->query_row('SELECT filename
-+ FROM videometadata
-+ WHERE intid = ?', $vid_id);
-+
-+// Mime type
-+ switch (substr($fname, strrpos($fname, '.'))) {
-+ case 'mpg':
-+ case 'mpeg':
-+ $mime = 'video/mpeg';
-+ break;
-+ case 'mp4':
-+ $mime = 'video/mp4';
-+ break;
-+ case 'ogg':
-+ case 'ogm':
-+ case 'ogv':
-+ $mime = 'video/ogg';
-+ break;
-+ case 'qt':
-+ $mime = 'video/quicktime';
-+ break;
-+ case 'webm':
-+ $mime = 'video/webm';
-+ break;
-+ case 'mkv':
-+ $mime = 'video/x-matroska';
-+ break;
-+ case 'wmv':
-+ $mime = 'video/x-ms-wmv';
-+ break;
-+ case 'flv':
-+ $mime = 'video/x-flv';
-+ break;
-+ default:
-+ $mime = 'applicatoin/octet-stream';
-+ }
-+ header('Content-Type: '.$mime);
-+
-+// Send the filename
-+ header('Content-Disposition: filename="'.$fname.'"');
-+
-+// Send data via the backend
-+ $Master_Host = setting('MasterServerIP');
-+ $port = _or(get_backend_setting('BackendStatusPort', $Master_Host),
-+ get_backend_setting('BackendStatusPort'));
-+ if (stripos($Master_Host,':') !== false) {
-+ $Master_Host = '['.$Master_Host.']';
-+ }
-+ readfile("http://$Master_Host:$port/Content/GetVideo?Id=".$vid_id);
-+
-+// Nothing else to do
-+ exit;
-diff --git a/modules/video/tmpl/default/video.php b/modules/video/tmpl/default/video.php
-index e80176e..ad7e9a9 100644
---- a/modules/video/tmpl/default/video.php
-+++ b/modules/video/tmpl/default/video.php
-@@ -252,7 +252,7 @@
- <table width="100%" border="0" cellpadding="4" cellspacing="2" class="list small">
- <tr class="menu">
- <td>
-- <span style="float: right"><input type="button" value="<?php echo t('Scan Collection'); ?>" class="submit" onclick="scan()"></span>
-+<!-- Bad! Don't do this! <span style="float: right"><input type="button" value="<?php echo t('Scan Collection'); ?>" class="submit" onclick="scan()"></span> -->
- <form action="<?php echo root_url; ?>video" method="GET">
- <?php echo t('Display'); ?>:
- <select name="category" id="category" onchange="filter();">
-diff --git a/mythweb.php b/mythweb.php
-index bba2aa8..79ff196 100644
---- a/mythweb.php
-+++ b/mythweb.php
-@@ -30,7 +30,7 @@
- if (Modules::getModule($Path[0])) {
- // Add the current module directory to our search path, so modules can
- // define includes, etc.
-- ini_set('include_path', ini_get('include_path').':'.modules_path.'/'.$Path[0]);
-+ ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.modules_path.'/'.$Path[0]);
- // Load the module handler
- require_once 'handler.php';
- }
Index: mythweb.spec
===================================================================
RCS file: /cvs/free/rpms/mythweb/EL-6/mythweb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythweb.spec 25 Dec 2012 13:22:36 -0000 1.2
+++ mythweb.spec 3 Jan 2014 13:58:37 -0000 1.3
@@ -1,20 +1,15 @@
-# Mythweb from github.com
-# git hash for archive
-%global githash1 g4dcd253
-%global githash2 4e9fd7a
-
Name: mythweb
Summary: The web interface to MythTV
URL: http://www.mythtv.org/
Group: Applications/Multimedia
-Version: 0.26.0
-Release: 2%{?dist}
+Version: 0.26.1
+Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
# https://github.com/MythTV/mythweb/tarball/v0.25
-Source0: MythTV-mythweb-v%{version}-0-%{githash1}.tar.gz
+Source0: mythweb-%{version}.tar.gz
Source1: mythweb.conf
Source2: ChangeLog
@@ -44,7 +39,7 @@
%prep
-%setup -q -n MythTV-mythweb-%{githash2}
+%setup -q
%patch0 -p1
# Fix directory permissions
@@ -79,6 +74,9 @@
%changelog
+* Fri Jan 3 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.1-1
+- Update to latest fixes/0.26 release.
+
* Sat Dec 08 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-2
- Update to latest upstream release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythweb/EL-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 25 Dec 2012 13:30:03 -0000 1.3
+++ sources 3 Jan 2014 13:58:37 -0000 1.4
@@ -1 +1 @@
-806f8a2187cfad356da541303120f048 MythTV-mythweb-v0.26.0-0-g4dcd253.tar.gz
+f833230e664d8465c9c3333099395513 mythweb-0.26.1.tar.gz
10 years, 12 months
rpms/amule/devel amule.spec,1.19,1.20
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/amule/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27871
Modified Files:
amule.spec
Log Message:
Fix build
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/devel/amule.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- amule.spec 12 Jun 2013 07:41:42 -0000 1.19
+++ amule.spec 2 Jan 2014 15:27:27 -0000 1.20
@@ -3,7 +3,7 @@
Name: amule
Version: 2.3.1
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
@@ -62,7 +62,6 @@
%configure \
--disable-rpath \
--disable-debug \
- --docdir=%{_datadir}/doc/%{name}-%{version} \
--enable-wxcas \
--enable-cas \
--enable-alc \
@@ -89,7 +88,7 @@
%find_lang %{name}
# desktop files
-desktop-file-install --vendor livna \
+desktop-file-install --vendor "" \
--delete-original\
--dir $RPM_BUILD_ROOT%{_datadir}/applications\
--add-category Network\
@@ -102,12 +101,12 @@
--dir $RPM_BUILD_ROOT%{_datadir}/applications\
$RPM_BUILD_ROOT%{_datadir}/applications/alc.desktop
-desktop-file-install --vendor livna \
+desktop-file-install --vendor "" \
--delete-original\
--dir $RPM_BUILD_ROOT%{_datadir}/applications\
$RPM_BUILD_ROOT%{_datadir}/applications/wxcas.desktop
-desktop-file-install --vendor livna \
+desktop-file-install --vendor "" \
--delete-original\
--dir $RPM_BUILD_ROOT%{_datadir}/applications\
--add-category Network\
@@ -171,6 +170,9 @@
%changelog
+* Thu Jan 02 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.1-5
+- Drop docdir and desktop vendor
+
* Wed Jun 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.1-4
- Rebuilt for GD 2.1.0
@@ -220,7 +222,7 @@
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.3-4
- rebuild
-* Tue Mar 04 2007 kwizart <kwizart at gmail.com > - 2.1.3-3
+* Wed Mar 04 2007 kwizart <kwizart at gmail.com > - 2.1.3-3
- Fix wxGTK 2.8.x
- Fix open with O_CREATE
- Prevent timestramps on install
10 years, 12 months
rpms/mpv/devel mpv.spec,1.19,1.20 mpv.desktop,1.1,NONE
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23541
Modified Files:
mpv.spec
Removed Files:
mpv.desktop
Log Message:
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-2
- Use upstream .desktop file
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mpv.spec 1 Jan 2014 17:02:42 -0000 1.19
+++ mpv.spec 1 Jan 2014 17:50:01 -0000 1.20
@@ -1,11 +1,10 @@
Name: mpv
Version: 0.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz
-Source1: %{name}.desktop
# set defaults for Fedora
Patch0: %{name}-config.patch
@@ -79,12 +78,13 @@
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -Dpm 644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
-desktop-file-install %{SOURCE1}
+desktop-file-install etc/mpv.desktop
for RES in 16 32 64; do
install -Dpm 644 etc/mpv-icon-8bit-${RES}x${RES}.png %{buildroot}%{_datadir}/icons/hicolor/${RES}x${RES}/apps/%{name}.png
done
+
%post
update-desktop-database &>/dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -113,6 +113,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-2
+- Use upstream .desktop file
+
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
- New version 0.3.0
- Switch to waf
--- mpv.desktop DELETED ---
10 years, 12 months
rpms/mpv/F-19 mpv.spec,1.16,1.17 mpv.desktop,1.1,NONE
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23389
Modified Files:
mpv.spec
Removed Files:
mpv.desktop
Log Message:
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-2
- Use upstream .desktop file
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mpv.spec 1 Jan 2014 17:04:06 -0000 1.16
+++ mpv.spec 1 Jan 2014 17:48:58 -0000 1.17
@@ -1,11 +1,10 @@
Name: mpv
Version: 0.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz
-Source1: %{name}.desktop
# set defaults for Fedora
Patch0: %{name}-config.patch
@@ -79,12 +78,13 @@
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -Dpm 644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
-desktop-file-install %{SOURCE1}
+desktop-file-install etc/mpv.desktop
for RES in 16 32 64; do
install -Dpm 644 etc/mpv-icon-8bit-${RES}x${RES}.png %{buildroot}%{_datadir}/icons/hicolor/${RES}x${RES}/apps/%{name}.png
done
+
%post
update-desktop-database &>/dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -113,6 +113,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-2
+- Use upstream .desktop file
+
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
- New version 0.3.0
- Switch to waf
--- mpv.desktop DELETED ---
10 years, 12 months
rpms/mpv/F-20 mpv.spec,1.19,1.20 mpv.desktop,1.1,NONE
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23253
Modified Files:
mpv.spec
Removed Files:
mpv.desktop
Log Message:
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-2
- Use upstream .desktop file
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/mpv.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mpv.spec 1 Jan 2014 17:03:42 -0000 1.19
+++ mpv.spec 1 Jan 2014 17:48:51 -0000 1.20
@@ -1,11 +1,10 @@
Name: mpv
Version: 0.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz
-Source1: %{name}.desktop
# set defaults for Fedora
Patch0: %{name}-config.patch
@@ -79,12 +78,13 @@
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
install -Dpm 644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
-desktop-file-install %{SOURCE1}
+desktop-file-install etc/mpv.desktop
for RES in 16 32 64; do
install -Dpm 644 etc/mpv-icon-8bit-${RES}x${RES}.png %{buildroot}%{_datadir}/icons/hicolor/${RES}x${RES}/apps/%{name}.png
done
+
%post
update-desktop-database &>/dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -113,6 +113,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-2
+- Use upstream .desktop file
+
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
- New version 0.3.0
- Switch to waf
--- mpv.desktop DELETED ---
10 years, 12 months
rpms/mpv/F-19 .cvsignore, 1.2, 1.3 mpv.spec, 1.15, 1.16 sources, 1.5, 1.6 mpv-format-security.patch, 1.1, NONE
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21599
Modified Files:
.cvsignore mpv.spec sources
Removed Files:
mpv-format-security.patch
Log Message:
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
- New version 0.3.0
- Switch to waf
- Add some tricks from openSUSE
- Removed already included patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 1 Sep 2013 11:43:17 -0000 1.2
+++ .cvsignore 1 Jan 2014 17:04:06 -0000 1.3
@@ -1 +1 @@
-v0.1.2.tar.gz
+v0.3.0.tar.gz
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mpv.spec 22 Dec 2013 21:14:26 -0000 1.15
+++ mpv.spec 1 Jan 2014 17:04:06 -0000 1.16
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.2.4
-Release: 8%{?dist}
+Version: 0.3.0
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -10,15 +10,14 @@
# set defaults for Fedora
Patch0: %{name}-config.patch
-# https://github.com/mpv-player/mpv/pull/422
-Patch1: %{name}-format-security.patch
-
BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel
BuildRequires: bzip2-devel
BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: ffmpeg-libs
+BuildRequires: libcdio-devel
+BuildRequires: libcdio-paranoia-devel
BuildRequires: libGL-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: libXinerama-devel
@@ -39,6 +38,7 @@
BuildRequires: lua-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: python-docutils
+BuildRequires: waf
BuildRequires: wayland-devel
Requires: hicolor-icon-theme
@@ -53,27 +53,27 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
-./configure \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --mandir=%{_mandir} \
- --confdir=%{_sysconfdir}/%{name} \
- --extra-cflags="$RPM_OPT_FLAGS" \
+CCFLAGS="%{optflags}" \
+waf configure \
+ --prefix="%{_prefix}" \
+ --bindir="%{_bindir}" \
+ --mandir="%{_mandir}" \
+ --docdir="%{_docdir}/%{name}" \
+ --confdir="%{_sysconfdir}/%{name}" \
--enable-joystick \
--enable-lirc \
--enable-radio \
--enable-radio-capture \
- --enable-smb \
- --disable-termcap \
- --extra-cflags='-I/usr/include/samba-4.0/'
+ --disable-sdl --disable-sdl2 \
+ --disable-build-date \
+ --disable-debug
-make %{?_smp_mflags}
+waf build --verbose %{?_smp_mflags}
%install
-make install DESTDIR=%{buildroot}
+waf --destdir=%{buildroot} install %{?_smp_mflags}
# Default config files
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
@@ -107,11 +107,18 @@
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.*
-%{_sysconfdir}/%{name}
+%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
+- New version 0.3.0
+- Switch to waf
+- Add some tricks from openSUSE
+- Removed already included patch
+
* Sun Dec 22 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.4-8
- Added patch for https://fedoraproject.org/wiki/Changes/FormatSecurity
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 15 Dec 2013 18:43:39 -0000 1.5
+++ sources 1 Jan 2014 17:04:06 -0000 1.6
@@ -1 +1 @@
-465e99ed24478f3a2afe5ae1c4fdd7f4 v0.2.4.tar.gz
+47c9ea5fc8cf0c15cc6a15631bfbc770 v0.3.0.tar.gz
--- mpv-format-security.patch DELETED ---
10 years, 12 months
rpms/mpv/F-20 .cvsignore, 1.5, 1.6 mpv.spec, 1.18, 1.19 sources, 1.5, 1.6 mpv-format-security.patch, 1.1, NONE
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21476
Modified Files:
.cvsignore mpv.spec sources
Removed Files:
mpv-format-security.patch
Log Message:
* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
- New version 0.3.0
- Switch to waf
- Add some tricks from openSUSE
- Removed already included patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 15 Dec 2013 18:40:23 -0000 1.5
+++ .cvsignore 1 Jan 2014 17:03:42 -0000 1.6
@@ -1 +1 @@
-v0.2.4.tar.gz
+v0.3.0.tar.gz
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/mpv.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mpv.spec 22 Dec 2013 21:14:00 -0000 1.18
+++ mpv.spec 1 Jan 2014 17:03:42 -0000 1.19
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.2.4
-Release: 8%{?dist}
+Version: 0.3.0
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -10,15 +10,14 @@
# set defaults for Fedora
Patch0: %{name}-config.patch
-# https://github.com/mpv-player/mpv/pull/422
-Patch1: %{name}-format-security.patch
-
BuildRequires: aalib-devel
BuildRequires: alsa-lib-devel
BuildRequires: bzip2-devel
BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: ffmpeg-libs
+BuildRequires: libcdio-devel
+BuildRequires: libcdio-paranoia-devel
BuildRequires: libGL-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: libXinerama-devel
@@ -39,6 +38,7 @@
BuildRequires: lua-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: python-docutils
+BuildRequires: waf
BuildRequires: wayland-devel
Requires: hicolor-icon-theme
@@ -53,27 +53,27 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
-./configure \
- --prefix=%{_prefix} \
- --bindir=%{_bindir} \
- --mandir=%{_mandir} \
- --confdir=%{_sysconfdir}/%{name} \
- --extra-cflags="$RPM_OPT_FLAGS" \
+CCFLAGS="%{optflags}" \
+waf configure \
+ --prefix="%{_prefix}" \
+ --bindir="%{_bindir}" \
+ --mandir="%{_mandir}" \
+ --docdir="%{_docdir}/%{name}" \
+ --confdir="%{_sysconfdir}/%{name}" \
--enable-joystick \
--enable-lirc \
--enable-radio \
--enable-radio-capture \
- --enable-smb \
- --disable-termcap \
- --extra-cflags='-I/usr/include/samba-4.0/'
+ --disable-sdl --disable-sdl2 \
+ --disable-build-date \
+ --disable-debug
-make %{?_smp_mflags}
+waf build --verbose %{?_smp_mflags}
%install
-make install DESTDIR=%{buildroot}
+waf --destdir=%{buildroot} install %{?_smp_mflags}
# Default config files
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
@@ -107,11 +107,18 @@
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.*
-%{_sysconfdir}/%{name}
+%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Wed Jan 01 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.3.0-1
+- New version 0.3.0
+- Switch to waf
+- Add some tricks from openSUSE
+- Removed already included patch
+
* Sun Dec 22 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.4-8
- Added patch for https://fedoraproject.org/wiki/Changes/FormatSecurity
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 15 Dec 2013 18:40:23 -0000 1.5
+++ sources 1 Jan 2014 17:03:42 -0000 1.6
@@ -1 +1 @@
-465e99ed24478f3a2afe5ae1c4fdd7f4 v0.2.4.tar.gz
+47c9ea5fc8cf0c15cc6a15631bfbc770 v0.3.0.tar.gz
--- mpv-format-security.patch DELETED ---
10 years, 12 months