commit pithos for openSUSE:Factory

2019-10-23 Thread root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2019-10-23 15:52:19

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new.2352 (New)


Package is "pithos"

Wed Oct 23 15:52:19 2019 rev:13 rq:742024 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2019-06-01 
09:56:22.571183429 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new.2352/pithos.changes  2019-10-23 
15:52:23.858794959 +0200
@@ -1,0 +2,22 @@
+Tue Oct 22 21:10:54 UTC 2019 - Bjørn Lie 
+
+- Update to version 1.5.0:
+  + This is a relatively small release fixing appmenu integration
+on modern versions of GNOME as well as using more sandbox
+(Flatpak) friendly APIs. Note that this move may introduce
+behavior changes on some platforms.
+  + Remove appmenu and move into a menu button in the toolbar.
+  + Fix preference dialog accidentally getting destroyed.
+  + Notify: Migrate to GNotification.
+  + MPRIS: Rename name to match app-id
+(org.mpris.MediaPlayer2.io.github.Pithos).
+  + Screensaver Pause: Remove platform specific screensaver support
+and use GTK's built-in detection.
+- Drop pithos-fix-deprecated-pygobject.patch: Fixed upstream.
+- Drop post(un) handling of glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un), no
+  longer needed for any supported version of openSUSE.
+- Drop update-desktop-files BuildRequires and macro, no longer
+  needed.
+
+---

Old:

  pithos-1.4.1.tar.xz
  pithos-fix-deprecated-pygobject.patch

New:

  pithos-1.5.0.tar.xz



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.cnw6rr/_old  2019-10-23 15:52:24.578795737 +0200
+++ /var/tmp/diff_new_pack.cnw6rr/_new  2019-10-23 15:52:24.578795737 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pithos
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,31 +13,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global appid io.github.Pithos
 Name:   pithos
-Version:1.4.1
+Version:1.5.0
 Release:0
 Summary:Native Pandora Radio client for Linux
 License:GPL-3.0-only
 Group:  Productivity/Multimedia/Other
 Url:https://pithos.github.io/
 Source0:
https://github.com/pithos/pithos/releases/download/%{version}/pithos-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM pithos-fix-deprecated-pygobject.patch -- Fix deprecated 
PyGObject usage
-Patch0: pithos-fix-deprecated-pygobject.patch
 
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  glib2-devel
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50.0
 # Needed for automatic typelib() Requires.
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  python3-devel >= 3.4
-BuildRequires:  update-desktop-files
 Requires:   gstreamer-plugins-bad
 Requires:   gstreamer-plugins-good
 Requires:   python3-cairo
@@ -60,39 +57,26 @@
 
 %install
 %meson_install
-find %{buildroot} -name \*.pyc -delete # boo#1110032
+
+# Fix boo#1110032 - Create noarch pyc files
+find %{buildroot} -name \*.pyc -delete
 %py3_compile %{buildroot}
 
 # Remove unnecessary icons
 rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono*
 
