commit gnome-mpv for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2019-01-24 14:12:30

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new.28833 (New)


Package is "gnome-mpv"

Thu Jan 24 14:12:30 2019 rev:9 rq:667633 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2018-09-10 
12:31:35.270675547 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new.28833/gnome-mpv.changes   
2019-01-24 14:12:31.951423574 +0100
@@ -1,0 +2,15 @@
+Mon Jan 21 15:56:05 UTC 2019 - Luigi Baldoni 
+
+- Update to version 0.16
+  * Split up the General tab in the preferences dialog
+  * Improve behavior when toggling playlist under tiling window
+managers
+  * Move app menu items to primary menu
+  * Use separate MPRIS DBus connection for each window
+  * Add support for MPRIS property LoopStatus
+  * Add option --mpv-options for setting arbitrary mpv options
+from the command-line
+  Note: from the next release onwards GNOME MPV will be renamed
+  Celluloid.
+
+---

Old:

  gnome-mpv-0.15.tar.xz

New:

  gnome-mpv-0.16.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.gdMSs2/_old  2019-01-24 14:12:32.507422933 +0100
+++ /var/tmp/diff_new_pack.gdMSs2/_new  2019-01-24 14:12:32.507422933 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-mpv
 #
-# 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
@@ -12,18 +12,18 @@
 # 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 _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.15
+Version:0.16
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Video/Players
-Url:https://github.com/gnome-mpv/gnome-mpv
+URL:https://github.com/gnome-mpv/gnome-mpv
 Source: 
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  gettext-runtime-mini >= 0.19.7
 BuildRequires:  hicolor-icon-theme

++ gnome-mpv-0.15.tar.xz -> gnome-mpv-0.16.tar.xz ++
 15475 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2018-09-10 Thread root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2018-09-10 12:31:34

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Mon Sep 10 12:31:34 2018 rev:8 rq:634462 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2018-02-18 
11:45:54.597963836 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2018-09-10 
12:31:35.270675547 +0200
@@ -1,0 +2,13 @@
+Sat Sep  8 11:21:19 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.15
+  * Set default screenshot directory to XDG_PICTURES_DIR
+  * Improve handling of --window-scale, --autofit,
+--autofit-larger, and --autofit-smaller
+  * Add command line option for setting WM_ROLE
+  * Add context menu item for removing playlist items
+  * Add context menu item for copying location of playlist items
+
+- Switch to meson build
+
+---

Old:

  gnome-mpv-0.14.tar.xz

New:

  gnome-mpv-0.15.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.SOi8t1/_old  2018-09-10 12:31:35.678674929 +0200
+++ /var/tmp/diff_new_pack.SOi8t1/_new  2018-09-10 12:31:35.678674929 +0200
@@ -18,16 +18,17 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.14
+Version:0.15
 Release:0
 Summary:Simple GTK+ frontend for MPV
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/gnome-mpv/gnome-mpv
 Source: 
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  gettext-runtime-mini >= 0.19.7
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.6
+BuildRequires:  meson >= 0.40.0
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(appstream-glib)
@@ -52,11 +53,11 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags} V=1
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name}
 %suse_update_desktop_file -G "Multimedia Player" 
%{buildroot}%{_datadir}/applications/io.github.%{_name}.desktop
 
@@ -73,7 +74,8 @@
 %endif
 
 %files
