commit exaile for openSUSE:Factory

2020-06-04 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2020-06-04 17:57:52

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


Package is "exaile"

Thu Jun  4 17:57:52 2020 rev:19 rq:811517 version:4.1.0~alpha1

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2020-03-30 
23:02:18.576139130 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new.3606/exaile.changes  2020-06-04 
17:58:06.597316168 +0200
@@ -1,0 +2,14 @@
+Thu Jun  4 12:34:14 UTC 2020 - Alexei Sorokin 
+
+- Update to version 4.1.0~alpha1 (changes since 4.0.2):
+  * Port to Python 3.
+  * The Files panel dropdown list now also lists filesystem mounts.
+  * Fix a crash when fetching covers with the Cover Manager.
+  * Some dialogues that were previously orphaned now have parents.
+  * Allow -symbolic fallback and SVG on some icons.
+  * Update the .mod file support to work with latest libmodplug.
+  * Empty search entries now show the "Search" placeholder text.
+  * Many accessibility issues were found (due to gla11y) and fixed.
+  * Update translations.
+
+---

Old:

  exaile-4.0.2.tar.gz

New:

  exaile-4.1.0-alpha1.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.USGxFb/_old  2020-06-04 17:58:07.961320440 +0200
+++ /var/tmp/diff_new_pack.USGxFb/_new  2020-06-04 17:58:07.965320452 +0200
@@ -18,13 +18,14 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
+%define _version 4.1.0-alpha1
 Name:   exaile
-Version:4.0.2
+Version:4.1.0~alpha1
 Release:0
-Summary:Gtk3 Amarok-like music player
+Summary:GTK Amarok-like music player
 License:GPL-3.0-or-later
 URL:https://www.exaile.org/
-Source: 
https://github.com/exaile/exaile/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/exaile/exaile/releases/download/%{_version}/%{name}-%{_version}.tar.gz
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
 # PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.
@@ -33,43 +34,28 @@
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  help2man
+BuildRequires:  python3
+BuildRequires:  python3-gobject
 BuildRequires:  update-desktop-files
 Requires:   gdk-pixbuf-loader-rsvg
 Requires:   gstreamer
 Requires:   gstreamer-plugins-good
+Requires:   python3-bsddb3
+Requires:   python3-cairo
+Requires:   python3-dbus-python
+Requires:   python3-feedparser
+Requires:   python3-gobject
+Requires:   python3-gobject-Gdk
+Requires:   python3-gobject-cairo
+Requires:   python3-mutagen >= 1.10
 Recommends: %{name}-lang
 Recommends: gstreamer-plugins-bad
 Recommends: gstreamer-plugins-ugly
+Recommends: python3-CDDB
+Recommends: python3-Pillow
+Recommends: python3-gpod
 Recommends: udisks2
 BuildArch:  noarch
-%if 0%{?suse_version} >= 1500
-BuildRequires:  python2
-BuildRequires:  python2-gobject
-Requires:   python2-bsddb3
-Requires:   python2-cairo
-Requires:   python2-dbus-python
-Requires:   python2-feedparser
-Requires:   python2-gobject
-Requires:   python2-gobject-Gdk
-Requires:   python2-gobject-cairo
-Requires:   python2-mutagen >= 1.10
-Recommends: python2-CDDB
-Recommends: python2-Pillow
-Recommends: python2-gpod
-%else
-BuildRequires:  python
-BuildRequires:  python-gobject
-Requires:   dbus-1-python
-Requires:   python-cairo
-Requires:   python-feedparser
-Requires:   python-gobject
-Requires:   python-gobject-Gdk
-Requires:   python-gobject-cairo
-Requires:   python-mutagen >= 1.10
-Recommends: python-CDDB
-Recommends: python-Pillow
-Recommends: python-gpod
-%endif
 
 %description
 Exaile is a media player aiming to be similar to Clementine, but
@@ -90,7 +76,8 @@
 %lang_package
 
 %prep
-%autosetup -p1
+%autosetup -n %{name}-%{_version} -p1
+chmod a-x COPYING README.md
 
 %build
 %make_build
@@ -107,21 +94,13 @@
 # Fix python-bytecode-inconsistent-mtime (hacky).
 rm -f *.pyc *.pyo
 touch -c *.py
-%py_compile .
+%py3_compile .
 popd
 done
 
 %fdupes %{buildroot}%{_prefix}/
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
 %license COPYING
 %doc 

commit exaile for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2020-03-30 23:02:16

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


Package is "exaile"

Mon Mar 30 23:02:16 2020 rev:18 rq:789487 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2019-10-02 
11:57:47.811200666 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new.3160/exaile.changes  2020-03-30 
23:02:18.576139130 +0200
@@ -1,0 +2,10 @@
+Sun Mar 29 10:30:42 UTC 2020 - Aaron Stern 
+
+- Update to version 4.0.2
+  * Fixed Unicode errors on the tracklist view
+  * Fixed icon display on Plasma/Wayland
+  * Translation updates: Asturian, Catalan, Chinese 
+(Simplified), Croatian, Danish, Finnish, Hindi, Italian, 
+Portuguese, Spanish, Swedish, Turkish.
+
+---

Old:

  exaile-4.0.0.tar.gz

New:

  exaile-4.0.2.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.Uwtxar/_old  2020-03-30 23:02:19.392139595 +0200
+++ /var/tmp/diff_new_pack.Uwtxar/_new  2020-03-30 23:02:19.404139602 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
 Name:   exaile
-Version:4.0.0
+Version:4.0.2
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0-or-later
-Group:  Productivity/Multimedia/Sound/Players
 URL:https://www.exaile.org/
 Source: 
https://github.com/exaile/exaile/releases/download/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
@@ -94,7 +93,7 @@
 %autosetup -p1
 
 %build
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install \

