Hello community,

here is the log from the commit of package sound-juicer for openSUSE:Factory 
checked in at 2020-11-19 16:45:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sound-juicer (Old)
 and      /work/SRC/openSUSE:Factory/.sound-juicer.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sound-juicer"

Thu Nov 19 16:45:38 2020 rev:70 rq:847264 version:3.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sound-juicer/sound-juicer.changes        
2020-01-27 20:16:23.516484221 +0100
+++ /work/SRC/openSUSE:Factory/.sound-juicer.new.5913/sound-juicer.changes      
2020-11-23 10:50:39.766612614 +0100
@@ -1,0 +2,20 @@
+Mon Sep 14 10:30:34 UTC 2020 - [email protected]
+
+- Update to version 3.38.0:
+  + Don't use proxy GSettings directly.
+  + Issue tracker URL is out-of-date in metainfo.
+  + Unescape proxy username.
+  + Add Flatpak manifest.
+  + support building with meson.
+  + Remove autotools.
+  + Migrate app menu to popover menu in main window.
+  + Fix musicbrainz lookups not working.
+  + Updated translations.
+- Switch to meson build system:
+  + Add meson BuildRequires.
+  + Replace configure/make/make_install macros with respective
+    meson/meson_build/meson_install.
+- Drop legacy glib2_gsettings_schema_, desktop_database_ and
+  icon_theme_cache_ post/postun macros.
+
+-------------------------------------------------------------------

Old:
----
  sound-juicer-3.24.0.tar.xz

New:
----
  sound-juicer-3.38.0.tar.xz

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

Other differences:
------------------
++++++ sound-juicer.spec ++++++
--- /var/tmp/diff_new_pack.joYNYr/_old  2020-11-23 10:50:40.238613086 +0100
+++ /var/tmp/diff_new_pack.joYNYr/_new  2020-11-23 10:50:40.242613090 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sound-juicer
 #
-# 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,20 +12,21 @@
 # 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:           sound-juicer
-Version:        3.24.0
+Version:        3.38.0
 Release:        0
 Summary:        Clean and Lean GNOME CD Ripper
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/CD/Grabbers
 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
-Source0:        
http://download.gnome.org/sources/sound-juicer/3.24/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/sound-juicer/3.38/%{name}-%{version}.tar.xz
 BuildRequires:  brasero-devel
 BuildRequires:  fdupes
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -55,31 +56,23 @@
 translation-update-upstream po %{name}
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+# we do not want to pollute /usr/doc as a namespace
+rm -rf %{buildroot}%{_prefix}/doc
 %suse_update_desktop_file org.gnome.SoundJuicer AudioVideo Player Audio
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %license COPYING
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS NEWS TODO README.md
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/*
-%{_datadir}/appdata/org.gnome.SoundJuicer.appdata.xml
+%{_datadir}/metainfo/org.gnome.SoundJuicer.metainfo.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.SoundJuicer.service
 %{_datadir}/GConf/gsettings/sound-juicer.convert

++++++ sound-juicer-3.24.0.tar.xz -> sound-juicer-3.38.0.tar.xz ++++++
++++ 88573 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to