-%doc COPYING README.md
+%doc README.md
+%license COPYING
 %{_bindir}/%{name}
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 %{_datadir}/applications/*%{_name}.desktop

++ gnome-mpv-0.14.tar.xz -> gnome-mpv-0.15.tar.xz ++
 12123 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2018-02-18 Thread root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2018-02-18 11:45:53

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Sun Feb 18 11:45:53 2018 rev:7 rq:577646 version:0.14

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2017-10-17 
01:52:26.578645431 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2018-02-18 
11:45:54.597963836 +0100
@@ -1,0 +2,11 @@
+Sat Feb 17 20:37:17 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.14
+  * Add option to make skip buttons change playlist entries rather
+than chapters
+  * Make the file chooser accept non-local locations
+  * Add right-click menu entry for looping a single file
+  * Handle property change events for fullscreen and window-scale
+  * Add option to autohide mouse cursor in windowed mode
+
+---

Old:

  gnome-mpv-0.13.tar.xz

New:

  gnome-mpv-0.14.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.aDRyXv/_old  2018-02-18 11:45:55.393935261 +0100
+++ /var/tmp/diff_new_pack.aDRyXv/_new  2018-02-18 11:45:55.393935261 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-mpv
 #
-# 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,7 +18,7 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.13
+Version:0.14
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0+
@@ -35,10 +35,10 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18
-BuildRequires:  pkgconfig(mpv) >= 0.17
+BuildRequires:  pkgconfig(mpv) >= 0.27
 Recommends: %{name}-lang
 Recommends: youtube-dl
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 BuildRequires:  update-desktop-files
 %glib2_gsettings_schema_requires
 %endif
@@ -50,8 +50,6 @@
 
 %prep
 %setup -q
-# fix version number in appdata.xml
-sed -i '/release/s/version=".*"/version="%{version}"/' 
data/io.github.GnomeMpv.appdata.xml.in
 
 %build
 %configure
@@ -62,7 +60,7 @@
 %find_lang %{name}
 %suse_update_desktop_file -G "Multimedia Player" 
%{buildroot}%{_datadir}/applications/io.github.%{_name}.desktop
 
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -79,9 +77,10 @@
 %{_bindir}/%{name}
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 %{_datadir}/applications/*%{_name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}*
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/*%{_name}.appdata.xml
+%{_datadir}/icons/hicolor/scalable/apps/io.github.%{_name}.svg
+%{_datadir}/icons/hicolor/symbolic/apps/io.github.%{_name}-symbolic.svg
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/io.github.%{_name}.appdata.xml
 %{_datadir}/dbus-1/services/io.github.%{_name}.service
 %{_mandir}/man1/%{name}.1%{ext_man}
 

++ gnome-mpv-0.13.tar.xz -> gnome-mpv-0.14.tar.xz ++
 14116 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2017-10-16 Thread root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2017-10-17 01:52:23

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Tue Oct 17 01:52:23 2017 rev:6 rq:533993 version:0.13

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2017-07-21 
22:45:03.773430254 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2017-10-17 
01:52:26.578645431 +0200
@@ -1,0 +2,5 @@
+Sat Oct 14 16:31:17 UTC 2017 - aloi...@gmx.com
+
+- Update to version 0.13: no changelog available
+
+---

Old:

  gnome-mpv-0.12.tar.xz

New:

  gnome-mpv-0.13.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.49WFfm/_old  2017-10-17 01:52:27.382607771 +0200
+++ /var/tmp/diff_new_pack.49WFfm/_new  2017-10-17 01:52:27.386607585 +0200
@@ -18,7 +18,7 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.12
+Version:0.13
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0+
@@ -38,7 +38,10 @@
 BuildRequires:  pkgconfig(mpv) >= 0.17
 Recommends: %{name}-lang
 Recommends: youtube-dl
+%if 0%{?suse_version} <= 1320
+BuildRequires:  update-desktop-files
 %glib2_gsettings_schema_requires
+%endif
 
 %description
 GNOME MPV is a simple GTK+ frontend for MPV.
@@ -47,6 +50,8 @@
 
 %prep
 %setup -q
+# fix version number in appdata.xml
+sed -i '/release/s/version=".*"/version="%{version}"/' 
data/io.github.GnomeMpv.appdata.xml.in
 
 %build
 %configure
@@ -55,7 +60,9 @@
 %install
 %make_install
 %find_lang %{name}
+%suse_update_desktop_file -G "Multimedia Player" 
%{buildroot}%{_datadir}/applications/io.github.%{_name}.desktop
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -65,9 +72,9 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc COPYING README.md
 %{_bindir}/%{name}
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
@@ -75,8 +82,9 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/*%{_name}.appdata.xml
+%{_datadir}/dbus-1/services/io.github.%{_name}.service
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ gnome-mpv-0.12.tar.xz -> gnome-mpv-0.13.tar.xz ++
 28481 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2017-07-21 Thread root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2017-07-21 22:45:03

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Fri Jul 21 22:45:03 2017 rev:5 rq:503070 version:0.12

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2017-05-10 
20:53:58.397588528 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2017-07-21 
22:45:03.773430254 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 11:20:12 UTC 2017 - aloi...@gmx.com
+
+- Update to version 0.12: no changelog available
+
+---

Old:

  gnome-mpv-0.11.tar.xz

New:

  gnome-mpv-0.12.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.xuhSmT/_old  2017-07-21 22:45:04.417339423 +0200
+++ /var/tmp/diff_new_pack.xuhSmT/_new  2017-07-21 22:45:04.421338859 +0200
@@ -18,13 +18,14 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.11
+Version:0.12
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/gnome-mpv/gnome-mpv
 Source: 
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  gettext-runtime-mini >= 0.19.7
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.6
 BuildRequires:  pkgconfig

++ gnome-mpv-0.11.tar.xz -> gnome-mpv-0.12.tar.xz ++
 48505 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2017-05-10 20:53:57

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Wed May 10 20:53:57 2017 rev:4 rq:494244 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2016-08-03 
11:43:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2017-05-10 
20:53:58.397588528 +0200
@@ -1,0 +2,6 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.11:
+  * No changelog available.
+
+---

Old:

  gnome-mpv-0.10.tar.xz

New:

  gnome-mpv-0.11.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.42VsE6/_old  2017-05-10 20:53:59.089490891 +0200
+++ /var/tmp/diff_new_pack.42VsE6/_new  2017-05-10 20:53:59.093490327 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-mpv
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.10
+Version:0.11
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0+
@@ -27,7 +27,7 @@
 Source: 
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.6
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(appstream-glib)
 BuildRequires:  pkgconfig(epoxy)
@@ -49,7 +49,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ gnome-mpv-0.10.tar.xz -> gnome-mpv-0.11.tar.xz ++
 14583 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2016-08-03 11:43:45

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2016-05-30 
09:56:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2016-08-03 
11:43:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 29 10:31:00 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.10:
+  * No changelog available.
+
+---

Old:

  gnome-mpv-0.9.tar.xz

New:

  gnome-mpv-0.10.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.EN2bfl/_old  2016-08-03 11:44:00.0 +0200
+++ /var/tmp/diff_new_pack.EN2bfl/_new  2016-08-03 11:44:00.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.9
+Version:0.10
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0+

++ gnome-mpv-0.9.tar.xz -> gnome-mpv-0.10.tar.xz ++
 13098 lines of diff (skipped)




commit gnome-mpv for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package gnome-mpv for openSUSE:Factory 
checked in at 2016-05-30 09:56:40

Comparing /work/SRC/openSUSE:Factory/gnome-mpv (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-mpv.new (New)


Package is "gnome-mpv"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mpv/gnome-mpv.changes  2016-05-19 
12:14:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mpv.new/gnome-mpv.changes 2016-05-30 
09:56:50.0 +0200
@@ -1,0 +2,6 @@
+Tue May 24 16:25:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9:
+  * No changelog available.
+
+---

Old:

  gnome-mpv-0.8.tar.xz

New:

  gnome-mpv-0.9.tar.xz



Other differences:
--
++ gnome-mpv.spec ++
--- /var/tmp/diff_new_pack.Bkfsxu/_old  2016-05-30 09:56:51.0 +0200
+++ /var/tmp/diff_new_pack.Bkfsxu/_new  2016-05-30 09:56:51.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   GnomeMpv
 Name:   gnome-mpv
-Version:0.8
+Version:0.9
 Release:0
 Summary:Simple GTK+ frontend for MPV
 License:GPL-3.0+
@@ -26,14 +26,14 @@
 Url:https://github.com/gnome-mpv/gnome-mpv
 Source: 
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool
+BuildRequires:  intltool >= 0.40.6
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(appstream-glib)
 BuildRequires:  pkgconfig(epoxy)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.40
-BuildRequires:  pkgconfig(glib-2.0) >= 2.40
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gio-2.0) >= 2.44
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.18
 BuildRequires:  pkgconfig(mpv) >= 0.17
 Recommends: %{name}-lang
 Recommends: youtube-dl

++ gnome-mpv-0.8.tar.xz -> gnome-mpv-0.9.tar.xz ++
 42621 lines of diff (skipped)