Author: salimma
Update of /cvs/free/rpms/miro/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28647/devel
Modified Files:
.cvsignore miro.spec sources
Removed Files:
miro-4.0.2-change_timeout.patch
miro-4.0.2.1-segmenter_cflags.patch
miro-4.0.6-terminate_dbus.patch
Log Message:
* Fri May 4 2012 Michel Salim <salimma(a)fedoraproject.org> - 5.0-1
- Update to 5.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/miro/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 13 Feb 2012 10:56:03 -0000 1.2
+++ .cvsignore 4 May 2012 15:32:42 -0000 1.3
@@ -1 +1 @@
-miro-4.0.6.tar.gz
+miro-5.0.tar.gz
Index: miro.spec
===================================================================
RCS file: /cvs/free/rpms/miro/devel/miro.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- miro.spec 2 Mar 2012 15:10:59 -0000 1.3
+++ miro.spec 4 May 2012 15:32:43 -0000 1.4
@@ -4,8 +4,8 @@
%bcond_with check
Name: miro
-Version: 4.0.6
-Release: 3%{?dist}
+Version: 5.0
+Release: 1%{?dist}
Summary: Internet TV Player
Group: Applications/Multimedia
@@ -15,24 +15,18 @@
Source0:
http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-%{version}.tar.gz
# explains video conversion issues
# Source1: README.Fedora
-# from upstream, fixes their issue # 17817
-Patch0: miro-4.0.2-change_timeout.patch
# handle non-existent iTunes path exception
# submitted:
http://bugzilla.pculture.org/show_bug.cgi?id=17925
-Patch1: miro-4.0.2-fix_itunes_path.patch
+Patch0: miro-4.0.2-fix_itunes_path.patch
# fix desktop file
# submitted:
http://bugzilla.pculture.org/show_bug.cgi?id=17926
-Patch2: miro-4.0.2-fix_desktop_file.patch
+Patch1: miro-4.0.2-fix_desktop_file.patch
# fix GNOME screensaver not being inhibitable
# submitted:
http://bugzilla.pculture.org/show_bug.cgi?id=18018
-Patch3: miro-4.0.2.1-fix_screensaver_inhibit.patch
-# Use provided CFLAGS when building miro-segmenter
-# submitted:
https://bugzilla.pculture.org/show_bug.cgi?id=18027
-Patch4: miro-4.0.2.1-segmenter_cflags.patch
-# terminate DBus after running unit tests
-Patch5: miro-4.0.6-terminate_dbus.patch
+Patch2: miro-4.0.2.1-fix_screensaver_inhibit.patch
BuildRequires: python-devel
+BuildRequires: boost-devel
BuildRequires: desktop-file-utils
BuildRequires: ffmpeg-devel
BuildRequires: gettext
@@ -44,11 +38,12 @@
%if %{with check}
BuildRequires: dbus-x11
BuildRequires: dbus-python
+BuildRequires: ffmpeg
BuildRequires: GConf2
-BuildRequires: python-mutagen
BuildRequires: gnome-python2-gconf
BuildRequires: gstreamer-plugins-good
BuildRequires: gstreamer-python
+BuildRequires: python-mutagen
BuildRequires: python-pycurl
BuildRequires: pywebkitgtk
BuildRequires: rb_libtorrent-python
@@ -58,7 +53,8 @@
Requires: avahi-compat-libdns_sd
Requires: dbus-python
Requires: dbus-x11
-Requires: ffmpeg2theora
+Requires: ffmpeg
+#Requires: ffmpeg2theora
Requires: GConf2
Requires: gnome-python2-gconf
Requires: gstreamer-plugins-good
@@ -93,9 +89,6 @@
%patch0 -p2
%patch1 -p2
%patch2 -p2
-%patch3 -p2
-%patch4 -p2
-%patch5 -p2
# /Patches
@@ -154,6 +147,9 @@
%changelog
+* Fri May 4 2012 Michel Salim <salimma(a)fedoraproject.org> - 5.0-1
+- Update to 5.0
+
* Fri Mar 2 2012 Michel Salim <salimma(a)fedoraproject.org> - 4.0.6-3
- Apply upstream patch for terminating DBus after running unit tests
- Disable tests by default; rebuild with --with check to override
Index: sources
===================================================================
RCS file: /cvs/free/rpms/miro/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 13 Feb 2012 10:56:03 -0000 1.2
+++ sources 4 May 2012 15:32:44 -0000 1.3
@@ -1 +1 @@
-5a574ebfc27f46fa3be36f1513d6dc87 miro-4.0.6.tar.gz
+73d766ce8a0a45694ed953ef7d5e52c6 miro-5.0.tar.gz
--- miro-4.0.2-change_timeout.patch DELETED ---
--- miro-4.0.2.1-segmenter_cflags.patch DELETED ---
--- miro-4.0.6-terminate_dbus.patch DELETED ---