Hello community,

here is the log from the commit of package soundconverter for openSUSE:Factory 
checked in at 2017-03-02 19:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/soundconverter (Old)
 and      /work/SRC/openSUSE:Factory/.soundconverter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "soundconverter"

Thu Mar  2 19:39:06 2017 rev:2 rq:461013 version:2.9.0~beta2

Changes:
--------
--- /work/SRC/openSUSE:Factory/soundconverter/soundconverter.changes    
2016-11-09 11:38:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.soundconverter.new/soundconverter.changes       
2017-03-02 19:39:07.336466109 +0100
@@ -1,0 +2,19 @@
+Sun Feb 26 03:00:27 UTC 2017 - [email protected]
+
+- Add global __requires_exclude typelib\\(Unity\\), make app
+  installable.
+
+-------------------------------------------------------------------
+Wed Feb  8 00:33:22 UTC 2017 - [email protected]
+
+- Description update
+
+-------------------------------------------------------------------
+Thu Jan 19 00:16:12 UTC 2017 - [email protected]
+
+- Update to version 2.9.0~beta2:
+  * No changelog available.
+- Separate locales to soundconverter-lang.
+- Own /usr/share/appdata/ unconditionally.
+
+-------------------------------------------------------------------

Old:
----
  soundconverter-2.1.6.tar.xz

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

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

Other differences:
------------------
++++++ soundconverter.spec ++++++
--- /var/tmp/diff_new_pack.lpAEPo/_old  2017-03-02 19:39:08.032367635 +0100
+++ /var/tmp/diff_new_pack.lpAEPo/_new  2017-03-02 19:39:08.036367069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package soundconverter
 #
-# 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
@@ -15,58 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%global __requires_exclude typelib\\(Unity\\)
+
+%define _rev    b101a833fbc55ec43811691338e1e67789d23b98
 Name:           soundconverter
-Version:        2.1.6
-Release:        1
+Version:        2.9.0~beta2
+Release:        0
+Summary:        Sound Converter Application for the GNOME Desktop
 License:        GPL-3.0+
-Summary:        Simple Sound Converter Application for the GNOME Desktop
-Url:            http://soundconverter.org/
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-Source:         
https://launchpad.net/soundconverter/trunk/%{version}/+download/soundconverter-%{version}.tar.xz
+Url:            http://soundconverter.org/
+Source:         
https://github.com/kassoulet/soundconverter/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  fdupes
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  mDNSResponder-lib
-BuildRequires:  perl-XML-Parser
-BuildRequires:  python
-BuildRequires:  python-gnome
-BuildRequires:  python-gtk-devel >= 2.24
+BuildRequires:  python3
+BuildRequires:  python3-gobject
 BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  fdupes
-Requires:       gstreamer-0_10
-Recommends:     gstreamer-0_10-plugins-bad
-Recommends:     gstreamer-0_10-plugins-base
-Recommends:     gstreamer-0_10-plugins-good
-Recommends:     gstreamer-0_10-plugins-ugly
-Suggests:       gstreamer-0_10-plugins-ugly-orig-addon
-Requires:       python-gnome
-Requires:       python-gstreamer-0_10
-Requires:       python-gtk >= 2.24
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%py_requires
+BuildRequires:  typelib(Gst) = 1.0
+BuildRequires:  typelib(Gtk) = 3.0
+Requires:       gstreamer
+Requires:       python3-gobject
+Recommends:     %{name}-lang
+Recommends:     gstreamer-plugins-bad
+Recommends:     gstreamer-plugins-base
+Recommends:     gstreamer-plugins-good
+Recommends:     gstreamer-plugins-ugly
+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 simple sound converter application for the GNOME environment.
+A sound converter application for the GNOME environment.
 
-It reads anything the GStreamer library can read, and writes WAV,
-FLAC, MP3, and Ogg Vorbis files.
+It reads anything the GStreamer library can read, and offers writing
+to WAV, FLAC, MP3, AAC, and Ogg Vorbis, also with the help of
+GStreamer.
+
+%lang_package
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_rev}
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
+chmod a+x %{buildroot}%{_libdir}/%{name}/python/%{name}/*py
 
 %find_lang %{name}
-
 %suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
-
-%fdupes %{buildroot}%{_prefix}
-
-chmod +x %{buildroot}%{_libdir}/soundconverter/python/soundconverter/*py
+%fdupes %{buildroot}%{_prefix}/
 
 %post
 %desktop_database_post
@@ -76,18 +83,19 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc COPYING ChangeLog README TODO
 %{_bindir}/%{name}
-%{_libdir}/%{name}
+%{_libdir}/%{name}/
 %{_datadir}/%{name}/
-%{_mandir}/man1/%{name}*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%if 0%{?suse_version} < 1320
 %dir %{_datadir}/appdata/
-%endif
 %{_datadir}/appdata/%{name}.appdata.xml
+%{_mandir}/man1/%{name}.1%{?ext_man}
+
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog


Reply via email to