Author: tingping
Update of /cvs/free/rpms/pithos/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9810
Modified Files:
.cvsignore pithos.spec sources
Removed Files:
pithos-pylast.patch
Log Message:
* Sun May 10 2015 TingPing <tingping(a)tingping.se> - 1.1.0-1
- Bump version to 1.1.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Sep 2014 11:06:32 -0000 1.4
+++ .cvsignore 10 May 2015 21:46:05 -0000 1.5
@@ -1 +1 @@
-pithos-1.0.1.tar.gz
+pithos-1.1.0.tar.gz
Index: pithos.spec
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/pithos.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pithos.spec 5 Jan 2015 16:02:05 -0000 1.8
+++ pithos.spec 10 May 2015 21:46:05 -0000 1.9
@@ -1,17 +1,15 @@
Name: pithos
-Version: 1.0.1
-Release: 2%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
Group: Applications/File
License: GPLv3
URL:
http://pithos.github.io/
Source0:
https://github.com/pithos/pithos/archive/%{version}.tar.gz#/%{name}-%{ver...
-Patch0: pithos-pylast.patch
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools desktop-file-utils
-BuildRequires: python2-devel
Requires: python3-setuptools
Requires: gstreamer1-plugins-good
@@ -20,8 +18,6 @@
Requires: libnotify keybinder3 gtk3
Requires: python3-dbus
Requires: python3-gobject
-Requires: pylast
-Requires: python3-pyxdg
Requires: hicolor-icon-theme
%description
@@ -32,7 +28,6 @@
%prep
%setup -q
-%patch0 -p1
%install
%{__python3} setup.py install --root=%{buildroot}
@@ -40,10 +35,6 @@
# Remove Unity specific icons
rm -rf %{buildroot}%{_datadir}/icons/ubuntu*
-# Terrible workaround for no python3 pylast package
-# (it is the same file for py2 and py3 upstream)
-ln -s %{python_sitelib}/pylast.py %{buildroot}%{python3_sitelib}/%{name}/pylast.py
-
%post
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
update-desktop-database &> /dev/null || :
@@ -54,6 +45,7 @@
%files
%doc README.md
+%license license
%{_bindir}/%{name}
%{python3_sitelib}/%{name}/
%{python3_sitelib}/%{name}-*.egg-info/
@@ -62,6 +54,9 @@
%{_datadir}/icons/hicolor/
%changelog
+* Sun May 10 2015 TingPing <tingping(a)tingping.se> - 1.1.0-1
+- Bump version to 1.1.0
+
* Mon Jan 5 2015 TingPing <tingping(a)tingping.se> - 1.0.1-2
- Fix importing pylast
Index: sources
===================================================================
RCS file: /cvs/free/rpms/pithos/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 21 Sep 2014 11:12:36 -0000 1.5
+++ sources 10 May 2015 21:46:05 -0000 1.6
@@ -1 +1 @@
-695c0bf05d6ca905af6b989b183bd9c6 pithos-1.0.1.tar.gz
+689797c86b6ce6355df2b75fbdd4d95c pithos-1.1.0.tar.gz
--- pithos-pylast.patch DELETED ---