++ exaile-4.0.0.tar.gz -> exaile-4.0.2.tar.gz ++
 55120 lines of diff (skipped)




commit exaile for openSUSE:Factory

2019-10-02 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2019-10-02 11:57:46

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


Package is "exaile"

Wed Oct  2 11:57:46 2019 rev:17 rq:734069 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2019-06-17 
10:34:49.621219600 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new.2352/exaile.changes  2019-10-02 
11:57:47.811200666 +0200
@@ -1,0 +2,5 @@
+Sun Sep 29 18:13:11 UTC 2019 - Aaron Stern 
+
+- Added needed python2-bsddb3 requirement.
+
+---



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.MrEcrc/_old  2019-10-02 11:57:49.335196760 +0200
+++ /var/tmp/diff_new_pack.MrEcrc/_new  2019-10-02 11:57:49.339196750 +0200
@@ -46,6 +46,7 @@
 %if 0%{?suse_version} >= 1500
 BuildRequires:  python2
 BuildRequires:  python2-gobject
+Requires:   python2-bsddb3
 Requires:   python2-cairo
 Requires:   python2-dbus-python
 Requires:   python2-feedparser




commit exaile for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2019-06-17 10:34:41

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


Package is "exaile"

Mon Jun 17 10:34:41 2019 rev:16 rq:710216 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2018-12-18 
14:58:28.978243103 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new.4811/exaile.changes  2019-06-17 
10:34:49.621219600 +0200
@@ -1,0 +2,24 @@
+Sat Jun 15 15:32:22 UTC 2019 - Alexei Sorokin 
+
+- Update to version 4.0.0 (changes since 4.0.0~rc3):
+  * ipconsole: Do not swallow ImportErrors
+  * Equaliser: Save present correctly.
+  * Fix unicode issue in saved playlists.
+  * Fix rating setting in playlists.
+  * Fix SmartPlaylists with timestamps.
+  * Improve support for AlbumArtist: collection pane,
+playlist column, track properties
+  * Moodbar improvements.
+  * Many tags are now directly editable in the playlist view.
+  * Drop support for HAL and UDisks v1.
+  * Fix playlist column editing click/drag issues.
+  * F2 now also triggers track tag editing.
+  * Fix accelerators issue that caused a bug in the audioscrobbler
+plugin.
+  * Remove AWN plugin.
+  * panel/playlists: Fix some drag stuff.
+  * Many minor fixes and enhancements
+  * Update translations.
+- Stop using GPG signing as upstream did not sign the tarball.
+
+---

Old:

  exaile-4.0.0rc3.tar.gz
  exaile-4.0.0rc3.tar.gz.asc
  exaile.keyring

New:

  exaile-4.0.0.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.nTvngr/_old  2019-06-17 10:34:50.309219256 +0200
+++ /var/tmp/diff_new_pack.nTvngr/_new  2019-06-17 10:34:50.313219254 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,14 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
-%define _version 4.0.0rc3
 Name:   exaile
-Version:4.0.0~rc3
+Version:4.0.0
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
-Url:http://exaile.org/
-Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-rc3/%{name}-%{_version}.tar.gz
-Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-rc3/%{name}-%{_version}.tar.gz.asc
-Source2:%{name}.keyring
+URL:https://www.exaile.org/
+Source: 
https://github.com/exaile/exaile/releases/download/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
 # PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.
