commit audience for openSUSE:Factory

2018-10-18 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2018-10-18 15:38:19

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


Package is "audience"

Thu Oct 18 15:38:19 2018 rev:10 rq:642699 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2018-01-13 
21:49:28.596958166 +0100
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2018-10-18 
15:38:25.710154500 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 17:55:46 UTC 2018 - Alexei Podvalsky 
+
+- Fix build with valac 0.42 (videos-0.2.5-vala-0.42.patch)
+
+---

New:

  videos-0.2.5-vala-0.42.patch



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.CBrk2V/_old  2018-10-18 15:38:26.682153391 +0200
+++ /var/tmp/diff_new_pack.CBrk2V/_new  2018-10-18 15:38:26.686153386 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Multimedia/Video/Players
 URL:https://elementary.io
 Source: 
https://github.com/elementary/videos/archive/%{version}.tar.gz#/videos-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM -- Fix build with valac 0.42 
+Patch0: videos-0.2.5-vala-0.42.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  elementary-icon-theme
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q -n videos-%{version}
+%patch0 -p2
 
 %build
 %cmake \

++ videos-0.2.5-vala-0.42.patch ++
diff -ruN videos-0.2.5.orig/videos-0.2.5/src/Window.vala 
videos-0.2.5/videos-0.2.5/src/Window.vala
--- videos-0.2.5.orig/videos-0.2.5/src/Window.vala  2018-01-08 
22:53:24.0 +0300
+++ videos-0.2.5/videos-0.2.5/src/Window.vala   2018-10-17 20:56:38.126588975 
+0300
@@ -220,7 +220,11 @@
 
 /** Returns true if the code parameter matches the keycode of the keyval 
parameter for
 * any keyboard group or level (in order to allow for non-QWERTY keyboards) 
**/
+#if VALA_0_42
+public bool match_keycode (uint keyval, uint code) {
+#else
 public bool match_keycode (int keyval, uint code) {
+#endif
 Gdk.KeymapKey [] keys;
 Gdk.Keymap keymap = Gdk.Keymap.get_default ();
 if (keymap.get_entries_for_keyval (keyval, out keys)) {



commit audience for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2018-01-13 21:49:25

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


Package is "audience"

Sat Jan 13 21:49:25 2018 rev:9 rq:563912 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-11-11 
14:19:36.555193019 +0100
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2018-01-13 
21:49:28.596958166 +0100
@@ -1,0 +2,16 @@
+Fri Jan 12 15:21:37 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.2.5:
+  * Rename audience.pot to io.elementary.videos.pot
+  * Remove unused make dist (#50)
+  * Remove deprecated app_icon field (#49)
+  * GLib.Application.set_default is useless when there is only 
+one instance (#47)
+  * Don't allow space key to process further in player page. (#38)
+  * Do not terminate the program when some method fails (#37)
+  * remove about dialog (#34)
+  * Update appdata URLs and display name (#33)
+- Drop audience-0.2.4-glib.patch (fixed)
+- Spec file cleanup
+
+---

Old:

  audience-0.2.4-glib.patch
  videos-0.2.4.tar.gz

New:

  videos-0.2.5.tar.gz



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.rxO4Jw/_old  2018-01-13 21:49:29.500916019 +0100
+++ /var/tmp/diff_new_pack.rxO4Jw/_new  2018-01-13 21:49:29.500916019 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audience
 #
-# 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
@@ -17,15 +17,13 @@
 
 
 Name:   audience
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:A minimalistic media player
 License:GPL-3.0
 Group:  Productivity/Multimedia/Video/Players
-Url:https://launchpad.net/audience
+URL:https://elementary.io
 Source: 
https://github.com/elementary/videos/archive/%{version}.tar.gz#/videos-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM dbus.patch -- 
https://github.com/elementary/videos/issues/44
-Patch0: audience-0.2.4-glib.patch 
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  elementary-icon-theme
@@ -45,7 +43,6 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnotify)
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -56,7 +53,6 @@
 
 %prep
 %setup -q -n videos-%{version}
-%patch0 -p1
 
 %build
 %cmake \
@@ -81,7 +77,7 @@
 popd
 
 %fdupes %{buildroot}%{_datadir}/locale
-%find_lang %{name}
+%find_lang io.elementary.videos %{name}.lang
 
 %post
 %icon_theme_cache_post
@@ -94,16 +90,14 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING README*
-%{_bindir}/%{name}
+%{_bindir}/io.elementary.videos
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/io.elementary.videos.appdata.xml
 %{_datadir}/applications/*.%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/*/multimedia-video-player.??g
 %{_datadir}/glib-2.0/schemas/*.%{name}.gschema.xml
-%{_datadir}/appdata/*.%{name}.appdata.xml
-%dir %{_datadir}/appdata
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ videos-0.2.4.tar.gz -> videos-0.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/videos-0.2.4/.bzrignore new/videos-0.2.5/.bzrignore
--- old/videos-0.2.4/.bzrignore 2017-08-12 04:05:24.0 +0200
+++ new/videos-0.2.5/.bzrignore 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-build
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/videos-0.2.4/.gitignore new/videos-0.2.5/.gitignore
--- old/videos-0.2.4/.gitignore 2017-08-12 04:05:24.0 +0200
+++ new/videos-0.2.5/.gitignore 2018-01-08 20:53:24.0 +0100
@@ -1,2 +1 @@
-*~
-build/
+build
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/videos-0.2.4/CMakeLists.txt 
new/videos-0.2.5/CMakeLists.txt
--- old/videos-0.2.4/CMakeLists.txt 2017-08-12 04:05:24.0 +0200
+++ new/videos-0.2.5/CMakeLists.txt 2018-01-08 20:53:24.0 +0100
@@ -4,13 +4,13 @@
 enable_testing ()
 list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
 
-project (audience C)
+project (io.elementary.videos C)
 
 set (DATADIR ${CMAKE_INSTALL_PREFIX}/share)
 set (PKGDATADIR 

commit audience for openSUSE:Factory

2017-11-11 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-11-11 14:19:30

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


Package is "audience"

Sat Nov 11 14:19:30 2017 rev:8 rq:539084 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-08-24 
18:53:24.352913302 +0200
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-11-11 
14:19:36.555193019 +0100
@@ -1,0 +2,6 @@
+Sat Nov  4 23:30:58 UTC 2017 - avvi...@yandex.by
+
+- Fix build error (audience-0.2.4-glib.patch)
+- Drop audience-0.2.2-dbus.patch (fixed)
+
+---

Old:

  audience-0.2.2-dbus.patch

New:

  audience-0.2.4-glib.patch



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.froMDR/_old  2017-11-11 14:19:37.263167071 +0100
+++ /var/tmp/diff_new_pack.froMDR/_new  2017-11-11 14:19:37.267166925 +0100
@@ -24,8 +24,8 @@
 Group:  Productivity/Multimedia/Video/Players
 Url:https://launchpad.net/audience
 Source: 
https://github.com/elementary/videos/archive/%{version}.tar.gz#/videos-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM dbus.patch -- 
https://github.com/elementary/videos/issues/25
-Patch0: audience-0.2.2-dbus.patch
+# PATCH-FIX-UPSTREAM dbus.patch -- 
https://github.com/elementary/videos/issues/44
+Patch0: audience-0.2.4-glib.patch 
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  elementary-icon-theme
@@ -56,9 +56,7 @@
 
 %prep
 %setup -q -n videos-%{version}
-%if 0%{?suse_version} > 1320
 %patch0 -p1
-%endif
 
 %build
 %cmake \

++ audience-0.2.4-glib.patch ++
diff -ruN videos-0.2.4.orig/videos-0.2.4/src/Audience.vala 
videos-0.2.4/videos-0.2.4/src/Audience.vala
--- videos-0.2.4.orig/src/Audience.vala 2017-08-12 05:05:24.0 +0300
+++ videos-0.2.4/src/Audience.vala  2017-11-05 02:39:51.773905804 +0300
@@ -59,7 +59,6 @@
 Gtk.Settings.get_default ().gtk_application_prefer_dark_theme = 
true;
 this.flags |= GLib.ApplicationFlags.HANDLES_OPEN;
 settings = new Settings ();
-set_default ();
 }
 
 private static App app; // global App instance



commit audience for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-08-24 18:53:22

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


Package is "audience"

Thu Aug 24 18:53:22 2017 rev:7 rq:517083 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-07-12 
19:35:55.473038762 +0200
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-08-24 
18:53:24.352913302 +0200
@@ -1,0 +2,19 @@
+Mon Aug 14 18:06:20 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.4:
+  * BottomBar.vala: Code cleanups (#41)
+  * RDNN most of the things (#40)
+  * Disallow setting playback before start (#39)
+  * Don't allow space key to process further in player page. (#38)
+
+---
+Wed Aug  2 19:31:31 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.3: 
+  * Do not terminate the program when some method fails (#37)
+  * remove about dialog (#34)
+  * Update appdata URLs and display name (#33)
+  * Create CODE_OF_CONDUCT.md (#29)
+- Change the sourceurl to git
+
+---

Old:

  audience-0.2.2.tar.xz

New:

  videos-0.2.4.tar.gz



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.U1Fojw/_old  2017-08-24 18:53:25.172797857 +0200
+++ /var/tmp/diff_new_pack.U1Fojw/_new  2017-08-24 18:53:25.172797857 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   audience
-Version:0.2.2
+Version:0.2.4
 Release:0
 Summary:A minimalistic media player
 License:GPL-3.0
 Group:  Productivity/Multimedia/Video/Players
 Url:https://launchpad.net/audience
-Source: 
https://launchpad.net/audience/0.4-loki/%{version}/+download/%{name}-%{version}.tar.xz
+Source: 
https://github.com/elementary/videos/archive/%{version}.tar.gz#/videos-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM dbus.patch -- 
https://github.com/elementary/videos/issues/25
 Patch0: audience-0.2.2-dbus.patch
 BuildRequires:  cmake
@@ -55,7 +55,7 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n videos-%{version}
 %if 0%{?suse_version} > 1320
 %patch0 -p1
 %endif
@@ -97,7 +97,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING README
+%doc AUTHORS COPYING README*
 %{_bindir}/%{name}
 %{_datadir}/applications/*.%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/*/multimedia-video-player.??g




commit audience for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-07-12 19:35:54

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


Package is "audience"

Wed Jul 12 19:35:54 2017 rev:6 rq:509488 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-06-21 
13:54:05.769568892 +0200
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-07-12 
19:35:55.473038762 +0200
@@ -1,0 +2,6 @@
+Tue Jul 11 12:36:23 UTC 2017 - bwiedem...@suse.com
+
+- Sort file lists to always install the same .svg size
+  to fix build-compare (boo#1041090)
+
+---



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.yNoZ60/_old  2017-07-12 19:35:56.072954018 +0200
+++ /var/tmp/diff_new_pack.yNoZ60/_new  2017-07-12 19:35:56.076953453 +0200
@@ -72,7 +72,7 @@
 for _icon in $(find -name \*.desktop* | xargs sed -n '/Icon/s/^.*\=//p'); do
 _icon=${_icon##*/}
 if ! find -name "$_icon" | grep -q .; then
-_icon=$(find %{_datadir}/icons -name "${_icon%.*}.svg" | head -n1)
+_icon=$(find %{_datadir}/icons -name "${_icon%.*}.svg" | sort | head 
-n1)
 install -Dm0644 \
 "$_icon" ".%{_datadir}/icons/hicolor/scalable/apps/${_icon##*/}"
 else




commit audience for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-06-21 13:54:02

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


Package is "audience"

Wed Jun 21 13:54:02 2017 rev:5 rq:504499 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-05-02 
08:54:47.631160016 +0200
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-06-21 
13:54:05.769568892 +0200
@@ -1,0 +2,5 @@
+Fri Jun 16 21:21:07 UTC 2017 - avvi...@yandex.by
+
+- Fix mmkeys D-Bus (add audience-0.2.2-dbus.patch) 
+
+---

New:

  audience-0.2.2-dbus.patch



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.uSYgYN/_old  2017-06-21 13:54:07.301352819 +0200
+++ /var/tmp/diff_new_pack.uSYgYN/_new  2017-06-21 13:54:07.305352255 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Multimedia/Video/Players
 Url:https://launchpad.net/audience
 Source: 
https://launchpad.net/audience/0.4-loki/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM dbus.patch -- 
https://github.com/elementary/videos/issues/25
+Patch0: audience-0.2.2-dbus.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  elementary-icon-theme
@@ -54,6 +56,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} > 1320
+%patch0 -p1
+%endif
 
 %build
 %cmake \

++ audience-0.2.2-dbus.patch ++
diff -ruN audience-0.2.2.orig/src/Widgets/Player/PlayerPage.vala 
audience-0.2.2/src/Widgets/Player/PlayerPage.vala
--- audience-0.2.2.orig/src/Widgets/Player/PlayerPage.vala  2017-04-14 
03:25:51.0 +0300
+++ audience-0.2.2/src/Widgets/Player/PlayerPage.vala   2017-06-17 
00:13:51.479068219 +0300
@@ -122,7 +122,7 @@
 //media keys
 try {
 mediakeys = Bus.get_proxy_sync (BusType.SESSION,
-"org.gnome.SettingsDaemon", 
"/org/gnome/SettingsDaemon/MediaKeys");
+"org.gnome.SettingsDaemon.MediaKeys", 
"/org/gnome/SettingsDaemon/MediaKeys");
 mediakeys.MediaPlayerKeyPressed.connect ((bus, app, key) => {
 if (app != "audience")
return;



commit audience for openSUSE:Factory

2017-05-02 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-05-02 08:54:44

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


Package is "audience"

Tue May  2 08:54:44 2017 rev:4 rq:490809 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-04-11 
09:39:24.065919256 +0200
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-05-02 
08:54:47.631160016 +0200
@@ -1,0 +2,11 @@
+Fri Apr 14 14:11:44 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.2:
+  * Make use of x-appcenter-color-primary
+  * fixed preview popover not always pointing to correct location
+  * Launchpad automatic translations update.
+  * Fix build with vala 0.35.6
+  * Fix printf being used before translating the string
+- Drop audience-0.2.1.2-vala-0.36.patch
+
+---

Old:

  audience-0.2.1.2-vala-0.36.patch
  audience-0.2.1.2.tar.xz

New:

  audience-0.2.2.tar.xz



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.NipwvA/_old  2017-05-02 08:54:48.247073167 +0200
+++ /var/tmp/diff_new_pack.NipwvA/_new  2017-05-02 08:54:48.251072603 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   audience
-Version:0.2.1.2
+Version:0.2.2
 Release:0
 Summary:A minimalistic media player
 License:GPL-3.0
 Group:  Productivity/Multimedia/Video/Players
 Url:https://launchpad.net/audience
 Source: 
https://launchpad.net/audience/0.4-loki/%{version}/+download/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM vala-0.36.patch avvi...@yandex.by -- Fix build with vala 
>= 0.36
-Patch0: audience-0.2.1.2-vala-0.36.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  elementary-icon-theme
@@ -56,7 +54,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake \

++ audience-0.2.1.2.tar.xz -> audience-0.2.2.tar.xz ++
 4078 lines of diff (skipped)




commit audience for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-04-11 09:39:22

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


Package is "audience"

Tue Apr 11 09:39:22 2017 rev:3 rq:484321 version:0.2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-01-23 
11:41:03.502659684 +0100
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-04-11 
09:39:24.065919256 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 23:56:28 UTC 2017 - avvi...@yandex.by
+
+- Fix build with vala >= 0.36 (audience-0.2.1.2-vala-0.36.patch)
+
+---

New:

  audience-0.2.1.2-vala-0.36.patch



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.3GxhLf/_old  2017-04-11 09:39:24.689831121 +0200
+++ /var/tmp/diff_new_pack.3GxhLf/_new  2017-04-11 09:39:24.693830556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package audience
 #
-# Copyright (c) 2016 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
@@ -24,15 +24,19 @@
 Group:  Productivity/Multimedia/Video/Players
 Url:https://launchpad.net/audience
 Source: 
https://launchpad.net/audience/0.4-loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires:  cmake intltool
+# PATCH-FIX-UPSTREAM vala-0.36.patch avvi...@yandex.by -- Fix build with vala 
>= 0.36
+Patch0: audience-0.2.1.2-vala-0.36.patch
+BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
+BuildRequires:  elementary-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.28.0
-BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(clutter-gst-3.0)
+BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(granite)
 BuildRequires:  pkgconfig(gstreamer-1.0)
@@ -40,7 +44,6 @@
 BuildRequires:  pkgconfig(gstreamer-tag-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  elementary-icon-theme
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -53,6 +56,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \

++ audience-0.2.1.2-vala-0.36.patch ++
diff -ruN audience-0.2.1.2.orig/src/Widgets/Player/Playlist.vala 
audience-0.2.1.2/src/Widgets/Player/Playlist.vala
--- audience-0.2.1.2.orig/src/Widgets/Player/Playlist.vala  2017-01-20 
01:21:24.0 +0300
+++ audience-0.2.1.2/src/Widgets/Player/Playlist.vala   2017-04-01 
02:51:45.585954141 +0300
@@ -140,7 +140,11 @@
 playlist.get_value (iter, Columns.FILENAME, out filename);
 string name = filename.get_string ();
 if (name == file_name)
+#if VALA_0_36
+playlist.remove (ref iter);
+#else
 playlist.remove (iter);
+#endif
 return false;
 });
 }



commit audience for openSUSE:Factory

2017-01-23 Thread root
Hello community,

here is the log from the commit of package audience for openSUSE:Factory 
checked in at 2017-01-23 11:40:57

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


Package is "audience"

Changes:

--- /work/SRC/openSUSE:Factory/audience/audience.changes2017-01-22 
00:16:11.773068583 +0100
+++ /work/SRC/openSUSE:Factory/.audience.new/audience.changes   2017-01-23 
11:41:03.502659684 +0100
@@ -1,0 +2,10 @@
+Fri Jan 20 20:20:31 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.1.2:
+  * Launchpad automatic translations update.
+  * Use translated strings for the navigation label (lp#1653541)
+  * Updated translation template
+  * Fixed wrong printf arguments
+  * Re-order widget files
+
+---

Old:

  audience-0.2.1.1.tar.xz

New:

  audience-0.2.1.2.tar.xz



Other differences:
--
++ audience.spec ++
--- /var/tmp/diff_new_pack.5vJQlS/_old  2017-01-23 11:41:03.878606360 +0100
+++ /var/tmp/diff_new_pack.5vJQlS/_new  2017-01-23 11:41:03.886605226 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   audience
-Version:0.2.1.1
+Version:0.2.1.2
 Release:0
 Summary:A minimalistic media player
 License:GPL-3.0

++ audience-0.2.1.1.tar.xz -> audience-0.2.1.2.tar.xz ++
 27825 lines of diff (skipped)