-%suse_update_desktop_file %{appid}
-
-%if 0%{?suse_version} < 1330
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %files
-%defattr(-,root,root)
-%doc license README.md
+%license license
+%doc README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{appid}.desktop
 %{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
 %{_datadir}/icons/hicolor/
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{appid}.appdata.xml
+%{_datadir}/metainfo/%{appid}.appdata.xml
 %dir %{_datadir}/dbus-1
 %dir %{_datadir}/dbus-1/services
-%{_datadir}/dbus-1/services/io.github.Pithos.service
+%{_datadir}/dbus-1/services/%{appid}.service
 %{_mandir}/man1/pithos.1%{?ext_man}
 
 %changelog

++ pithos-1.4.1.tar.xz -> pithos-1.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit pithos for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2019-06-01 09:56:21

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new.5148 (New)


Package is "pithos"

Sat Jun  1 09:56:21 2019 rev:12 rq:706391 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2018-10-11 
11:48:56.246520692 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new.5148/pithos.changes  2019-06-01 
09:56:22.571183429 +0200
@@ -1,0 +2,5 @@
+Tue May 28 15:21:26 UTC 2019 - Bernhard Wiedemann 
+
+- Create noarch pyc files (boo#1110032)
+
+---



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.TfaAoc/_old  2019-06-01 09:56:23.155183230 +0200
+++ /var/tmp/diff_new_pack.TfaAoc/_new  2019-06-01 09:56:23.159183229 +0200
@@ -60,6 +60,8 @@
 
 %install
 %meson_install
+find %{buildroot} -name \*.pyc -delete # boo#1110032
+%py3_compile %{buildroot}
 
 # Remove unnecessary icons
 rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono*




commit pithos for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2018-10-11 11:48:51

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new (New)


Package is "pithos"

Thu Oct 11 11:48:51 2018 rev:11 rq:639232 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2016-08-05 
18:17:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2018-10-11 
11:48:56.246520692 +0200
@@ -1,0 +2,60 @@
+Sat Aug 18 10:43:23 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.4.1:
+  + Change default quality to high (mp3)
+  + Mark application as DBusActivatable
+  + MPRIS: Fix potential unhandled exception
+  + Mediakeys: Handle keyboards with a dedicated pause key
+  + Mediakeys: Fix support on GNOME-Shell 3.26+ and MATE
+  + Notify: Improve behavior on various notification servers
+- Changes from version 1.4.0:
+  + Add new plugin that inhibits screensaver/suspend during
+playback
+  + Add new plugin adding a 10-band equalizer
+  + Add new plugin that automatically normalizes volume between
+tracks
+  + Add help entry (F1) that opens the wiki
+  + Replace build system with Meson
+  + Automatically detect if the user has Pandora One
+  + Improve saving and restoring window position
+  + Improve plugin loading performance and error reporting
+  + Notification Icon: Improve detecting if a tray is available
+  + Notification Icon: Add option to use symbolic icon
+- Changes from version 1.3.1:
+  + Fix exception on Python 3.6+
+  + Add ability to create stations based upon current song/artist
+  + Show useful error on renaming Thumbprint Radio
+  + Show useful error on creating already existing station
+  + Minor buffering improvements
+  + lastfm: Improve preferences and offer to deauthorize account
+  + mpris: Add extension for ratings and remove legacy interface
+  + mediakeys: Fix on future versions of GNOME 3.24.2+
+  + mediakeys: Avoid using keybinder on Wayland (old keybinder
+would crash)
+- Changes from version 1.3.0:
+  + Add support for MPRIS TrackList and PlayList interface
+  + Add dynamic rating and cover icons based upon theme colors
+  + Add plugin for logging to systemd journal
+  + Add symbolic icon
+  + Add man page
+  + Improve handling playlist expiration
+  + Improve search in stations list
+  + Improve accessibility of UI
+  + Improve buffering behavior
+  + Improve libsecret support
+  + Remove dependency on libnotify
+  + Fix disabling keybindings plugin when using keybinder
+  + Fix notification icon trying to load on Wayland
+  + Fix failure to reconnect on login expiration
+  + Fix some plugins not being enabled by default
+  + Fix handling error on MPRIS plugin failure
+  + Fix migrating configs from < 0.3.18
+- Switch to meson buildsystem, add meson BuildRequires and
+  corresponding macros.
+- Add pithos-fix-deprecated-pygobject.patch: Fix deprecated
+  PyGObject usage.
+- Conditionalize post(un) handling, no longer needed for modern
+  versions of openSUSE.
+- Drop fdupes BuildRequires and macro, no longer needed.
+
+---

Old:

  pithos-1.2.1.tar.xz

New:

  pithos-1.4.1.tar.xz
  pithos-fix-deprecated-pygobject.patch



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.WJo0nm/_old  2018-10-11 11:48:56.838519939 +0200
+++ /var/tmp/diff_new_pack.WJo0nm/_new  2018-10-11 11:48:56.838519939 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pithos
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,16 +19,19 @@
 
 %global appid io.github.Pithos
 Name:   pithos
-Version:1.2.1
+Version:1.4.1
 Release:0
 Summary:Native Pandora Radio client for Linux
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Multimedia/Other
 Url:https://pithos.github.io/
 Source0:
https://github.com/pithos/pithos/releases/download/%{version}/pithos-%{version}.tar.xz
-BuildRequires:  fdupes
+# PATCH-FIX-UPSTREAM pithos-fix-deprecated-pygobject.patch -- Fix deprecated 
PyGObject usage
+Patch0: pithos-fix-deprecated-pygobject.patch
+
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  glib2-devel
+BuildRequires:  meson
 # Needed for automatic typelib() Requires.
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
@@ -49,21 +52,21 @@
 features such as media keys, notifications, and the sound menu.
 
 %prep
-%autosetup
+%autosetup 

commit pithos for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2016-08-05 18:17:54

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new (New)


Package is "pithos"

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2016-04-12 
19:32:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2016-08-05 
18:17:58.0 +0200
@@ -1,0 +2,66 @@
+Thu Aug  4 16:04:40 UTC 2016 - dims...@opensuse.org
+
+- Replace python3-gobject Requires with python3-gobject-Gdk since
+  this was split for X-less setups, but pitos uses Gdk features.
+
+---
+Wed Aug 3 19:00:00 UTC 2016 - tingp...@fedoraproject.org
+
+- Update to 1.2.1:
+  + Show a useful error dialog if no secret service found
+  + Improvements to handling login credential changes
+  + Fix icon name for main window
+  + notification_icon: Fix visible toggle with AppIndicator going out of sync
+  + mpris: Fix GetCurrentSong() in legacy interface
+- Changes from 1.2.0:
+  + Migrate build system to Autotools
+  + Migrate settings to GSettings
+  + Store password with SecretService (libsecret)
+  + Remove all dependencies on dbus-python
+  + Add extensive keyboard shortcuts for the main window
++ Add Keyboard Shortcuts help window on Gtk 3.20+
+  + Add initial support for translations (translators needed!)
+  + Add explicit content filter option
+  + Fix high CPU usage with Ubuntu's default theme
+  + Redesign all dialogs to use Headerbars
+  + Redesign stations dropdown as a Popover with searching and sorting
+  + Improve integration with Flatpak
++ Use Gio to open URIs
++ Rename icons and data files to match app id
+  + mpris:
++ Effectively rewritten to better follow the spec
++ Reference album art as locally downloaded files
+  + notify: Fix Ubuntu sometimes showing wrong art
+  + lastfm: Fix now playing not being set
+- Changes from 1.1.2:
+  + Fix SSL error with Pandora One
+  + Fix pacparser usage
+  + Fix PyGObject 3.18+ warnings
+  + notify: Fix album art not showing up
+  + notification_icon:
++ Always use AppIndicator if installed (Fixes KDE 5, Elementary)
++ Add scroll to change volume with AppIndicator
++ Toggle visibility on middle  +click with AppIndicator
+  + mediakeys: Add support for DBUS bindings on MATE
+  + lastfm: Don't scrobble ads
+- Changes from 1.1.1:
+  + Fix erratic buffering behavior
+  + Clarified license in Readme
+  + Add explicit version check for Gtk 3.14
+- Changes from 1.1.0:
+  + Redesign plugin preferences (Now requires Gtk 3.14)
+  + Fix locking up when buffering a song (#94)
+  + Make lastfm an optional plugin
+  + Make MPRIS an optional plugin
+  + Update various icons
+  + Minor performance improvements
+  + MPRIS: Add property introspection
+  + MPRIS: Add song rating `pithos:rating`
+  + Notify: Fix escaping text when not needed
+- Update Url
+- Specify required Python version
+- Change depedencies for current release
+- Change build system for autotools
+- Change data file references to new app id
+
+---

Old:

  1.0.1.tar.gz

New:

  pithos-1.2.1.tar.xz



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.P937ml/_old  2016-08-05 18:17:59.0 +0200
+++ /var/tmp/diff_new_pack.P937ml/_new  2016-08-05 18:17:59.0 +0200
@@ -17,31 +17,30 @@
 #
 
 
+%global appid io.github.Pithos
 Name:   pithos
-Version:1.0.1
+Version:1.2.1
 Release:0
 Summary:Native Pandora Radio client for Linux
 License:GPL-3.0
 Group:  Productivity/Multimedia/Other
-Url:http://pithos.github.io/
-Source0:https://github.com/pithos/pithos/archive/1.0.1.tar.gz
+Url:https://pithos.github.io/
+Source0:
https://github.com/pithos/pithos/releases/download/%{version}/pithos-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  gdk-pixbuf-devel
+BuildRequires:  glib2-devel
 # Needed for automatic typelib() Requires.
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  python3-devel
-BuildRequires:  python3-distutils-extra
-BuildRequires:  python3-setuptools
+BuildRequires:  python3-devel >= 3.4
 BuildRequires:  update-desktop-files
-Requires:   dbus-1-python
 Requires:   gstreamer-plugins-bad
 Requires:   gstreamer-plugins-good
-Requires:   python3-gobject
-Requires:   python3-pylast
-Requires:   python3-setuptools
-Requires:   python3-xdg
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   

commit pithos for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2016-04-12 19:32:26

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new (New)


Package is "pithos"

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2014-12-05 
21:05:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2016-04-12 
19:32:28.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  5 12:14:42 UTC 2016 - dims...@opensuse.org
+
+- Call fdupes only over pyton3_sitelib: ensure that
+  /usr/share/icons contains actual files and not symlinks.
+
+---



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.hFBunL/_old  2016-04-12 19:32:29.0 +0200
+++ /var/tmp/diff_new_pack.hFBunL/_new  2016-04-12 19:32:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pithos
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -60,7 +60,7 @@
 #Remove unnecessary icons
 rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono*
 %suse_update_desktop_file pithos
-%fdupes -s %{buildroot}
+%fdupes -s %{buildroot}%{python3_sitelib}
 
 %post
 %desktop_database_post




commit pithos for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2014-12-05 21:04:45

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new (New)


Package is pithos

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2014-09-30 
19:36:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2014-12-05 
21:05:00.0 +0100
@@ -1,0 +2,17 @@
+Sun Nov 30 05:27:22 UTC 2014 - malcolmle...@opensuse.org
+
+- Update to version 1.0.1:
+  + Automatically install missing codecs if supported.
+  + Save window position between sessions.
+  + Fix saving last station on quit.
+  + Fix pacparser support.
+  + Improve pandora module docs.
+  + Add setup.py command to build docs.
+  + Add appdata file.
+  + Notification_icon: Make toggling visibility more reliable.
+  + mpris: Fix exception when querying positon.
+  + mpris: Implement setting volume.
+- Update fixes Pandora stream and hangs at loading songs This
+  occurs randomly, sometimes very frequently (boo#907701).
+
+---

Old:

  1.0.0.tar.gz

New:

  1.0.1.tar.gz



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.OC3zRt/_old  2014-12-05 21:05:01.0 +0100
+++ /var/tmp/diff_new_pack.OC3zRt/_new  2014-12-05 21:05:01.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   pithos
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Native Pandora Radio client for Linux
 License:GPL-3.0
 Group:  Productivity/Multimedia/Other
 Url:http://pithos.github.io/
-Source0:https://github.com/pithos/pithos/archive/1.0.0.tar.gz
+Source0:https://github.com/pithos/pithos/archive/1.0.1.tar.gz
 BuildRequires:  fdupes
 # Needed for automatic typelib() Requires.
 BuildRequires:  gobject-introspection
@@ -78,5 +78,7 @@
 %{python3_sitelib}/pithos-%{version}-py%{py3_ver}.egg-info
 %{_datadir}/applications/pithos.desktop
 %{_datadir}/icons/hicolor/*/apps/pithos*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/pithos.appdata.xml
 
 %changelog

++ 1.0.0.tar.gz - 1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pithos-1.0.0/MANIFEST.in new/pithos-1.0.1/MANIFEST.in
--- old/pithos-1.0.0/MANIFEST.in2014-05-02 00:33:16.0 +0200
+++ new/pithos-1.0.1/MANIFEST.in2014-09-21 12:30:03.0 +0200
@@ -1,4 +1,4 @@
 include README.md
-recursive-include data *.svg pithos.desktop
+recursive-include data *.svg pithos.desktop *.xml
 recursive-include pithos/data/ui *.ui *.xml
 recursive-include pithos/data/media *.png *.svg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pithos-1.0.0/data/pithos.appdata.xml 
new/pithos-1.0.1/data/pithos.appdata.xml
--- old/pithos-1.0.0/data/pithos.appdata.xml1970-01-01 01:00:00.0 
+0100
+++ new/pithos-1.0.1/data/pithos.appdata.xml2014-09-21 12:30:03.0 
+0200
@@ -0,0 +1,15 @@
+?xml version=1.0 encoding=UTF-8?
+application
+   id type=desktoppithos.desktop/id
+   metadata_licenseCC0/metadata_license
+   project_licenseGPL-3.0+/project_license
+   description
+   pPithos is a easy to use native Pandora Radio client that is 
more lightweight than the pandora.com web client and integrates with the 
desktop./p
+   pIt supports most functionality of pandora.com such as rating 
songs, creating/managing stations, quickmix, etc. On top of that it has 
features such as last.fm scrobbling, media keys, notifications, proxies, and 
mpris support./p
+   /description
+   url type=homepagehttps://pithos.github.io/url
+   screenshots
+   screenshot 
type=defaulthttps://i.imgur.com/1vl3Dsk.png/screenshot
+   /screenshots
+   updatecontacttingping_at_fedoraproject.org/updatecontact
+/application
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pithos-1.0.0/docs/conf.py 
new/pithos-1.0.1/docs/conf.py
--- old/pithos-1.0.0/docs/conf.py   1970-01-01 01:00:00.0 +0100
+++ new/pithos-1.0.1/docs/conf.py   2014-09-21 12:30:03.0 +0200
@@ -0,0 +1,234 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+#
+# Pithos documentation build configuration file, created by
+# sphinx-quickstart on Mon Sep 15 20:13:58 2014.
+#
+# This file is execfile()d with the current directory set to its containing 
dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out

commit pithos for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2014-09-30 19:36:14

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new (New)


Package is pithos

Changes:

--- /work/SRC/openSUSE:Factory/pithos/pithos.changes2012-05-25 
16:18:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2014-09-30 
19:36:15.0 +0200
@@ -1,0 +2,31 @@
+Tue Aug  5 00:45:56 UTC 2014 - malcolmle...@opensuse.org
+
+- Update to version 1.0.0:
+  + Move to Python 3, Gtk3 and GStreamer 1.0.
+  + Fix issue causing large amounts of buffering.
+  + Add indication when songs are replaced by ads.
+  + Add bitrate to song description.
+  + Add new icon.
+  + Add playback controls to notifications.
+  + Add support for Proxy Auto-Config
+- Changes from version 0.3.18:
+  + Fix high quality setting.
+  + Fix screensaver_pause plugin on DE's other than Gnome.
+  + Fix fake client.
+  + Pause playback when space is pressed.
+  + Implement the rest of MPRIS 2.2.
+  + No longer bundle pylast.
+  + Have gstreamer respect proxy.
+  + Move to setuptools.
+- Update Url.
+- Update python-devel, python-desturils-extra and python-setuptools
+  with their respective python3-* BuildRequires: follow the port to
+  python3.
+- Replace gstreamer-0_10-* BuildRequires with the GStreamer 1.0
+  related gstreamer-* counterparts.
+- Drop obsolete openSUSE version checks from spec.
+- Add gobject-introspection BuildRequires for automatic typelib()-
+  Requires.
+- Drop python-gtk and python-notify Requires: no longer required.
+
+---

Old:

  pithos_0.3.17.tgz

New:

  1.0.0.tar.gz



Other differences:
--
++ pithos.spec ++
--- /var/tmp/diff_new_pack.FyafGQ/_old  2014-09-30 19:36:16.0 +0200
+++ /var/tmp/diff_new_pack.FyafGQ/_new  2014-09-30 19:36:16.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package pithos
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Malcolm J Lewis malcolmle...@opensuse.org
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2014 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,40 +18,31 @@
 
 
 Name:   pithos
-Version:0.3.17
+Version:1.0.0
 Release:0
 Summary:Native Pandora Radio client for Linux
 License:GPL-3.0
 Group:  Productivity/Multimedia/Other
-Url:http://kevinmehall.net/p/pithos/
-Source0:http://kevinmehall.net/p/pithos/release/%{name}_%{version}.tgz
+Url:http://pithos.github.io/
+Source0:https://github.com/pithos/pithos/archive/1.0.0.tar.gz
 BuildRequires:  fdupes
+# Needed for automatic typelib() Requires.
+BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  python-devel
-BuildRequires:  python-distutils-extra = 2.10
-BuildRequires:  python-setuptools
+BuildRequires:  python3-devel
+BuildRequires:  python3-distutils-extra
+BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:   dbus-1-python
-Requires:   gstreamer-0_10-plugins-bad
-Requires:   gstreamer-0_10-plugins-good
-Requires:   python-gstreamer-0_10
-%if 0%{?suse_version}  1130
-Requires:   python-gobject2
-%else
-Requires:   python-gobject
-%endif
-Requires:   python-gtk
-Requires:   python-notify
-Requires:   python-xdg
+Requires:   gstreamer-plugins-bad
+Requires:   gstreamer-plugins-good
+Requires:   python3-gobject
+Requires:   python3-pylast
+Requires:   python3-setuptools
+Requires:   python3-xdg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
 BuildArch:  noarch
-%endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Pithos is a native Pandora Radio client for Linux. It's much more
@@ -59,18 +50,18 @@
 features such as media keys, notifications, and the sound menu.
 
 %prep
-%setup -q -n %{name}_%{version}
+%setup -q -n pithos-%{version}
 
 %build
+python3 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# We package this as %%doc
-rm %{buildroot}%{_datadir}/doc/%{name}/README.md
-%suse_update_desktop_file %{name}
-%fdupes %{buildroot}
+python3 setup.py install -O1 --skip-build 

commit pithos for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package pithos for openSUSE:Factory checked 
in at 2012-05-07 22:48:54

Comparing /work/SRC/openSUSE:Factory/pithos (Old)
 and  /work/SRC/openSUSE:Factory/.pithos.new (New)


Package is pithos, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.pithos.new/pithos.changes   2012-05-07 
22:48:55.0 +0200
@@ -0,0 +1,31 @@
+---
+Wed Apr 25 15:06:50 UTC 2012 - malcolmle...@opensuse.org
+
+- Updated to new version 0.3.16:
+  + Numerous bugfixes.
+  + Minor User Interface improvements.
+- Add pithos-fix-incorrect-fsf-address.patch: Fix incorrect FSF
+  address (lp#987883).
+- Add pithos-fix-non-executable-script.patch: Fix file contains a
+  shebang (lp#988364).
+
+---
+Sat Apr 14 19:38:43 UTC 2012 - malcolmle...@opensuse.org
+
+- New bzr version now at revision 202:
+  + Tweaks to prefs dialog.
+  + Pass album art URL to MPRIS for Unity sound menu (lp#876984).
+  + Add Quit item to menu (lp#904589).
+  + Better handling of fatal gstreamer codec errors.
+  + Add Player to category to allow build on openSUSE Open Build
+service (lp#976327).
+  + Handle urllib HTTPError.
+- Drop pithos-fix-no-sufficient-category-definition.patch as this
+  has been upstreamed.
+
+---
+Sun Apr  8 03:08:48 UTC 2012 - malcolmle...@opensuse.org
+
+- Initial build.
+- Add pithos-fix-no-sufficient-category-definition.patch: Add
+  Player to categories in desktop file (lp#976327).

New:

  pithos-fix-incorrect-fsf-address.patch
  pithos-fix-non-executable-script.patch
  pithos.changes
  pithos.spec
  pithos_0.3.16.tgz



Other differences:
--
++ pithos.spec ++
#
# spec file for package pithos
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Malcolm J Lewis malcolmle...@opensuse.org
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   pithos
Version:0.3.16
Release:0
Summary:Native Pandora Radio client for Linux
License:GPL-3.0+
Group:  Productivity/Multimedia/Other
Url:http://kevinmehall.net/p/pithos/
Source0:http://kevinmehall.net/p/pithos/release/pithos_0.3.16.tgz
# PATCH-FIX-UPSTREAM pithos-fix-incorrect-fsf-address.patch lp#987883 
malcolmle...@opensuse.org -- Fix incorrect FSF address.
Patch0: pithos-fix-incorrect-fsf-address.patch
# PATCH-FIX-UPSTREAM pithos-fix-non-executable-script.patch lp#988364 
malcolmle...@opensuse.org -- Fix file contains a shebang.
Patch1: pithos-fix-non-executable-script.patch
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  hicolor-icon-theme
BuildRequires:  python-devel
BuildRequires:  python-distutils-extra = 2.10
BuildRequires:  python-setuptools
BuildRequires:  update-desktop-files
Requires:   dbus-1-python
Requires:   gstreamer-0_10-plugins-bad
Requires:   gstreamer-0_10-plugins-good
Requires:   python-gstreamer-0_10
%if 0%{?suse_version}  1130
Requires:   python-gobject2
%else
Requires:   python-gobject
%endif
Requires:   python-gtk
Requires:   python-notify
Requires:   python-xdg
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version}  1110
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

%description
Pithos is a native Pandora Radio client for Linux. It's much more
lightweight than the Pandora.com web client, and integrates with desktop
features such as media keys, notifications, and the sound menu.

%prep
%setup -q -n %{name}_%{version}
%patch0 -p1
%patch1 -p1

%build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# We package this as %%doc
rm %{buildroot}%{_datadir}/doc/%{name}/README.md
%suse_update_desktop_file %{name}
%fdupes %{buildroot}

%if 0%{?suse_version}  1130