commit 3a51179a3b3fdb8bf776fcb4b55334796e59a77e
Author: Patrick Griffis <tingping(a)tingping.se>
Date: Sun Nov 26 15:57:32 2017 -0500
Bump version to 1.4.1
.gitignore | 1 +
pithos.spec | 12 +++++++++---
sources | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87cd713..048510b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pithos-1.1.2.tar.gz
/pithos-1.3.0.tar.xz
/pithos-1.3.1.tar.xz
/pithos-1.4.0.tar.xz
+/pithos-1.4.1.tar.xz
diff --git a/pithos.spec b/pithos.spec
index 0782dfb..126e698 100644
--- a/pithos.spec
+++ b/pithos.spec
@@ -3,7 +3,7 @@
%global appid io.github.Pithos
Name: pithos
-Version: 1.4.0
+Version: 1.4.1
Release: 1%{?dist}
Summary: A Pandora client for the GNOME Desktop
@@ -23,8 +23,10 @@ Requires: python3-gobject python3-cairo
Requires: hicolor-icon-theme
# HTTP support
Requires: gstreamer1-plugins-good
-# Bad provides aacplus and Ugly provides mp3 or ffmpeg provides both
-Requires: ((gstreamer1-plugins-ugly and gstreamer1-plugins-bad-freeworld) or
gstreamer1-libav)
+# MP3
+Requires: gstreamer1-plugin-mpg123
+# AACPlus (faad)
+Requires: gstreamer1-plugins-bad-freeworld
# Last.fm plugin
Recommends: python3-pylast
# Keybinder plugin on DEs other than Gnome/Mate
@@ -74,6 +76,7 @@ fi
%{_datadir}/%{name}/
%{_datadir}/applications/%{appid}.desktop
%{_datadir}/appdata/%{appid}.appdata.xml
+%{_datadir}/dbus-1/services/%{appid}.service
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{appid}*.png
%{_datadir}/icons/hicolor/scalable/apps/%{appid}*.svg
@@ -81,6 +84,9 @@ fi
%{_mandir}/man1/%{name}.1.gz
%changelog
+* Sun Nov 26 2017 Patrick Griffis <tingping(a)tingping.se> - 1.4.1-1
+- Bump version to 1.4.1
+
* Sun Oct 15 2017 Patrick Griffis <tingping(a)tingping.se> - 1.4.0-1
- Bump version to 1.4.0
diff --git a/sources b/sources
index 46f0380..9a49333 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2324a9ed104682fb2417f662a82cc8bb pithos-1.4.0.tar.xz
+b02dd69d8ce81ea4516d39d50872842f pithos-1.4.1.tar.xz
Show replies by date