[subdownloader] remove patch, updated sources and spec file to new version of subdownloader

Jan Klepek hpejakle at fedoraproject.org
Fri Sep 3 20:36:29 UTC 2010


commit 10daaff03099a1712d9eefd7b6d0f4a10c26fc01
Author: hpejakle <hpejakle at piko.(none)>
Date:   Fri Sep 3 22:36:09 2010 +0200

    remove patch, updated sources and spec file to new version of subdownloader

 .gitignore            |    1 +
 disable_updates.patch |   11 -----------
 sources               |    2 +-
 subdownloader.spec    |   13 +++++++++----
 4 files changed, 11 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6df69d..46fae0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 subdownloader-2.0.10.tar.gz
+/subdownloader-2.0.13.tar.gz
diff --git a/sources b/sources
index 1148746..3faacce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd97a9477644e823af53506924a6a47c  subdownloader-2.0.10.tar.gz
+128cac3b8d87bddba293d235b10c481b  subdownloader-2.0.13.tar.gz
diff --git a/subdownloader.spec b/subdownloader.spec
index c863dea..b8a9f0e 100644
--- a/subdownloader.spec
+++ b/subdownloader.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		subdownloader
-Version:	2.0.10
-Release:	2%{?dist}
+Version:	2.0.13
+Release:	1%{?dist}
 Summary:	Program for download/upload subtitles for videofiles and DVDs
 Group:		Applications/Multimedia
 # "modules/progressbar.py is LGPLv2+, everything else is GPLv3+"
 License:	GPLv3+ and LGPLv2+
 URL:		http://www.subdownloader.net/
-Source0:	http://launchpad.net/%{name}/trunk/2.0.9/+download/%{name}-%{version}.tar.gz
+Source0:	http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 # subdownloader.xpm is taken from apt-get source subdownloader
 Source1:	subdownloader.xpm
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -22,7 +22,8 @@ Program for automatic download/upload subtitles for videofiles
 
 %prep
 %setup -q -n %{name}-%{version}
-rm -rf modules/mmpython
+rm -f modules/mmpython
+rm -f modules/SDService.py.orig
 sed -i 's/#\!\/usr\/bin\/env python//g' cli/*.py
 sed -i 's/#\!\/usr\/bin\/env python//g' languages/*.py
 sed -i 's/#\!\/usr\/bin\/env python//g' FileManagement/*.py
@@ -32,6 +33,7 @@ sed -i 's/#\!\/usr\/bin\/env python//g' gui/*.py
 sed -i 's#/usr/share/subdownloader#%{python_sitelib}/%{name}#g' subdownloader.desktop
 # submitted as bugreport 361416
 sed -i 's#/usr/share/subdownloader#%{python_sitelib}/%{name}#g' gui/main.py
+chmod -x README ChangeLog
 
 %build
 
@@ -75,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Fri Sep 3 2010 Jan Klepek <jan.klepek at, gmail.com> - 2.0.13-1
+- new version released
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 2.0.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list