Hello community,

here is the log from the commit of package hydrogen for openSUSE:Factory 
checked in at 2013-11-24 12:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hydrogen (Old)
 and      /work/SRC/openSUSE:Factory/.hydrogen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hydrogen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hydrogen/hydrogen.changes        2013-06-05 
13:28:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hydrogen.new/hydrogen.changes   2013-11-24 
12:03:09.000000000 +0100
@@ -1,0 +2,16 @@
+Sat Nov 23 12:57:20 UTC 2013 - [email protected]
+
+- Update to version 0.9.6-beta3, adapt patches
+- Upstream changes:
+  * Release 0.9.6
+  * new build system (cmake)
+  * add undo for song/pattern editor
+  * jack-session support
+  * jack-midi support
+  * several bug fixes
+  * tabbed interface
+  * several small changes to the GUI
+  * improve ExportSong add use of TimeLineBPM,
+    RubberbandBatch processor and different types of resample interpolation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hydrogen-0.9.6-lib64.patch ++++++
--- /var/tmp/diff_new_pack.xoqhOo/_old  2013-11-24 12:03:10.000000000 +0100
+++ /var/tmp/diff_new_pack.xoqhOo/_new  2013-11-24 12:03:10.000000000 +0100
@@ -28,8 +28,8 @@
 +SET_TARGET_PROPERTIES(hydrogen-core PROPERTIES SOVERSION 
${H2CORE_LIBRARY_SONAME})
  
 -INSTALL(TARGETS hydrogen-core-${VERSION}
--    LIBRARY DESTINATION lib
--    ARCHIVE DESTINATION lib
+-    LIBRARY DESTINATION "lib${LIB_SUFFIX}"
+-    ARCHIVE DESTINATION "lib${LIB_SUFFIX}"
 +# SOVERSION ${coreversion} LINK_FLAGS 
'-Wl,-soname=libhydrogen-core.so.${soversion}"
 +
 +if(H2CORE_LIBRARY_TYPE STREQUAL SHARED)
@@ -45,7 +45,7 @@
 -)
  
  IF(NOT APPPLE AND NOT WIN32)
-     INSTALL(DIRECTORY include DESTINATION "${CMAKE_INSTALL_PREFIX}" 
FILES_MATCHING PATTERN "*.h" )
+     INSTALL(DIRECTORY include DESTINATION "${CMAKE_INSTALL_PREFIX}" 
FILES_MATCHING PATTERN "*.h" PATTERN ".svn" EXCLUDE)
 Index: src/gui/CMakeLists.txt
 ===================================================================
 --- src/gui/CMakeLists.txt.orig        2011-01-06 11:31:10.000000000 +0200
@@ -134,8 +134,8 @@
 ===================================================================
 --- CMakeLists.txt.orig        2011-09-13 03:35:18.000000000 +0200
 +++ CMakeLists.txt     2011-10-09 19:33:45.071516565 +0200
-@@ -65,6 +65,7 @@ ELSE()
- ENDIF()
+@@ -83,6 +83,7 @@ ELSE()
+ 
  IF(WANT_SHARED)
      SET(H2CORE_LIBRARY_TYPE SHARED)
 +    SET(H2CORE_LIBRARY_SONAME ${coreversion}.${soage}.${sorevision})

++++++ hydrogen-0.9.6.tar.bz2 ++++++
++++ 66756 lines of diff (skipped)

++++++ hydrogen-gcc47.patch ++++++
--- /var/tmp/diff_new_pack.xoqhOo/_old  2013-11-24 12:03:12.000000000 +0100
+++ /var/tmp/diff_new_pack.xoqhOo/_new  2013-11-24 12:03:12.000000000 +0100
@@ -10,16 +10,6 @@
  #include <algorithm>
  #include <memory>
  
-Index: src/tests/xml.cpp
-===================================================================
---- src/tests/xml.cpp.orig     2011-07-22 09:34:28.000000000 +0200
-+++ src/tests/xml.cpp  2012-03-17 21:25:11.436012069 +0100
-@@ -1,4 +1,4 @@
--
-+#include <unistd.h>
- #include <hydrogen/helpers/filesystem.h>
- 
- #include <hydrogen/basics/drumkit.h>
 Index: src/gui/src/MainForm.cpp
 ===================================================================
 --- src/gui/src/MainForm.cpp.orig      2011-07-04 23:27:45.000000000 +0200

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

Reply via email to