Hello community,

here is the log from the commit of package vocal for openSUSE:Leap:15.2 checked 
in at 2020-02-21 13:54:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/vocal (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.vocal.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vocal"

Fri Feb 21 13:54:06 2020 rev:17 rq:777914 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/vocal/vocal.changes    2020-01-15 
16:28:22.328751715 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.vocal.new.26092/vocal.changes 2020-02-21 
13:54:09.954067767 +0100
@@ -1,0 +2,49 @@
+Thu Feb 20 10:26:59 UTC 2020 - Max Lin <[email protected]>
+
+- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
+  for "BuildRequires: rsvg-convert"
+
+-------------------------------------------------------------------
+Wed Oct 23 17:28:57 CEST 2019 - [email protected]
+
+- fix build-requires for factory/tumbleweed
+  rsvg-convert tool is now in rsvg-convert package 
+
+-------------------------------------------------------------------
+Tue Jun 25 09:29:52 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.4.2:
+  + This point release changes all the application IDs to
+    com.needleandthread.vocal to fix some issues with dbus and
+    flatpaks
+- Adapt to exec, .desktop file, and icon name changes.
+- Drop post* scriptlets as they catered to ancient openSUSE
+  releases <= 13.2.
+
+-------------------------------------------------------------------
+Thu May 16 22:46:06 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.4.1:
+  + Fix issue with the progress-bar where only its left half could
+    be used for seeking.
+- Run spec-cleaner for minor cleanups including using %%license to
+  package the COPYING flie.
+
+-------------------------------------------------------------------
+Tue Apr 23 08:26:46 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.4.0:
+  + Switch between 'light' and 'dark' modes using the option in
+    the gear menu
+  + Built-in Internet Archive episode uploads (for Creative
+    Commons licensed feeds)
+  + Better search results
+  + Scrolling while hovering over the seekbar now seeks through
+    the current episode
+  + Support for Atom podcast feeds
+  + Dramatically improved episode browsing (can now list both
+    reverse-chronological or chronological - your choice)
+  + New and updated translations throughout many languages
+  + Lots of stability and performance enhancements under the hood 
+
+-------------------------------------------------------------------

Old:
----
  2.3.0.tar.gz

New:
----
  2.4.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vocal.spec ++++++
--- /var/tmp/diff_new_pack.HZpXPd/_old  2020-02-21 13:54:10.426068722 +0100
+++ /var/tmp/diff_new_pack.HZpXPd/_new  2020-02-21 13:54:10.426068722 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vocal
 #
-# Copyright (c) 2018 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
@@ -12,17 +12,17 @@
 # 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/
 #
 
 
 Name:           vocal
-Version:        2.3.0
+Version:        2.4.2
 Release:        0
 Summary:        A podcast client for the desktop
 License:        GPL-3.0-only
 Group:          Productivity/Multimedia/Other
-Url:            https://launchpad.net/vocal
+URL:            https://launchpad.net/vocal
 Source:         
https://github.com/needle-and-thread/vocal/archive/%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -30,7 +30,11 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
+%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200
+BuildRequires:  rsvg-convert
+%else
 BuildRequires:  rsvg-view
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
 BuildRequires:  pkgconfig(clutter-gst-3.0)
@@ -48,7 +52,6 @@
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -73,38 +76,25 @@
 # CONVERT SVG ICONS INSTALLED INTO NON-SCALABLE DIR TO PNG ONES
 for i in 16 22 24 32 48 64 128
 do
-  rsvg-convert  -o 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/com.github.needle-and-thread.vocal.png
 \
-    
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/com.github.needle-and-thread.vocal.svg
-  rm 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/com.github.needle-and-thread.vocal.svg
+  rsvg-convert  -o 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/com.github.needleandthread.vocal.png
 \
+    
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/com.github.needleandthread.vocal.svg
+  rm 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/com.github.needleandthread.vocal.svg
 done
 
-%suse_update_desktop_file com.github.needle-and-thread.vocal Player
+%suse_update_desktop_file com.github.needleandthread.vocal Player
 %fdupes %{buildroot}%{_datadir}/locale/
 
-%if 0%{?suse_version} <= 1320
-%post
-%glib2_gsettings_schema_post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%glib2_gsettings_schema_postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%endif
-
 %files
-%defattr(-,root,root)
-%doc %attr(0644,root,root) AUTHORS COPYING README.md
-%{_bindir}/com.github.needle-and-thread.vocal
+%license COPYING
+%doc %attr(0644,root,root) AUTHORS README.md
+%{_bindir}/com.github.needleandthread.vocal
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/*.appdata.xml
-%{_datadir}/applications/com.github.needle-and-thread.vocal.desktop
+%{_datadir}/applications/com.github.needleandthread.vocal.desktop
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/%{name}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ 2.3.0.tar.gz -> 2.4.2.tar.gz ++++++
++++ 58573 lines of diff (skipped)


Reply via email to