Hello community, here is the log from the commit of package gsequencer for openSUSE:Factory checked in at 2019-01-08 12:29:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsequencer (Old) and /work/SRC/openSUSE:Factory/.gsequencer.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsequencer" Tue Jan 8 12:29:00 2019 rev:30 rq:663290 version:2.1.32 Changes: -------- --- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes 2018-12-31 09:47:45.866148865 +0100 +++ /work/SRC/openSUSE:Factory/.gsequencer.new.28833/gsequencer.changes 2019-01-08 12:31:18.940086675 +0100 @@ -1,0 +2,22 @@ +Sun Jan 6 16:56:35 UTC 2019 - Joël Krähemann <[email protected]> + +- edited spec to add new files of hicolor icon theme, *.appdata.xml + and mime type information. + +------------------------------------------------------------------- +Sun Jan 6 14:25:02 UTC 2019 - Joël Krähemann <[email protected]> + +- new upstream v2.1.32 improved open files and provided + gsequencer.appdata.xml. + +------------------------------------------------------------------- +Sat Jan 5 18:08:27 UTC 2019 - Joël Krähemann <[email protected]> + +- new upstream v2.1.31 added MIME handler. Additional icons for + hicolor icone theme. +- Minimal OSC server documentation. +- Implemented set start position. +- Improved AgsResizeEditor to use min/max audio channels and + input/output pads property of AgsAudio. + +------------------------------------------------------------------- Old: ---- gsequencer-2.1.21.tar.gz New: ---- gsequencer-2.1.32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsequencer.spec ++++++ --- /var/tmp/diff_new_pack.lTSkoO/_old 2019-01-08 12:31:19.456086114 +0100 +++ /var/tmp/diff_new_pack.lTSkoO/_new 2019-01-08 12:31:19.456086114 +0100 @@ -18,7 +18,7 @@ %define libagssonumber 2 %define libgsequencersonumber 0 Name: gsequencer -Version: 2.1.21 +Version: 2.1.32 Release: 0 Summary: Audio processing engine License: GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3 @@ -96,6 +96,9 @@ %{_datadir}/xml/gsequencer/ %{_docdir}/gsequencer/ %{_datadir}/applications/gsequencer.desktop +%{_datadir}/icons/hicolor/*/apps/gsequencer.png +%{_datadir}/metainfo/ +%{_datadir}/mime/packages/ %package -n libags%{libagssonumber} Summary: GSequencer core libraries ++++++ gsequencer-2.1.21.tar.gz -> gsequencer-2.1.32.tar.gz ++++++ ++++ 8054 lines of diff (skipped) ++++++ gsequencer.0-fix-makefile-am.patch ++++++ --- /var/tmp/diff_new_pack.lTSkoO/_old 2019-01-08 12:31:20.216085288 +0100 +++ /var/tmp/diff_new_pack.lTSkoO/_new 2019-01-08 12:31:20.216085288 +0100 @@ -1,5 +1,5 @@ ---- Makefile.am.orig 2018-11-30 22:06:05.000000000 +0100 -+++ Makefile.am 2018-12-01 20:07:46.844538441 +0100 +--- Makefile.am.orig 2019-01-04 00:20:25.000000000 +0100 ++++ Makefile.am 2019-01-05 19:24:59.658246559 +0100 @@ -35,12 +35,12 @@ # this lists the binaries to produce, the (non-PHONY, binary) targets in # the previous manual Makefile @@ -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 -@@ -173,7 +173,7 @@ +@@ -176,7 +176,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,18 +34,20 @@ # doc # docdir = $(datadir)/doc/gsequencer -@@ -2045,8 +2045,8 @@ +@@ -2065,9 +2065,9 @@ html: mkdir -p $(top_builddir)/html/ - mkdir -p $(top_builddir)/html/{developer-docs,user-docs} + mkdir -p $(top_builddir)/html/{developer-docs,user-docs,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 + xsltproc --output $(top_builddir)/html/user-docs/ --xinclude /usr/share/xml/docbook/stylesheet/nwalsh/current/htmlhelp/htmlhelp.xsl $(top_srcdir)/docs/usersBook.xml + xsltproc --output $(top_builddir)/html/developer-docs/ --xinclude /usr/share/xml/docbook/stylesheet/nwalsh/current/htmlhelp/htmlhelp.xsl $(top_srcdir)/docs/developersBook.xml ++ xsltproc --output $(top_builddir)/html/osc-docs/ --xinclude /usr/share/xml/docbook/stylesheet/nwalsh/current/htmlhelp/htmlhelp.xsl $(top_srcdir)/docs/oscBook.xml $(MAKE) -C $(top_srcdir)/docs/reference/libags cd $(top_srcdir) $(MAKE) -C $(top_srcdir)/docs/reference/libags-audio -@@ -2080,18 +2080,18 @@ +@@ -2108,18 +2108,18 @@ gzip -9 -c $(top_srcdir)/ChangeLog > $(DESTDIR)/$(docdir)/changelog.gz fix-local-html: html @@ -76,10 +78,10 @@ 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' {} \; -@@ -2118,19 +2118,11 @@ - install -c -p -m 644 $(devdocimages) $(DESTDIR)/$(datadir)/doc/libags-audio-doc/images/ +@@ -2147,19 +2147,11 @@ 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/ - mkdir -p $(DESTDIR)/$(datadir)/gtk-doc/html - mkdir -p $(DESTDIR)/$(datadir)/doc/libags-doc/api - mkdir -p $(DESTDIR)/$(datadir)/doc/libags-audio-doc/api
