Hello community, here is the log from the commit of package gsequencer for openSUSE:Factory checked in at 2018-10-29 14:23:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsequencer (Old) and /work/SRC/openSUSE:Factory/.gsequencer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsequencer" Mon Oct 29 14:23:03 2018 rev:24 rq:645179 version:2.0.37 Changes: -------- --- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes 2018-10-15 09:45:27.267236356 +0200 +++ /work/SRC/openSUSE:Factory/.gsequencer.new/gsequencer.changes 2018-10-29 14:59:02.734029827 +0100 @@ -1,0 +2,11 @@ +Sat Oct 27 19:58:26 UTC 2018 - Joël Krähemann <[email protected]> + +- new upstream v2.0.37 implemented missing code of + AgsIpatchGigReader and AgsIpatchDLS2Reader as well + ags_char_buffer_util.c. Minor improvements and bug-fixes. +- Edited spec file to run functional tests which are optional, now. +- Added missing ags/config.h in installation include directory. +- Added gsequencer.1-fix-configure-ac.patch because configure + option was broken. + +------------------------------------------------------------------- Old: ---- gsequencer-2.0.35.tar.gz New: ---- gsequencer-2.0.37.tar.gz gsequencer.1-fix-configure-ac.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsequencer.spec ++++++ --- /var/tmp/diff_new_pack.wBzUIQ/_old 2018-10-29 14:59:03.342030519 +0100 +++ /var/tmp/diff_new_pack.wBzUIQ/_new 2018-10-29 14:59:03.346030524 +0100 @@ -18,7 +18,7 @@ %define libagssonumber 2 %define libgsequencersonumber 0 Name: gsequencer -Version: 2.0.35 +Version: 2.0.37 Release: 0 Summary: Audio processing engine License: GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3 @@ -27,6 +27,7 @@ Source0: https://download.savannah.gnu.org/releases/gsequencer/2.0.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 +Patch1: gsequencer.1-fix-configure-ac.patch BuildRequires: fluid-soundfont-gm BuildRequires: hydrogen BuildRequires: cunit-devel @@ -66,11 +67,12 @@ %prep %setup -q %patch0 +%patch1 %build autoreconf -fi export CPPFLAGS='-DAGS_RC_FILENAME=\"'%{_datadir}'/gsequencer/styles/ags.rc\" -DAGS_ANIMATION_FILENAME=\"'%{_datadir}'/gsequencer/images/ags_supermoon-800x450.png\" -DAGS_LOGO_FILENAME=\"'%{_datadir}'/gsequencer/images/ags.png\" -DAGS_LICENSE_FILENAME=\"'%{_datadir}'/licenses/gsequencer/COPYING\"' -%configure --disable-oss --enable-gtk-doc --enable-gtk-doc-html +%configure --enable-run-functional-tests --disable-oss --enable-gtk-doc --enable-gtk-doc-html %make_build all %make_build html ++++++ gsequencer-2.0.35.tar.gz -> gsequencer-2.0.37.tar.gz ++++++ ++++ 19357 lines of diff (skipped) ++++++ gsequencer.0-fix-makefile-am.patch ++++++ --- /var/tmp/diff_new_pack.wBzUIQ/_old 2018-10-29 14:59:04.078031348 +0100 +++ /var/tmp/diff_new_pack.wBzUIQ/_new 2018-10-29 14:59:04.078031348 +0100 @@ -1,6 +1,6 @@ ---- 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 @@ +--- Makefile.am.orig 2018-10-27 16:08:41.000000000 +0200 ++++ Makefile.am 2018-10-27 21:41:22.922367876 +0200 +@@ -35,12 +35,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 \ -@@ -109,7 +109,7 @@ +@@ -114,7 +114,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 -@@ -148,7 +148,7 @@ +@@ -153,7 +153,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 -@@ -1924,8 +1924,8 @@ +@@ -1959,8 +1959,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 -@@ -1956,18 +1956,18 @@ +@@ -1993,18 +1993,18 @@ gzip -9 -c $(top_srcdir)/ChangeLog > $(DESTDIR)/$(docdir)/changelog.gz fix-local-html: html @@ -76,7 +76,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' {} \; -@@ -1994,19 +1994,11 @@ +@@ -2031,19 +2031,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/ @@ -100,4 +100,4 @@ + install -c -p -m 644 $(top_srcdir)/docs/reference/libgsequencer/libgsequencer-html/* $(DESTDIR)/$(datadir)/gtk-doc/html/libgsequencer uninstall-hook: - rm -rf $(DESTDIR)/$(datadir)/gsequencer + rm -rf $(DESTDIR)/$(includedir)/ags/config.h ++++++ gsequencer.1-fix-configure-ac.patch ++++++ --- configure.ac.orig 2018-10-27 21:56:34.346074761 +0200 +++ configure.ac 2018-10-27 21:56:12.621801938 +0200 @@ -19,10 +19,10 @@ AM_GNU_GETTEXT_VERSION([0.19.7]) # options -AC_ARG_ENABLE(rt, [AS_HELP_STRING([--strip-rt-events], +AC_ARG_ENABLE(strip-rt-events, [AS_HELP_STRING([--enable-strip-rt-events], [strip rt events (default is yes)])], [], - [strip_rt_events=yes]) + [enable_strip_rt_events=yes]) AC_ARG_ENABLE(rt, [AS_HELP_STRING([--enable-rt], [enable rt (default is yes)])], @@ -69,10 +69,10 @@ [], [enable_quartz=no]) -AC_ARG_ENABLE(rt, [AS_HELP_STRING([--run-functional-tests], +AC_ARG_ENABLE(run-functional-tests, [AS_HELP_STRING([--enable-run-functional-tests], [run functional tests (default is no)])], [], - [run_functional_tests=no]) + [enable_run_functional_tests=no]) # Checks for programs. AC_PROG_CC @@ -114,7 +114,7 @@ # FIXME: Replace `main' with a function in `-lm': AC_CHECK_LIB([m], [main], , AC_MSG_ERROR("No math library present")) -AS_IF([test "x$strip_rt_events" != xno], +AS_IF([test "x$enable_strip_rt_events" != xno], [AC_DEFINE([AGS_STRIP_RT_EVENTS], [1], [striping rt-events enabled]) AC_MSG_NOTICE([striping rt-events enabled])], [AC_MSG_NOTICE([striping rt-events disabled]) @@ -281,10 +281,10 @@ AC_DEFINE([AGS_WITH_XMLRPC_C], [1], [Disable if you don't want xmlrpc-c])], AC_MSG_NOTICE([xmlrpc-c disabled])) -AS_IF([test "x$run_functional_tests" == xyes], +AS_IF([test "x$enable_run_functional_tests" == xyes], [AC_MSG_NOTICE([run functional tests enabled])], AC_MSG_NOTICE([run functional tests disabled])) -AM_CONDITIONAL([RUN_FUNCTIONAL_TESTS], [test "x$run_functional_tests" == xyes]) +AM_CONDITIONAL([RUN_FUNCTIONAL_TESTS], [test "x$enable_run_functional_tests" == xyes]) # Checks for library functions. AC_FUNC_MALLOC
