[Miro] Update to 3.5.1

Michel Alexandre Salim salimma at fedoraproject.org
Sat Mar 5 18:02:25 UTC 2011


commit 6d809090a43bd8ea3a6e11651d4142018700204a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Mar 5 19:01:40 2011 +0100

    Update to 3.5.1

 .gitignore                    |    2 +-
 Miro.spec                     |   18 +++++-------------
 miro-3.5-force_int_dims.patch |   17 -----------------
 sources                       |    2 +-
 4 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 187b26e..5e493c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/miro-3.5.tar.gz
+/miro-3.5.1.tar.gz
diff --git a/Miro.spec b/Miro.spec
index 14bb741..90f41ee 100644
--- a/Miro.spec
+++ b/Miro.spec
@@ -1,9 +1,6 @@
-# remove once F-12 is EOLed
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           Miro
-Version:        3.5
-Release:        3%{?dist}
+Version:        3.5.1
+Release:        1%{?dist}
 Summary:        Internet TV Player
 
 Group:          Applications/Multimedia
@@ -12,15 +9,9 @@ URL:            http://www.getmiro.com/
 Source0:        http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-%{version}.tar.gz
 # explains video conversion issues
 Source1:        README.Fedora
-# ensure that windows are initialized with integer dimensions
-# http://bugzilla.pculture.org/show_bug.cgi?id=15137
-Patch0:         miro-3.5-force_int_dims.patch
 
 BuildRequires:  python-devel Pyrex pygtk2-devel webkitgtk-devel
 BuildRequires:  gettext
-#if 0%{?fedora} >= 11
-#BuildRequires:  rb_libtorrent-devel rb_libtorrent-python
-#endif
 
 Requires:       pywebkitgtk
 Requires:       gnome-python2-gconf
@@ -43,7 +34,6 @@ cp -p %{SOURCE1} .
 # Intentionally not using -b .<descr> :
 # Otherwise, the unpatched files get re-added into Miro
 # (and '.' breaks Python imports)
-%patch0 -p1
 # /Patches
 chmod -x resources/conversions/apple.conv
 
@@ -54,7 +44,6 @@ cd linux && CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
-# mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
 cd linux &&  %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 %find_lang miro
 
@@ -94,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Mar  5 2011 Michel Salim <salimma at fedoraproject.org> - 3.5.1-1
+- Update to 3.5.1
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 03223d5..749fb59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e15d2d6ce086b0fe943a6cbea3c363c  miro-3.5.tar.gz
+c4f22333da18bba48eadc65b9b05bfcc  miro-3.5.1.tar.gz


More information about the scm-commits mailing list