Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2019-02-15 10:02:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsequencer (Old)
 and      /work/SRC/openSUSE:Factory/.gsequencer.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsequencer"

Fri Feb 15 10:02:07 2019 rev:33 rq:674869 version:2.1.55

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes    2019-01-24 
14:12:07.067452270 +0100
+++ /work/SRC/openSUSE:Factory/.gsequencer.new.28833/gsequencer.changes 
2019-02-15 10:02:14.319628909 +0100
@@ -1,0 +2,56 @@
+Wed Feb 13 15:41:35 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.55 LV2 improvements loading UI and presets.
+
+-------------------------------------------------------------------
+Wed Feb 13 12:05:12 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.54 improved MIDI instrument playback and fixed
+  faulty property AgsThread:max-precision.
+
+-------------------------------------------------------------------
+Mon Feb 11 17:32:58 UTC 2019 - Joël Krähemann <[email protected]>
+
+- dropped patch ags-function-test-util-self.patch because rejected
+  by upstream. The patch actually fixes old not anymore reachable
+  code. Further in GSequencer we use pointers to pthread_t.
+
+-------------------------------------------------------------------
+Mon Feb 11 01:24:20 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.52 minor bug-fixes, including fix to broken
+  XPath parsing LV2 UI iriref.
+
+-------------------------------------------------------------------
+Sun Feb 10 18:46:12 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.51 improved AgsNotation, AgsAutomation and
+  AgsWave to do bisect.
+- reworked all properties to do correct reference count on GList
+  containing objects.
+- fixed missing g_object_unref() after g_object_get().
+
+-------------------------------------------------------------------
+Mon Feb  4 21:46:42 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.45 fixed memory-leak of AgsOscResponse in
+  AgsOscMeterController.
+
+-------------------------------------------------------------------
+Sun Feb  3 23:17:06 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.43 fixed ref-count in unit-test
+  ags_xorg_application_context_test.c.
+
+-------------------------------------------------------------------
+Sun Feb  3 20:10:33 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.42 fixed potential SIGSEGV during set buffer
+  size or samplerate of AgsWave or AgsAudioSignal.
+
+-------------------------------------------------------------------
+Sat Feb  2 15:36:00 UTC 2019 - Joël Krähemann <[email protected]>
+
+- new upstream v2.1.41 minor fixes.
+
+-------------------------------------------------------------------

Old:
----
  ags-function-test-util-self.patch
  gsequencer-2.1.40.tar.gz

New:
----
  gsequencer-2.1.55.tar.gz

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

Other differences:
------------------
++++++ gsequencer.spec ++++++
--- /var/tmp/diff_new_pack.IH6rYe/_old  2019-02-15 10:02:15.503628527 +0100
+++ /var/tmp/diff_new_pack.IH6rYe/_new  2019-02-15 10:02:15.523628521 +0100
@@ -15,49 +15,46 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
 %define libagssonumber 2
 %define libgsequencersonumber 0
 # The condition is run functional tests; defaulted off and needs to be
 # activated with --with run_functional_tests command line switch.
 %bcond_with run_functional_tests
 Name:           gsequencer
-Version:        2.1.40
+Version:        2.1.55
 Release:        0
 Summary:        Audio processing engine
-License:        GPL-3.0-or-later AND AGPL-3.0-or-later AND GFDL-1.3-only
+License:        GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3
 Group:          Productivity/Multimedia/Sound/Midi
 Url:            https://nongnu.org/gsequencer
 Source0:        
https://download.savannah.gnu.org/releases/gsequencer/2.1.x/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gsequencer.0-fix-makefile-am.patch -- fix opensuse 
specific locations
 Patch0:         gsequencer.0-fix-makefile-am.patch
-# PATCH-FIX-UPSTREAM ags-function-test-util-self.patch -- fix type mismatch in 
testuite framework
-Patch1:         ags-function-test-util-self.patch
+BuildRequires:  fluid-soundfont-gm
+BuildRequires:  hydrogen
 BuildRequires:  cunit-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  dssi-devel
-BuildRequires:  fluid-soundfont-gm
 BuildRequires:  gettext-devel >= 0.19.8
 BuildRequires:  gtk-doc
-BuildRequires:  hydrogen
 BuildRequires:  ladspa-cmt
 BuildRequires:  ladspa-devel
 BuildRequires:  libtool
 BuildRequires:  lv2-devel
 BuildRequires:  lv2-swh-plugins
 BuildRequires:  pkgconfig
-BuildRequires:  pulseaudio
 BuildRequires:  xvfb-run
+BuildRequires:  pulseaudio
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libinstpatch-1.0)
-BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(samplerate)
 BuildRequires:  pkgconfig(sndfile)
+BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(uuid)
 
 %description
@@ -72,7 +69,6 @@
 %prep
 %setup -q
 %patch0
-%patch1 -p1
 
 %build
 autoreconf -fi

++++++ gsequencer-2.1.40.tar.gz -> gsequencer-2.1.55.tar.gz ++++++
++++ 38135 lines of diff (skipped)

