Hello community,

here is the log from the commit of package amsynth for openSUSE:Factory checked 
in at 2017-06-28 10:36:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amsynth (Old)
 and      /work/SRC/openSUSE:Factory/.amsynth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amsynth"

Wed Jun 28 10:36:31 2017 rev:3 rq:506382 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/amsynth/amsynth.changes  2017-04-20 
20:54:47.271402722 +0200
+++ /work/SRC/openSUSE:Factory/.amsynth.new/amsynth.changes     2017-06-28 
10:36:34.696899453 +0200
@@ -1,0 +2,18 @@
+Mon Jun 26 23:00:52 UTC 2017 - badshah...@gmail.com
+
+- Update to version 1.8.0:
+  + Controls can now be reset to their default value via a
+    double-click.
+  + Alternate tuning scales & keyboard maps can now be loaded in
+    plug-ins.
+  + Fixed an issue where bank switching via MIDI caused jack
+    zombification.
+  + Removed dependency on gtkmm (gtk is still required for the
+    UI).
+- Add amsynth-install-translated-appdata.patch to fix installation
+  of translated metainfo files; introduces BuildRequries on
+  automake, autconf and libtool. Patch sent upstream.
+- Package metainfo files for plugins.
+- Drop BuildRequries on gtkmm.
+
+-------------------------------------------------------------------

Old:
----
  amsynth-1.7.1.tar.bz2

New:
----
  amsynth-1.8.0.tar.bz2
  amsynth-install-translated-appdata.patch

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

Other differences:
------------------
++++++ amsynth.spec ++++++
--- /var/tmp/diff_new_pack.kYmu6h/_old  2017-06-28 10:36:35.572775540 +0200
+++ /var/tmp/diff_new_pack.kYmu6h/_new  2017-06-28 10:36:35.572775540 +0200
@@ -17,24 +17,28 @@
 
 
 Name:           amsynth
-Version:        1.7.1
+Version:        1.8.0
 Release:        0
 Summary:        Analog modelling (a.k.a virtual analog) software synthesizer
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Midi
 Url:            http://amsynth.github.io/
 Source:         
https://github.com/amsynth/amsynth/releases/download/release-%{version}/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM amsynth-install-translated-appdata.patch 
badshah...@gmail.com -- Fix installation of translated metainfo for plugins; 
patch sent upstream
+Patch0:         amsynth-install-translated-appdata.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pandoc
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(dssi)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(lash-1.0)
 BuildRequires:  pkgconfig(liblo)
@@ -152,13 +156,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fv
 %configure
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 %suse_update_desktop_file %{name} Audio Midi
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}/%{name}/skins/
@@ -179,20 +185,26 @@
 %{_datadir}/applications/amsynth.desktop
 %{_datadir}/icons/hicolor/*/apps/amsynth.*
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/*.xml
+%{_datadir}/appdata/amsynth.appdata.xml
 %{_mandir}/man1/amsynth.1%{ext_man}
 
 %files plugin-dssi
 %defattr(-,root,root)
 %{_libdir}/dssi/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/dssi-amsynth-plugin.metainfo.xml
 
 %files plugin-lv2
 %defattr(-,root,root)
 %{_libdir}/lv2/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/lv2-amsynth-plugin.metainfo.xml
 
 %files plugin-vst
 %defattr(-,root,root)
 %{_libdir}/vst/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/vst-amsynth-plugin.metainfo.xml
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++++++ amsynth-1.7.1.tar.bz2 -> amsynth-1.8.0.tar.bz2 ++++++
++++ 458191 lines of diff (skipped)

++++++ amsynth-install-translated-appdata.patch ++++++
Index: amsynth-1.8.0/Makefile.am
===================================================================
--- amsynth-1.8.0.orig/Makefile.am
+++ amsynth-1.8.0/Makefile.am
@@ -296,7 +296,7 @@ appdata_in_files = data/amsynth.appdata.
 appdata_in_files += data/dssi-amsynth-plugin.metainfo.xml.in
 appdata_in_files += data/lv2-amsynth-plugin.metainfo.xml.in
 appdata_in_files += data/vst-amsynth-plugin.metainfo.xml.in
-appdata_DATA = $(appdata_in_files:.appdata.xml.in=.appdata.xml)
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST += $(appdata_in_files)

Reply via email to