Author: tuju
Update of /cvs/free/rpms/yle-dl/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14510
Modified Files:
sources yle-dl.spec
Log Message:
New version 2.1.0 git.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-18/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 23 Oct 2012 16:23:01 -0000 1.2
+++ sources 11 Oct 2013 12:36:55 -0000 1.3
@@ -1 +1 @@
-40a009684699a32e0515aaf1745a96a7 yle-dl-2.0.1.tar.gz
+012cafb3c0b539ae843acf64678bda59 yle-dl-2.1.0-0-g51f30c8.tar.gz
Index: yle-dl.spec
===================================================================
RCS file: /cvs/free/rpms/yle-dl/F-18/yle-dl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yle-dl.spec 23 Oct 2012 16:23:01 -0000 1.1
+++ yle-dl.spec 11 Oct 2013 12:36:55 -0000 1.2
@@ -1,12 +1,13 @@
+%global gitver 51f30c8
Name: yle-dl
-Version: 2.0.1
-Release: 3%{?dist}
+Version: 2.1.0
+Release: 0.1.git%{gitver}%{?dist}
License: GPLv2
Summary: Command-line tool to download videos from Finnish broadcasting company
Group: Applications/Multimedia
Url:
http://users.tkk.fi/~aajanki/rtmpdump-yle/
-Source0:
http://users.tkk.fi/~aajanki/rtmpdump-yle/%{name}-%{version}.tar.gz
+Source0:
http://users.tkk.fi/~aajanki/rtmpdump-yle/%{name}-%{version}-0-g%{gitver}...
BuildRequires: openssl-devel, json-c-devel, python-devel
Requires: rtmpdump, python-crypto
@@ -24,7 +25,7 @@
%prep
-%setup -q -n %{name}-%{version}
+%setup -q -n aajanki-yle-dl-%{gitver}
%install
@@ -46,6 +47,9 @@
%changelog
+* Fri Oct 10 2013 Juha Tuomala <tuju(a)iki.fi> 2.1.0-0-g51f30c8
+- Update to 2.1.0-git51f30c8.
+
* Sun Aug 08 2012 Juha Tuomala <tuju(a)iki.fi> 2.0.1-3
- Minor pkg cleanups.