++++++ gsequencer.0-fix-makefile-am.patch ++++++
--- /var/tmp/diff_new_pack.IH6rYe/_old  2019-02-15 10:02:16.519628200 +0100
+++ /var/tmp/diff_new_pack.IH6rYe/_new  2019-02-15 10:02:16.523628199 +0100
@@ -1,5 +1,5 @@
---- Makefile.am.orig   2019-01-04 00:20:25.000000000 +0100
-+++ Makefile.am        2019-01-05 19:24:59.658246559 +0100
+--- Makefile.am.orig   2019-02-13 15:58:28.682159520 +0100
++++ Makefile.am        2019-02-13 16:03:49.232858642 +0100
 @@ -35,12 +35,12 @@
  # this lists the binaries to produce, the (non-PHONY, binary) targets in
  # the previous manual Makefile
@@ -16,7 +16,7 @@
  
  EXTRA_DIST = config.rpath \
        COPYING.server \
-@@ -134,7 +134,7 @@
+@@ -137,7 +137,7 @@
  # pkg-config
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libags.pc libags_audio.pc libags_gui.pc
@@ -25,7 +25,7 @@
  
  EXTRA_DIST += libags.pc.in libags_audio.pc.in libags_gui.pc.in 
libgsequencer.pc.in
  # EXTRA_DIST += libgsequencer.pc.in
-@@ -176,7 +176,7 @@
+@@ -180,7 +180,7 @@
  # include
  otherincludedir = $(includedir)/ags
  nobase_include_HEADERS = $(libags_la_HEADERS_0) $(libags_thread_la_HEADERS_0) 
$(libags_server_la_HEADERS_0) $(libags_audio_la_HEADERS_0) 
$(libags_gui_la_HEADERS_0)
@@ -34,10 +34,10 @@
  
  # doc
  # docdir = $(datadir)/doc/gsequencer
-@@ -2065,9 +2065,9 @@
- html:
-       mkdir -p $(top_builddir)/html/
-       mkdir -p $(top_builddir)/html/{developer-docs,user-docs,osc-docs}
+@@ -2074,9 +2074,9 @@
+       mkdir -p $(top_builddir)/html/developer-docs
+       mkdir -p $(top_builddir)/html/user-docs
+       mkdir -p $(top_builddir)/html/osc-docs
 -      xsltproc --output $(top_builddir)/html/user-docs/ --xinclude 
/usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl 
$(top_srcdir)/docs/usersBook.xml
 -      xsltproc --output $(top_builddir)/html/developer-docs/ --xinclude 
/usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl 
$(top_srcdir)/docs/developersBook.xml
 -      xsltproc --output $(top_builddir)/html/osc-docs/ --xinclude 
/usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl 
$(top_srcdir)/docs/oscBook.xml
@@ -47,7 +47,7 @@
        $(MAKE) -C $(top_srcdir)/docs/reference/libags
        cd $(top_srcdir)
        $(MAKE) -C $(top_srcdir)/docs/reference/libags-audio
-@@ -2108,18 +2108,18 @@
+@@ -2123,18 +2123,18 @@
        gzip -9 -c $(top_srcdir)/ChangeLog > $(DESTDIR)/$(docdir)/changelog.gz
  
  fix-local-html: html
@@ -78,7 +78,7 @@
  
  fix-online-books-html: html
        find $(top_srcdir)/html/ -name "*.html" -type f -exec sed -i 
's/\/usr\/share\/icons\/Adwaita\/32x32\/actions/..\/images/g' {} \;
-@@ -2147,19 +2147,11 @@
+@@ -2165,19 +2165,14 @@
        install -c -p -m 644 $(top_builddir)/html/user-docs/* 
$(DESTDIR)/$(docdir)/html/
        install -c -p -m 644 $(top_builddir)/html/developer-docs/* 
$(DESTDIR)/$(datadir)/doc/libags-audio-doc/html/
        install -c -p -m 644 $(top_builddir)/html/osc-docs/* 
$(DESTDIR)/$(datadir)/doc/libags-audio-doc/osc-server/
@@ -95,7 +95,10 @@
 -      install -c -p -m 644 
$(top_srcdir)/docs/reference/libags-audio/libags-audio-html/* 
$(DESTDIR)/$(datadir)/doc/libags-audio-doc/api
 -      install -c -p -m 644 
$(top_srcdir)/docs/reference/libags-gui/libags-gui-html/* 
$(DESTDIR)/$(datadir)/doc/libags-gui-doc/api
 -      install -c -p -m 644 
$(top_srcdir)/docs/reference/libgsequencer/libgsequencer-html/* 
$(DESTDIR)/$(datadir)/doc/libgsequencer-doc/api
-+      mkdir -p 
$(DESTDIR)/$(datadir)/gtk-doc/html/{libags,libags_audio,libags_gui,libgsequencer}
++      mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html/libags
++      mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html/libags_audio
++      mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html/libags_gui
++      mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html/libgsequencer
 +      install -c -p -m 644 $(top_srcdir)/docs/reference/libags/libags-html/* 
$(DESTDIR)/$(datadir)/gtk-doc/html/libags/
 +      install -c -p -m 644 
$(top_srcdir)/docs/reference/libags-audio/libags-audio-html/* 
$(DESTDIR)/$(datadir)/gtk-doc/html/libags_audio
 +      install -c -p -m 644 
$(top_srcdir)/docs/reference/libags-gui/libags-gui-html/* 
$(DESTDIR)/$(datadir)/gtk-doc/html/libags_gui


Reply via email to