Hello community,
here is the log from the commit of package gnome-sound-recorder for
openSUSE:Factory checked in at 2018-03-14 19:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-sound-recorder (Old)
and /work/SRC/openSUSE:Factory/.gnome-sound-recorder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-sound-recorder"
Wed Mar 14 19:36:33 2018 rev:18 rq:584697 version:3.27.90
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-sound-recorder/gnome-sound-recorder.changes
2017-03-28 15:22:52.532014349 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-sound-recorder.new/gnome-sound-recorder.changes
2018-03-14 19:36:34.734442524 +0100
@@ -1,0 +2,26 @@
+Wed Feb 28 16:29:43 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Mon Feb 12 11:46:31 UTC 2018 - [email protected]
+
+- Update to version 3.27.90:
+ + bgo790682: Fix scoping error caused by deprecated "let"
+ keyword.
+ + build: Install appstream metadata to non-deprecated location.
+
+-------------------------------------------------------------------
+Mon Jan 15 09:12:08 UTC 2018 - [email protected]
+
+- Update to version 3.24.0.1+20171218.4d8a9a8:
+ + gschema: Fix gettext-domain
+ + Updated translations.
+- Stop post(un) handling of glib2_gsettings_schema_post(un) and
+ desktop_database_post(un), and drop
+ glib2_gsettings_schema_requires macro file-triggers takes care of
+ this for us now.
+- Minor spec cleanup, use autosetup and make_build macros, pass
+ disable-static to configure.
+
+-------------------------------------------------------------------
Old:
----
gnome-sound-recorder-3.24.0.1.tar.xz
New:
----
gnome-sound-recorder-3.27.90.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-sound-recorder.spec ++++++
--- /var/tmp/diff_new_pack.9FcXei/_old 2018-03-14 19:36:35.434417662 +0100
+++ /var/tmp/diff_new_pack.9FcXei/_new 2018-03-14 19:36:35.446417236 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-sound-recorder
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -18,19 +18,20 @@
Name: gnome-sound-recorder
-Version: 3.24.0.1
+Version: 3.27.90
Release: 0
Summary: Sound Recorder
-License: BSD-3-Clause and LGPL-2.0+
+License: BSD-3-Clause AND LGPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
-Url: https://wiki.gnome.org/Design/Apps/SoundRecorder
-Source0:
http://download.gnome.org/sources/gnome-sound-recorder/3.24/%{name}-%{version}.tar.xz
+URL: https://wiki.gnome.org/Design/Apps/SoundRecorder
+Source:
http://download.gnome.org/sources/gnome-sound-recorder/3.27/%{name}-%{version}.tar.xz
Source99: gnome-sound-recorder-rpmlintrc
BuildRequires: gjs
BuildRequires: gstreamer-plugins-bad
BuildRequires: gstreamer-plugins-base
BuildRequires: gstreamer-plugins-good
BuildRequires: intltool >= 0.26
+BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gdk-3.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
@@ -45,44 +46,36 @@
Requires: gstreamer-plugins-good
Recommends: %{name}-lang
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
%description
A simple, modern sound recorder.
%lang_package
+
%prep
-%setup -q
+%autosetup
%build
-%configure
-make %{?_smp_mflags}
+%configure \
+ --disable-static \
+ %{nil}
+%make_build
%install
%make_install
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file -G "Sound Recorder" -r org.gnome.SoundRecorder GNOME
AudioVideo Recorder
%find_lang %{name}
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-
%files
-%defattr(-,root,root)
-%doc README NEWS COPYING AUTHORS
+%license COPYING
+%doc README NEWS AUTHORS
%{_bindir}/%{name}
%{_datadir}/%{name}/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.SoundRecorder.appdata.xml
%{_datadir}/applications/org.gnome.SoundRecorder.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-sound-recorder.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}*
+%{_datadir}/metainfo/org.gnome.SoundRecorder.appdata.xml
%files lang -f %{name}.lang
++++++ gnome-sound-recorder-3.24.0.1.tar.xz ->
gnome-sound-recorder-3.27.90.tar.xz ++++++
++++ 6503 lines of diff (skipped)