Hello community,

here is the log from the commit of package lilv for openSUSE:Factory checked in 
at 2012-08-31 09:40:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilv (Old)
 and      /work/SRC/openSUSE:Factory/.lilv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilv", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilv/lilv.changes        2012-08-26 
11:32:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lilv.new/lilv.changes   2012-08-31 
09:40:46.000000000 +0200
@@ -1,0 +2,21 @@
+Sun Aug 26 23:11:36 UTC 2012 - [email protected]
+
+- Update to 0.14.4
+  * Deprecate old flawed Lilv::Instance constructors
+  * Fix documentation for ui_type parameter of lilv_ui_is_supported()
+  * Fix crash when lv2info is run with an invalid URI argument
+  * Gracefully handle failure to save plugin state and print error message
+  * Reduce memory usage (per node)
+  * Simpler node implementation always backed by a SordNode
+  * Make all 'zix' symbols private to avoid symbol clashes in static builds
+  * Add lv2bench utility
+  * Fix various hyper-strict warnings
+  * Do not require a C++ compiler to build
+  * Add option to build utilities as static binaries
+  * Upgrade to waf 1.7.2
+  * lilvmm.hpp: Make Lilv::Instance handle features and failed instantiations
+  * lilvmm.hpp: Add Lilv::Instance::get_handle()
+  * lilvmm.hpp: Add Lilv::Instance::get_extension_data()
+- Add lilv-0.14.4-build_compare.patch to make build reproducible
+
+-------------------------------------------------------------------

Old:
----
  lilv-0.14.2.tar.bz2

New:
----
  lilv-0.14.4-build_compare.patch
  lilv-0.14.4.tar.bz2

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

Other differences:
------------------
++++++ lilv.spec ++++++
--- /var/tmp/diff_new_pack.I1nmbH/_old  2012-08-31 09:40:47.000000000 +0200
+++ /var/tmp/diff_new_pack.I1nmbH/_new  2012-08-31 09:40:47.000000000 +0200
@@ -19,13 +19,14 @@
 %define soname 0
 
 Name:           lilv
-Version:        0.14.2
+Version:        0.14.4
 Release:        0
 Summary:        A C library to make the use of LV2 plugins as simple as 
possible
 License:        ISC
 Group:          System/Libraries
 Url:            http://drobilla.net/software/lilv/
-Source0:        http://download.drobilla.net/lilv-0.14.2.tar.bz2
+Source0:        http://download.drobilla.net/lilv-%{version}.tar.bz2
+Patch0:         lilv-0.14.4-build_compare.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 export CFLAGS='%{optflags}'
@@ -91,6 +93,7 @@
 %files
 %defattr(0644,root,root,0755)
 %attr(0755,-,-) %{_bindir}/lilv-bench
+%attr(0755,-,-) %{_bindir}/lv2bench
 %attr(0755,-,-) %{_bindir}/lv2info
 %attr(0755,-,-) %{_bindir}/lv2ls
 %{_mandir}/man1/lv2info.1*

++++++ lilv-0.14.4-build_compare.patch ++++++
Index: doc/reference.doxygen.in
===================================================================
--- doc/reference.doxygen.in.orig
+++ doc/reference.doxygen.in
@@ -939,7 +939,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # page will contain the date and time when the page was generated. Setting
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
++++++ lilv-0.14.2.tar.bz2 -> lilv-0.14.4.tar.bz2 ++++++
++++ 3869 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to