Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2018-09-26 14:24:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsequencer (Old)
 and      /work/SRC/openSUSE:Factory/.gsequencer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsequencer"

Wed Sep 26 14:24:28 2018 rev:20 rq:638275 version:2.0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes    2018-09-24 
13:14:05.185620788 +0200
+++ /work/SRC/openSUSE:Factory/.gsequencer.new/gsequencer.changes       
2018-09-26 14:24:53.553781492 +0200
@@ -1,0 +2,7 @@
+Tue Sep 25 22:18:59 UTC 2018 - Joël Krähemann <jkraehem...@gmail.com>
+
+- new upstream v2.0.22 minor bug fixes. Fixed ramp automation
+  fixed missing entry of wave form editor dialogs in ags.rc. Added
+  missing includes in order to satisfy OpenSUSE Leap 15.0 build.
+
+-------------------------------------------------------------------

Old:
----
  gsequencer-2.0.19.tar.gz

New:
----
  gsequencer-2.0.22.tar.gz

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

Other differences:
------------------
++++++ gsequencer.spec ++++++
--- /var/tmp/diff_new_pack.GSUbvy/_old  2018-09-26 14:24:54.037780723 +0200
+++ /var/tmp/diff_new_pack.GSUbvy/_new  2018-09-26 14:24:54.041780717 +0200
@@ -18,7 +18,7 @@
 %define libagssonumber 2
 %define libgsequencersonumber 0
 Name:           gsequencer
-Version:        2.0.19
+Version:        2.0.22
 Release:        0
 Summary:        Audio processing engine
 License:        GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3

++++++ gsequencer-2.0.19.tar.gz -> gsequencer-2.0.22.tar.gz ++++++
++++ 1920 lines of diff (skipped)

++++++ gsequencer.0-fix-makefile-am.patch ++++++
--- /var/tmp/diff_new_pack.GSUbvy/_old  2018-09-26 14:24:54.629779783 +0200
+++ /var/tmp/diff_new_pack.GSUbvy/_new  2018-09-26 14:24:54.629779783 +0200
@@ -1,6 +1,6 @@
---- Makefile.am.orig   2017-12-22 01:14:17.461851761 +0100
-+++ Makefile.am        2017-12-22 01:55:31.766991762 +0100
-@@ -28,12 +28,12 @@
+--- Makefile.am.orig   2018-09-26 00:25:27.053043925 +0200
++++ Makefile.am        2018-09-26 00:31:42.637586973 +0200
+@@ -31,12 +31,12 @@
  # this lists the binaries to produce, the (non-PHONY, binary) targets in
  # the previous manual Makefile
  lib_LTLIBRARIES = libags.la libags_thread.la libags_server.la libags_audio.la 
libags_gui.la
@@ -16,7 +16,7 @@
  
  EXTRA_DIST = config.rpath \
        COPYING.server \
-@@ -92,7 +92,7 @@
+@@ -109,7 +109,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
-@@ -131,7 +131,7 @@
+@@ -148,7 +148,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,7 +34,7 @@
  
  # doc
  # docdir = $(datadir)/doc/gsequencer
-@@ -1895,8 +1895,8 @@
+@@ -1924,8 +1924,8 @@
  html:
        mkdir -p $(top_builddir)/html/
        mkdir -p $(top_builddir)/html/{developer-docs,user-docs}
@@ -45,7 +45,7 @@
        $(MAKE) -C $(top_srcdir)/docs/reference/libags
        cd $(top_srcdir)
        $(MAKE) -C $(top_srcdir)/docs/reference/libags-audio
-@@ -1927,18 +1927,18 @@
+@@ -1956,18 +1956,18 @@
        gzip -9 -c $(top_srcdir)/ChangeLog > $(DESTDIR)/$(docdir)/changelog.gz
  
  fix-local-html: html
@@ -74,9 +74,9 @@
 +      find $(top_srcdir)/docs/reference/libgsequencer/libgsequencer-html 
-name "*.html" -type f -exec sed -i 
's/\.\.\/libags-audio-html/\.\.\/libags_audio/g' {} \;
 +      find $(top_srcdir)/docs/reference/libgsequencer/libgsequencer-html 
-name "*.html" -type f -exec sed -i 
's/\.\.\/libags-gui-html/\.\.\/libags_gui/g' {} \;
  
- fix-online-html: html
-       find $(top_srcdir)/docs/reference/libags/libags-html -name "*.html" 
-type f -exec sed -i 
's/\.\.\/gobject/https\:\/\/developer\.gnome\.org\/gobject\/stable/g' {} \;
-@@ -1961,19 +1961,11 @@
+ 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' {} \;
+@@ -1994,19 +1994,11 @@
        install -c -p -m 644 $(devdocimages) 
$(DESTDIR)/$(datadir)/doc/libags-audio-doc/images/
        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/


Reply via email to