@@ -93,9 +90,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{_version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 make %{?_smp_mflags} V=1

++ exaile-4.0.0rc3.tar.gz -> exaile-4.0.0.tar.gz ++
 108942 lines of diff (skipped)




commit exaile for openSUSE:Factory

2018-12-18 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2018-12-18 14:58:03

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


Package is "exaile"

Tue Dec 18 14:58:03 2018 rev:15 rq:658653 version:4.0.0~rc3

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2018-06-29 
22:36:01.446021418 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new.28833/exaile.changes 2018-12-18 
14:58:28.978243103 +0100
@@ -1,0 +2,12 @@
+Sat Dec 15 14:49:14 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 4.0.0~rc3 (changes since 4.0.0~rc0):
+  * DAAP fixes.
+  * Add random shuffle mode.
+  * Fix cairo issues on pygobject 3.30.
+  * Fix issues reading tags when tagless media are in a collection.
+  * Plugin updates for DAAP/Last.fm.
+  * Fix bugs in parsing track streams.
+  * SmartPlaylist bug with empty collection.
+
+---

Old:

  exaile-4.0.0rc0.tar.gz
  exaile-4.0.0rc0.tar.gz.asc

New:

  exaile-4.0.0rc3.tar.gz
  exaile-4.0.0rc3.tar.gz.asc



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.qMxHvs/_old  2018-12-18 14:58:29.590242179 +0100
+++ /var/tmp/diff_new_pack.qMxHvs/_new  2018-12-18 14:58:29.590242179 +0100
@@ -12,22 +12,22 @@
 # 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/
 #
 
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
-%define _version 4.0.0rc0
+%define _version 4.0.0rc3
 Name:   exaile
-Version:4.0.0~rc0
+Version:4.0.0~rc3
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-rc0/%{name}-%{_version}.tar.gz
-Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-rc0/%{name}-%{_version}.tar.gz.asc
+Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-rc3/%{name}-%{_version}.tar.gz
+Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-rc3/%{name}-%{_version}.tar.gz.asc
 Source2:%{name}.keyring
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
@@ -128,11 +128,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/

++ exaile-4.0.0rc0.tar.gz -> exaile-4.0.0rc3.tar.gz ++
 14034 lines of diff (skipped)




commit exaile for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2018-06-29 22:35:58

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


Package is "exaile"

Fri Jun 29 22:35:58 2018 rev:14 rq:619625 version:4.0.0~rc0

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2018-03-20 
22:01:20.683554886 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2018-06-29 
22:36:01.446021418 +0200
@@ -1,0 +2,7 @@
+Thu Jun 28 17:40:25 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 4.0.0~rc0:
+  * Add a setting to tell Gtk to use the dark theme.
+  * Drag and drop fixes.
+
+---

Old:

  exaile-4.0.0beta3.tar.gz
  exaile-4.0.0beta3.tar.gz.asc

New:

  exaile-4.0.0rc0.tar.gz
  exaile-4.0.0rc0.tar.gz.asc



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.gKivfj/_old  2018-06-29 22:36:01.950020981 +0200
+++ /var/tmp/diff_new_pack.gKivfj/_new  2018-06-29 22:36:01.954020978 +0200
@@ -18,16 +18,16 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
-%define _version 4.0.0beta3
+%define _version 4.0.0rc0
 Name:   exaile
-Version:4.0.0~beta3
+Version:4.0.0~rc0
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-beta3/%{name}-%{_version}.tar.gz
-Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-beta3/%{name}-%{_version}.tar.gz.asc
+Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-rc0/%{name}-%{_version}.tar.gz
+Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-rc0/%{name}-%{_version}.tar.gz.asc
 Source2:%{name}.keyring
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
@@ -149,6 +149,9 @@
 %dir %{_datadir}/bash-completion/
 %dir %{_datadir}/bash-completion/completions/
 %{_datadir}/bash-completion/completions/%{name}
+%dir %{_datadir}/fish/
+%dir %{_datadir}/fish/vendor_completions.d/
+%{_datadir}/fish/vendor_completions.d/%{name}.fish
 
 %files lang -f %{name}.lang
 




commit exaile for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2018-03-20 22:00:58

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


Package is "exaile"

Tue Mar 20 22:00:58 2018 rev:13 rq:59 version:4.0.0~beta3

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2017-06-21 
13:53:58.814549964 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2018-03-20 
22:01:20.683554886 +0100
@@ -1,0 +2,12 @@
+Mon Mar 19 15:12:01 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 4.0.0~beta3:
+  * Massive speed improvements, can handle a 5+ song library.
+  * Improve support for reading .aif/.aiff/.aifc files.
+  * Smart playlist now supports matching by a whole word.
+  * Smart playlist now supports a user-specified default sort
+order.
+  * Plugins cleanup.
+- Use GPG signing.
+
+---

Old:

  exaile-4.0.0-beta2.tar.gz

New:

  exaile-4.0.0beta3.tar.gz
  exaile-4.0.0beta3.tar.gz.asc
  exaile.keyring



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.CN7LtJ/_old  2018-03-20 22:01:21.675519172 +0100
+++ /var/tmp/diff_new_pack.CN7LtJ/_new  2018-03-20 22:01:21.675519172 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
-%define _version 4.0.0-beta2
+%define _version 4.0.0beta3
 Name:   exaile
-Version:4.0.0~beta2
+Version:4.0.0~beta3
 Release:0
 Summary:Gtk3 Amarok-like music player
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/exaile/exaile/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
+Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-beta3/%{name}-%{_version}.tar.gz
+Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-beta3/%{name}-%{_version}.tar.gz.asc
+Source2:%{name}.keyring
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
 # PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.
@@ -35,27 +37,41 @@
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  help2man
-BuildRequires:  python
 BuildRequires:  update-desktop-files
-Requires:   dbus-1-python
 Requires:   gdk-pixbuf-loader-rsvg
 Requires:   gstreamer
 Requires:   gstreamer-plugins-good
+Recommends: %{name}-lang
+Recommends: gstreamer-plugins-bad
+Recommends: gstreamer-plugins-ugly
+Recommends: udisks2
+BuildArch:  noarch
+%if 0%{?suse_version} >= 1500
+BuildRequires:  python2
+BuildRequires:  python2-gobject
+Requires:   python2-cairo
+Requires:   python2-dbus-python
+Requires:   python2-feedparser
+Requires:   python2-gobject
+Requires:   python2-gobject-Gdk
+Requires:   python2-gobject-cairo
+Requires:   python2-mutagen >= 1.10
+Recommends: python2-CDDB
+Recommends: python2-Pillow
+Recommends: python2-gpod
+%else
+BuildRequires:  python
+BuildRequires:  python-gobject
+Requires:   dbus-1-python
 Requires:   python-cairo
 Requires:   python-feedparser
 Requires:   python-gobject
+Requires:   python-gobject-Gdk
 Requires:   python-gobject-cairo
 Requires:   python-mutagen >= 1.10
-Recommends: %{name}-lang
-Recommends: gstreamer-plugins-bad
-Recommends: gstreamer-plugins-ugly
 Recommends: python-CDDB
 Recommends: python-Pillow
 Recommends: python-gpod
-Recommends: udisks2
-BuildArch:  noarch
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
-Requires:   python3-gobject-Gdk
 %endif
 
 %description
@@ -103,15 +119,21 @@
 %fdupes %{buildroot}%{_prefix}/
 %find_lang %{name}
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING README.md
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 

commit exaile for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2017-06-21 13:53:56

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


Package is "exaile"

Wed Jun 21 13:53:56 2017 rev:12 rq:504494 version:4.0.0~beta2

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2017-05-27 
13:17:37.397796743 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2017-06-21 
13:53:58.814549964 +0200
@@ -1,0 +2,7 @@
+Sun Jun 18 17:07:58 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 4.0.0~beta2:
+  * Force usage of bsddb/bsddb3.
+  * Various fixes.
+
+---

Old:

  exaile-4.0.0beta1.tar.gz
  exaile-4.0.0beta1.tar.gz.asc
  exaile.keyring

New:

  exaile-4.0.0-beta2.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.HpZcvR/_old  2017-06-21 13:53:59.694425849 +0200
+++ /var/tmp/diff_new_pack.HpZcvR/_new  2017-06-21 13:53:59.702424721 +0200
@@ -18,17 +18,15 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
-%define _version 4.0.0beta1
+%define _version 4.0.0-beta2
 Name:   exaile
-Version:4.0.0~beta1
+Version:4.0.0~beta2
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-beta1/%{name}-%{_version}.tar.gz
-Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-beta1/%{name}-%{_version}.tar.gz.asc
-Source2:%{name}.keyring
+Source: 
https://github.com/exaile/exaile/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
 # PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
 # PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.




commit exaile for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2017-05-27 13:17:01

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


Package is "exaile"

Sat May 27 13:17:01 2017 rev:11 rq:497967 version:4.0.0~beta1

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2017-05-16 
14:44:42.242932850 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2017-05-27 
13:17:37.397796743 +0200
@@ -1,0 +2,9 @@
+Wed May 24 12:00:39 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 4.0.0~beta1:
+  * No changelog available.
+- Rebase exaile-no-splash-default.patch,
+  exaile-mate-screensaver.patch.
+- Add PGP signing.
+
+---

Old:

  exaile-3.4.5+git20170510.tar.gz

New:

  exaile-4.0.0beta1.tar.gz
  exaile-4.0.0beta1.tar.gz.asc
  exaile.keyring



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.jrKR34/_old  2017-05-27 13:17:42.253110322 +0200
+++ /var/tmp/diff_new_pack.jrKR34/_new  2017-05-27 13:17:42.253110322 +0200
@@ -18,17 +18,20 @@
 
 %define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
+%define _version 4.0.0beta1
 Name:   exaile
-Version:3.4.5+git20170510
+Version:4.0.0~beta1
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: %{name}-%{version}.tar.gz
-# PATCH-FEATURE-UPSTREAM exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
+Source: 
https://github.com/exaile/exaile/releases/download/4.0.0-beta1/%{name}-%{_version}.tar.gz
+Source1:
https://github.com/exaile/exaile/releases/download/4.0.0-beta1/%{name}-%{_version}.tar.gz.asc
+Source2:%{name}.keyring
+# PATCH-FEATURE-OPENSUSE exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
-# PATCH-FEATURE-UPSTREAM exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make screensaverpause plugin work with MATE ScreenSaver.
+# PATCH-FEATURE-OPENSUSE exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make the screensaverpause plugin work with MATE Screensaver.
 Patch1: %{name}-mate-screensaver.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -76,11 +79,9 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 %patch0 -p1
 %patch1 -p1
-# Fix locale search location.
-sed -i "s|\(locale_path = \).*$|\1'%{_datadir}/locale'|" xl/nls.py
 
 %build
 make %{?_smp_mflags} V=1

++ exaile-3.4.5+git20170510.tar.gz -> exaile-4.0.0beta1.tar.gz ++
 42033 lines of diff (skipped)

++ exaile-mate-screensaver.patch ++
--- /var/tmp/diff_new_pack.jrKR34/_old  2017-05-27 13:17:42.773036817 +0200
+++ /var/tmp/diff_new_pack.jrKR34/_new  2017-05-27 13:17:42.773036817 +0200
@@ -4,13 +4,13 @@
  from xl import event, player, settings
  
  SERVICES = [
--dict( # GNOME
-+dict( # MATE
+-dict(  # GNOME
++dict(  # MATE
 +bus_name='org.mate.ScreenSaver',
 +path='/org/mate/ScreenSaver',
 +dbus_interface='org.mate.ScreenSaver',
 +),
-+dict( # light-locker, GNOME
++dict(  # light-locker, GNOME
  bus_name='org.gnome.ScreenSaver',
  path='/org/gnome/ScreenSaver',
  dbus_interface='org.gnome.ScreenSaver',

++ exaile-no-splash-default.patch ++
--- /var/tmp/diff_new_pack.jrKR34/_old  2017-05-27 13:17:42.785035121 +0200
+++ /var/tmp/diff_new_pack.jrKR34/_new  2017-05-27 13:17:42.789034556 +0200
@@ -1,6 +1,6 @@
 --- a/xl/main.py
 +++ b/xl/main.py
-@@ -382,7 +382,7 @@ class Exaile(object):
+@@ -393,7 +393,7 @@ class Exaile(object):
  splash = None
  
  if self.options.StartGui:
@@ -11,12 +11,12 @@
  splash = Splash()
 --- a/xlgui/preferences/appearance.py
 +++ b/xlgui/preferences/appearance.py
-@@ -44,7 +44,7 @@ class ShowInfoAreaCoversPreference(widge
- name = 'gui/show_info_area_covers'
+@@ -47,7 +47,7 @@ class ShowInfoAreaCoversPreference(widge
+ 
  
  class SplashPreference(widgets.CheckPreference):
 -default = True
 +default = False
  name = 'gui/use_splash'
  
- class ShowTabBarPreference(widgets.CheckPreference):
+ 

++ exaile.keyring ++
pub   rsa4096 2014-01-15 [SCA] [expires: 2019-01-14]
  1D65 7819 C1D8 DE42 D968  81C1 D5C6 377E DE50 786B
uid [ unknown] Dustin Spicuzza 
uid [ unknown] Dustin Spicuzza 

commit exaile for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2017-05-16 14:43:35

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


Package is "exaile"

Tue May 16 14:43:35 2017 rev:10 rq:494486 version:3.4.5+git20170510

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2017-02-03 
17:36:34.242300998 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2017-05-16 
14:44:42.242932850 +0200
@@ -1,0 +2,6 @@
+Wed May 10 20:30:23 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.5+git20170510:
+  * No changelog available.
+
+---

Old:

  exaile-3.4.5+git20170110.tar.gz

New:

  exaile-3.4.5+git20170510.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.L6D9f4/_old  2017-05-16 14:44:43.134807533 +0200
+++ /var/tmp/diff_new_pack.L6D9f4/_new  2017-05-16 14:44:43.138806970 +0200
@@ -16,9 +16,10 @@
 #
 
 
+%define __requires_exclude typelib\\((GtkosxApplication)\\)
 %define _name   Exaile
 Name:   exaile
-Version:3.4.5+git20170110
+Version:3.4.5+git20170510
 Release:0
 Summary:Gtk3 Amarok-like music player
 License:GPL-3.0+
@@ -93,14 +94,6 @@
 pushd "$dir"
 # Fix wrong-script-end-of-line-encoding.
 dos2unix *.py
-# Add execution bit to scripts with shebangs and remove from others.
-ls *.py | while read py; do
-if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
-chmod a+x "$py"
-else
-chmod a-x "$py"
-fi
-done
 # Fix python-bytecode-inconsistent-mtime (hacky).
 rm -f *.pyc *.pyo
 touch -c *.py
@@ -132,6 +125,9 @@
 %config %{_sysconfdir}/xdg/%{name}/settings.ini
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
+%dir %{_datadir}/bash-completion/
+%dir %{_datadir}/bash-completion/completions/
+%{_datadir}/bash-completion/completions/%{name}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ exaile-3.4.5+git20170110.tar.gz -> exaile-3.4.5+git20170510.tar.gz ++
 17795 lines of diff (skipped)




commit exaile for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2017-01-29 10:36:47

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


Package is "exaile"

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2017-01-24 
10:36:08.635046863 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2017-02-03 
17:36:34.242300998 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 23:39:03 UTC 2017 - jeng...@inai.de
+
+- Ensure fdupes does not run across partitions
+
+---



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.dsh8xG/_old  2017-02-03 17:36:34.730231937 +0100
+++ /var/tmp/diff_new_pack.dsh8xG/_new  2017-02-03 17:36:34.730231937 +0100
@@ -108,7 +108,7 @@
 popd
 done
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{_prefix}/
 %find_lang %{name}
 
 %post




commit exaile for openSUSE:Factory

2017-01-24 Thread root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2017-01-24 10:36:07

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


Package is "exaile"

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2015-04-30 
11:51:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2017-01-24 
10:36:08.635046863 +0100
@@ -1,0 +2,8 @@
+Thu Jan 19 00:16:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.5+git20170110:
+  * No changelog available.
+- Rebase exaile-no-splash-default.patch,
+  exaile-mate-screensaver.patch.
+
+---

Old:

  exaile-3.4.5.tar.gz

New:

  exaile-3.4.5+git20170110.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.tCb9XU/_old  2017-01-24 10:36:09.302951988 +0100
+++ /var/tmp/diff_new_pack.tCb9XU/_new  2017-01-24 10:36:09.306951420 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,41 +18,43 @@
 
 %define _name   Exaile
 Name:   exaile
-Version:3.4.5
+Version:3.4.5+git20170110
 Release:0
-Summary:Gtk2 Amarok-like music player
+Summary:Gtk3 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
 Patch0: %{name}-no-splash-default.patch
 # PATCH-FEATURE-UPSTREAM exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make screensaverpause plugin work with MATE ScreenSaver.
 Patch1: %{name}-mate-screensaver.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  help2man
-BuildRequires:  python-devel >= 2.6
-BuildRequires:  python-gobject-devel >= 2.18
+BuildRequires:  python
 BuildRequires:  update-desktop-files
 Requires:   dbus-1-python
 Requires:   gdk-pixbuf-loader-rsvg
-Requires:   gstreamer-0_10-plugins-good
-Requires:   python-gobject >= 2.18
-Requires:   python-gstreamer010
-Requires:   python-gtk >= 2.17
+Requires:   gstreamer
+Requires:   gstreamer-plugins-good
+Requires:   python-cairo
+Requires:   python-feedparser
+Requires:   python-gobject
+Requires:   python-gobject-cairo
 Requires:   python-mutagen >= 1.10
-Recommends: %{name}-lang = %{version}
-Recommends: gstreamer-0_10-plugins-bad
-Recommends: gstreamer-0_10-plugins-ugly
-Recommends: moodbar
+Recommends: %{name}-lang
+Recommends: gstreamer-plugins-bad
+Recommends: gstreamer-plugins-ugly
 Recommends: python-CDDB
 Recommends: python-Pillow
 Recommends: python-gpod
-Recommends: python-notify
-Recommends: python-webkitgtk >= 1.1.2
 Recommends: udisks2
 BuildArch:  noarch
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+Requires:   python3-gobject-Gdk
+%endif
 
 %description
 Exaile is a media player aiming to be similar to Clementine, but
@@ -80,13 +82,12 @@
 sed -i "s|\(locale_path = \).*$|\1'%{_datadir}/locale'|" xl/nls.py
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-# Exaile launcher works with LIBINSTALLDIR which is a relative path from 
%%{_prefix}.
-export data=$(python2 -c "import os.path; print(os.path.relpath('%{_datadir}', 
'%{_prefix}'))")
-
-%make_install PREFIX=%{_prefix} LIBINSTALLDIR="/$data"
+%make_install \
+  LIBINSTALLDIR=%{_datadir} \
+  PREFIX=%{_prefix}
 
 dirname $(find %{buildroot}%{_datadir} -type f -name '*.py') | sort -u | while 
read dir; do
 pushd "$dir"
@@ -118,7 +119,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING FUTURE README
+%doc COPYING README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop

++ exaile-mate-screensaver.patch ++
--- /var/tmp/diff_new_pack.tCb9XU/_old  2017-01-24 10:36:09.354944603 +0100
+++ /var/tmp/diff_new_pack.tCb9XU/_new  2017-01-24 10:36:09.354944603 +0100
@@ -1,7 +1,6 @@
-diff -aur a/plugins/screensaverpause/__init__.py 
b/plugins/screensaverpause/__init__.py
 --- a/plugins/screensaverpause/__init__.py
 +++ 

commit exaile for openSUSE:Factory

2015-04-30 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2015-04-30 11:51:17

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


Package is exaile

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2015-03-23 
12:19:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2015-04-30 
11:51:19.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 29 09:21:54 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.4.5:
+  * Errors loading Smart Playlists that filter based on a playlist.
+  * Missing icon issue.
+  * Disable equalizer by default.
+  * Translations update.
+
+---

Old:

  exaile-3.4.4.tar.gz

New:

  exaile-3.4.5.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.vqDMKX/_old  2015-04-30 11:51:20.0 +0200
+++ /var/tmp/diff_new_pack.vqDMKX/_new  2015-04-30 11:51:20.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   Exaile
 Name:   exaile
-Version:3.4.4
+Version:3.4.5
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
@@ -51,6 +51,7 @@
 Recommends: python-gpod
 Recommends: python-notify
 Recommends: python-webkitgtk = 1.1.2
+Recommends: udisks2
 BuildArch:  noarch
 
 %description
@@ -83,7 +84,7 @@
 
 %install
 # Exaile launcher works with LIBINSTALLDIR which is a relative path from 
%%{_prefix}.
-export data=$(python2 -c import os.path; print os.path.relpath('%{_datadir}', 
'%{_prefix}'))
+export data=$(python2 -c import os.path; print(os.path.relpath('%{_datadir}', 
'%{_prefix}')))
 
 %make_install PREFIX=%{_prefix} LIBINSTALLDIR=/$data
 

++ exaile-3.4.4.tar.gz - exaile-3.4.5.tar.gz ++
 3825 lines of diff (skipped)




commit exaile for openSUSE:Factory

2015-03-23 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2015-03-23 12:19:06

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


Package is exaile

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2015-03-18 
13:05:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2015-03-23 
12:19:08.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 21 17:23:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Add exaile-no-splash-default.patch to make Exaile not show splash
+  screen on startup by default, Exaile starts fast enough.
+- Add exaile-mate-screensaver.patch which makes screensaverpause
+  plugin to work with MATE ScreenSaver.
+
+---

New:

  exaile-mate-screensaver.patch
  exaile-no-splash-default.patch



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.i36PHE/_old  2015-03-23 12:19:08.0 +0100
+++ /var/tmp/diff_new_pack.i36PHE/_new  2015-03-23 12:19:08.0 +0100
@@ -25,6 +25,10 @@
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
 Source: 
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM exaile-no-splash-default.patch sor.ale...@meowr.ru -- 
Do not show splash screen on startup by default.
+Patch0: %{name}-no-splash-default.patch
+# PATCH-FEATURE-UPSTREAM exaile-mate-screensaver.patch sor.ale...@meowr.ru -- 
Make screensaverpause plugin work with MATE ScreenSaver.
+Patch1: %{name}-mate-screensaver.patch
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  help2man
@@ -33,14 +37,14 @@
 BuildRequires:  update-desktop-files
 Requires:   dbus-1-python
 Requires:   gdk-pixbuf-loader-rsvg
-Requires:   gstreamer010-plugins-good
+Requires:   gstreamer-0_10-plugins-good
 Requires:   python-gobject = 2.18
 Requires:   python-gstreamer010
 Requires:   python-gtk = 2.17
 Requires:   python-mutagen = 1.10
 Recommends: %{name}-lang = %{version}
-Recommends: gstreamer010-plugins-bad
-Recommends: gstreamer010-plugins-ugly
+Recommends: gstreamer-0_10-plugins-bad
+Recommends: gstreamer-0_10-plugins-ugly
 Recommends: moodbar
 Recommends: python-CDDB
 Recommends: python-Pillow
@@ -69,6 +73,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 # Fix locale search location.
 sed -i s|\(locale_path = \).*$|\1'%{_datadir}/locale'| xl/nls.py
 
@@ -116,9 +122,9 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
-%{_mandir}/man1/%{name}.1.gz
-%dir %{_datadir}/dbus-1
-%dir %{_datadir}/dbus-1/services
+%{_mandir}/man?/%{name}.?%{?ext_man}
+%dir %{_datadir}/dbus-1/
+%dir %{_datadir}/dbus-1/services/
 %{_datadir}/dbus-1/services/org.%{name}.%{_name}.service
 %dir %{_sysconfdir}/xdg/%{name}/
 %config %{_sysconfdir}/xdg/%{name}/settings.ini

++ exaile-mate-screensaver.patch ++
diff -aur a/plugins/screensaverpause/__init__.py 
b/plugins/screensaverpause/__init__.py
--- a/plugins/screensaverpause/__init__.py
+++ b/plugins/screensaverpause/__init__.py
@@ -29,7 +29,12 @@
 from xl import event, player, settings
 
 SERVICES = [
-dict( # GNOME
+dict( # MATE
+bus_name='org.mate.ScreenSaver',
+path='/org/mate/ScreenSaver',
+dbus_interface='org.mate.ScreenSaver',
+),
+dict( # light-locker, GNOME
 bus_name='org.gnome.ScreenSaver',
 path='/org/gnome/ScreenSaver',
 dbus_interface='org.gnome.ScreenSaver',
++ exaile-no-splash-default.patch ++
diff -aur a/xl/main.py b/xl/main.py
--- a/xl/main.py
+++ b/xl/main.py
@@ -217,7 +217,7 @@
 if self.options.StartGui:
 from xl import settings
 
-if settings.get_option('gui/use_splash', True):
+if settings.get_option('gui/use_splash', False):
 from xlgui.widgets.info import Splash
 
 splash = Splash()
diff -aur a/xlgui/preferences/appearance.py b/xlgui/preferences/appearance.py
--- a/xlgui/preferences/appearance.py
+++ b/xlgui/preferences/appearance.py
@@ -44,7 +44,7 @@
 name = 'gui/show_info_area_covers'
 
 class SplashPreference(widgets.CheckPreference):
-default = True
+default = False
 name = 'gui/use_splash'
 
 class ShowTabBarPreference(widgets.CheckPreference):
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit exaile for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2015-03-18 13:05:16

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


Package is exaile

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2014-12-19 
09:37:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2015-03-18 
13:05:17.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 16 11:30:23 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 3.4.4:
+  * If you installed Exaile by Makefile, or in slightly nonstandard
+ways, translations would not actually work.
+  * Catch OSError when git is not installed.
+  * Fix search fail when there is a file with wrong encoding.
+  * Fix playlist import error.
+  * Add export playlists to right click menu on playlists tab.
+  * Fix tray menu item for removing current playlist item.
+
+---

Old:

  exaile-3.4.3.tar.gz

New:

  exaile-3.4.4.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.cVKPdV/_old  2015-03-18 13:05:18.0 +0100
+++ /var/tmp/diff_new_pack.cVKPdV/_new  2015-03-18 13:05:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exaile
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-Name:   exaile
 %define _name   Exaile
-Version:3.4.3
+Name:   exaile
+Version:3.4.4
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: 
https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  help2man
@@ -43,9 +43,9 @@
 Recommends: gstreamer010-plugins-ugly
 Recommends: moodbar
 Recommends: python-CDDB
+Recommends: python-Pillow
 Recommends: python-gpod
 Recommends: python-notify
-Recommends: python-Pillow
 Recommends: python-webkitgtk = 1.1.2
 BuildArch:  noarch
 
@@ -81,7 +81,7 @@
 
 %make_install PREFIX=%{_prefix} LIBINSTALLDIR=/$data
 
-dirname $(find %{buildroot}%{_datadir} -name '*.py') | sort -u | while read 
dir; do
+dirname $(find %{buildroot}%{_datadir} -type f -name '*.py') | sort -u | while 
read dir; do
 pushd $dir
 # Fix wrong-script-end-of-line-encoding.
 dos2unix *.py

++ exaile-3.4.3.tar.gz - exaile-3.4.4.tar.gz ++
 29569 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit exaile for openSUSE:Factory

2014-12-19 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2014-12-19 09:38:54

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


Package is exaile

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2014-11-11 
01:11:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2014-12-19 
09:37:51.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 18 21:25:12 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 3.4.3:
+  * Smart Playlists with criteria involving timestamps now work.
+  * Significant translations update.
+
+---

Old:

  3.4.2.tar.gz

New:

  exaile-3.4.3.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.hRxcmf/_old  2014-12-19 09:37:53.0 +0100
+++ /var/tmp/diff_new_pack.hRxcmf/_new  2014-12-19 09:37:53.0 +0100
@@ -18,13 +18,13 @@
 
 Name:   exaile
 %define _name   Exaile
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://exaile.org/
-Source: https://github.com/exaile-dev/exaile/archive/%{version}.tar.gz
+Source: 
https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  help2man

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit exaile for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2014-11-11 01:10:59

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


Package is exaile

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2014-11-04 
17:29:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2014-11-11 
01:11:51.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 10 10:02:40 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 3.4.2:
+  * Exaile did not always update individual files when changed
+externally.
+  * Add an option to 'force rescan' of files for users with
+misbehaving external tagger applications.
+  * GroupTagger plugin: Potential tag loss when using externally
+modified files.
+
+---

Old:

  3.4.1.tar.gz

New:

  3.4.2.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.NqPakR/_old  2014-11-11 01:11:54.0 +0100
+++ /var/tmp/diff_new_pack.NqPakR/_new  2014-11-11 01:11:54.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   exaile
 %define _name   Exaile
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
@@ -28,13 +28,12 @@
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  help2man
-BuildRequires:  python = 2.6
+BuildRequires:  python-devel = 2.6
 BuildRequires:  python-gobject-devel = 2.18
 BuildRequires:  update-desktop-files
 Requires:   dbus-1-python
 Requires:   gdk-pixbuf-loader-rsvg
 Requires:   gstreamer010-plugins-good
-Requires:   python = 2.6
 Requires:   python-gobject = 2.18
 Requires:   python-gstreamer010
 Requires:   python-gtk = 2.17
@@ -45,8 +44,8 @@
 Recommends: moodbar
 Recommends: python-CDDB
 Recommends: python-gpod
-Recommends: python-imaging
 Recommends: python-notify
+Recommends: python-Pillow
 Recommends: python-webkitgtk = 1.1.2
 BuildArch:  noarch
 
@@ -71,14 +70,14 @@
 %prep
 %setup -q
 # Fix locale search location.
-sed -i s|\(locale_path = \).*|\1'%{_datadir}/locale'| xl/nls.py
+sed -i s|\(locale_path = \).*$|\1'%{_datadir}/locale'| xl/nls.py
 
 %build
 make %{?_smp_mflags}
 
 %install
 # Exaile launcher works with LIBINSTALLDIR which is a relative path from 
%%{_prefix}.
-export data=$(python -c import os.path; print os.path.relpath('%{_datadir}', 
'%{_prefix}'))
+export data=$(python2 -c import os.path; print os.path.relpath('%{_datadir}', 
'%{_prefix}'))
 
 %make_install PREFIX=%{_prefix} LIBINSTALLDIR=/$data
 

++ 3.4.1.tar.gz - 3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/Makefile new/exaile-3.4.2/Makefile
--- old/exaile-3.4.1/Makefile   2014-11-01 18:43:02.0 +0100
+++ new/exaile-3.4.2/Makefile   2014-11-10 04:52:19.0 +0100
@@ -180,7 +180,7 @@
 dist:
mkdir -p dist
rm -rf dist/copy
-   bzr export dist/copy/
+   git archive HEAD --prefix=copy/ | tar -x -C dist
./tools/dist.sh
rm -rf dist/copy
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/data/exaile.appdata.xml 
new/exaile-3.4.2/data/exaile.appdata.xml
--- old/exaile-3.4.1/data/exaile.appdata.xml2014-11-01 18:43:02.0 
+0100
+++ new/exaile-3.4.2/data/exaile.appdata.xml2014-11-10 04:52:19.0 
+0100
@@ -22,7 +22,7 @@
   /p
  /description
  screenshots
-  screenshot type=default width=800 
height=600http://i.imgur.com/aD43iaZ.png/screenshot
+  screenshot type=default width=800 
height=600http://www.exaile.org/public/images/exaile-3.4.png/screenshot
  /screenshots
  url type=homepagehttp://www.exaile.org/url
  updatecontactexaile-de...@googlegroups.com/updatecontact
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/data/ui/collection_manager.ui 
new/exaile-3.4.2/data/ui/collection_manager.ui
--- old/exaile-3.4.1/data/ui/collection_manager.ui  2014-11-01 
18:43:02.0 +0100
+++ new/exaile-3.4.2/data/ui/collection_manager.ui  2014-11-10 
04:52:19.0 +0100
@@ -175,6 +175,20 @@
 property name=position2/property
   /packing
 /child
+child
+  object class=GtkButton id=force_rescan_button
+property name=label translatable=yesRescan 
Collection (slow)/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+

commit exaile for openSUSE:Factory

2014-11-04 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2014-11-04 17:29:17

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


Package is exaile

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2014-10-25 
11:10:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2014-11-04 
17:29:43.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov  2 20:07:17 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 3.4.1:
+  * Delay the import of modules that depend on PyGTK to after
+--help handling.
+  * Don't refuse to run as root: we're not the moral police.
+IIRC there were bugs when running as root, so message saying
+it is unsupported still prints out.
+
+---

Old:

  3.4.0.2.tar.gz

New:

  3.4.1.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.dOYuLc/_old  2014-11-04 17:29:45.0 +0100
+++ /var/tmp/diff_new_pack.dOYuLc/_new  2014-11-04 17:29:45.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   exaile
 %define _name   Exaile
-Version:3.4.0.2
+Version:3.4.1
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
@@ -49,7 +49,6 @@
 Recommends: python-notify
 Recommends: python-webkitgtk = 1.1.2
 BuildArch:  noarch
-%py_requires
 
 %description
 Exaile is a media player aiming to be similar to Clementine, but

++ 3.4.0.2.tar.gz - 3.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.0.2/.bzrignore new/exaile-3.4.1/.bzrignore
--- old/exaile-3.4.0.2/.bzrignore   2014-09-03 18:23:55.0 +0200
+++ new/exaile-3.4.1/.bzrignore 1970-01-01 01:00:00.0 +0100
@@ -1,21 +0,0 @@
-doc
-doc/api-objects.txt
-doc/crarr.png
-doc/epydoc.css
-doc/epydoc.js
-doc/*.html
-data/plugins
-
-po/*/
-po/POTFILES.in
-
-backup.bzr
-random
-exaile-dist.tar.bz2
-exaile-po.tar.bz2
-build
-dist
-
-doc/_build
-
-.DS_Store
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.0.2/.gitignore new/exaile-3.4.1/.gitignore
--- old/exaile-3.4.0.2/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/exaile-3.4.1/.gitignore 2014-11-01 18:43:02.0 +0100
@@ -0,0 +1,28 @@
+*.pyc
+*.pyo
+
+doc
+doc/api-objects.txt
+doc/crarr.png
+doc/epydoc.css
+doc/epydoc.js
+doc/*.html
+data/plugins
+
+po/*/
+po/POTFILES.in
+
+backup.bzr
+random
+exaile-dist.tar.bz2
+exaile-po.tar.bz2
+build
+dist
+
+doc/_build
+
+.DS_Store
+
+# Eclipse settings
+.project
+.pydevproject
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.0.2/README.Windows 
new/exaile-3.4.1/README.Windows
--- old/exaile-3.4.0.2/README.Windows   2014-09-03 18:23:55.0 +0200
+++ new/exaile-3.4.1/README.Windows 2014-11-01 18:43:02.0 +0100
@@ -111,5 +111,5 @@
 Windows 7+:  %USERPROFILE%\AppData\Local\exaile\logs
 
 If you run into any bugs not mentioned in this document, please report them
-to us via launchpad at https://bugs.launchpad.net/exaile . Please include any
+to us via github at https://github.com/exaile-dev/exaile/issues . Please 
include any
 relevant logfile snippets. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.0.2/doc/dev/contributing.rst 
new/exaile-3.4.1/doc/dev/contributing.rst
--- old/exaile-3.4.0.2/doc/dev/contributing.rst 2014-09-03 18:23:55.0 
+0200
+++ new/exaile-3.4.1/doc/dev/contributing.rst   2014-11-01 18:43:02.0 
+0100
@@ -10,11 +10,11 @@
 * Translations
 * New features + plugins
 
-The best way to contribute is to submit patches/etc via launchpad.
+The best way to contribute is to submit patches/etc via pull request on github.
 
 If you think your bug report/request is being ignored, it probably isn't. All
 of the Exaile developers work on this project in their spare time, and so we
 don't always have time to work on your problems. We *do* try to push good 
 patches as soon as we can, however. Ping the bug report, or leave a message on
-#exaile if we haven't at least made an initial response, sometimes Launchpad's
-notification system can get lost in the noise.
+#exaile if we haven't at least made an initial response, sometimes bug report
+emails can get lost in the noise.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.0.2/doc/dev/release.rst 
new/exaile-3.4.1/doc/dev/release.rst
--- old/exaile-3.4.0.2/doc/dev/release.rst  2014-09-03 18:23:55.0 
+0200
+++