Hello community,

here is the log from the commit of package soundconverter for openSUSE:Factory 
checked in at 2018-05-23 16:08:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/soundconverter (Old)
 and      /work/SRC/openSUSE:Factory/.soundconverter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "soundconverter"

Wed May 23 16:08:51 2018 rev:3 rq:611171 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/soundconverter/soundconverter.changes    
2017-03-02 19:39:07.336466109 +0100
+++ /work/SRC/openSUSE:Factory/.soundconverter.new/soundconverter.changes       
2018-05-23 16:08:51.682510450 +0200
@@ -1,0 +2,19 @@
+Mon May 21 18:39:16 UTC 2018 - [email protected]
+
+- Update to version 3.0.0:
+  + Change GConf to GSettings to store settings.
+  + Stop using typefind when adding files, and filter only when
+    converting. This is much faster.
+  + Actually use --jobs command line to limit the number of jobs.
+  + Updated translations.
+- Run spec-cleaner, modernize spec.
+- Update source url to point to launchpad.
+- Drop autoconf and automake BuildRequires and no longer pass
+  autoreconf, using properly bootstrapped tarball again.
+- Drop conditionals for obsolete versions of openSUSE.
+- "Updgrade" gstreamer-plugins-base and gstreamer-plugins-good
+  Recommends to Requires. If one wants soundconverter to do
+  anything meaningfull, these two are needed.
+- Add gstreamer-plugins-bad-orig-addon Suggests (for aac support).
+
+-------------------------------------------------------------------

Old:
----
  soundconverter-2.9.0~beta2.tar.gz

New:
----
  soundconverter-3.0.0.tar.xz

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

Other differences:
------------------
++++++ soundconverter.spec ++++++
--- /var/tmp/diff_new_pack.Mu8bmD/_old  2018-05-23 16:08:52.322487012 +0200
+++ /var/tmp/diff_new_pack.Mu8bmD/_new  2018-05-23 16:08:52.322487012 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package soundconverter
 #
-# 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
@@ -15,40 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global __requires_exclude typelib\\(Unity\\)
 
-%define _rev    b101a833fbc55ec43811691338e1e67789d23b98
 Name:           soundconverter
-Version:        2.9.0~beta2
+Version:        3.0.0
 Release:        0
 Summary:        Sound Converter Application for the GNOME Desktop
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-Url:            http://soundconverter.org/
-Source:         
https://github.com/kassoulet/soundconverter/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+URL:            http://soundconverter.org/
+Source0:        
https://launchpad.net/soundconverter/trunk/%{version}/+download/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  python3-gobject
+BuildRequires:  python3-gobject-Gdk
 BuildRequires:  update-desktop-files
 BuildRequires:  typelib(Gst) = 1.0
 BuildRequires:  typelib(Gtk) = 3.0
+
 Requires:       gstreamer
+Requires:       gstreamer-plugins-base
+Requires:       gstreamer-plugins-good
 Requires:       python3-gobject
+Requires:       python3-gobject-Gdk
 Recommends:     %{name}-lang
 Recommends:     gstreamer-plugins-bad
-Recommends:     gstreamer-plugins-base
-Recommends:     gstreamer-plugins-good
 Recommends:     gstreamer-plugins-ugly
+Suggests:       gstreamer-plugins-bad-orig-addon
 Suggests:       gstreamer-plugins-ugly-orig-addon
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
-BuildRequires:  python3-gobject-Gdk
-Requires:       python3-gobject-Gdk
-%endif
 
 %description
 A sound converter application for the GNOME environment.
@@ -60,10 +60,9 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{_rev}
+%autosetup
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags} V=1
 
@@ -75,6 +74,7 @@
 %suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
 %fdupes %{buildroot}%{_prefix}/
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -82,10 +82,11 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING ChangeLog README TODO
+%license COPYING
+%doc ChangeLog README TODO
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
 %{_datadir}/%{name}/
@@ -94,8 +95,8 @@
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%{_datadir}/glib-2.0/schemas/org.soundconverter.gschema.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to