Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package csound for openSUSE:Factory checked 
in at 2021-06-29 22:43:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/csound (Old)
 and      /work/SRC/openSUSE:Factory/.csound.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "csound"

Tue Jun 29 22:43:32 2021 rev:33 rq:903054 version:6.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/csound/csound.changes    2021-06-13 
23:06:24.751697801 +0200
+++ /work/SRC/openSUSE:Factory/.csound.new.2625/csound.changes  2021-06-29 
22:44:12.618948916 +0200
@@ -1,0 +2,7 @@
+Tue Jun 29 01:50:28 UTC 2021 - Konstantin Voinov <[email protected]>
+
+- Update to version 6.16.0
+- add python3-csound package
+- update csound-rename-sndinfo.patch
+
+-------------------------------------------------------------------

Old:
----
  csound-6.15.0.tar.gz

New:
----
  csound-6.16.0.tar.gz

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

Other differences:
------------------
++++++ csound.spec ++++++
--- /var/tmp/diff_new_pack.5sk1TV/_old  2021-06-29 22:44:13.206949692 +0200
+++ /var/tmp/diff_new_pack.5sk1TV/_new  2021-06-29 22:44:13.210949697 +0200
@@ -30,7 +30,7 @@
 %define min 0
 
 Name:           csound
-Version:        6.15.0
+Version:        6.16.0
 Release:        0
 Summary:        Computer Sound Synthesis and Composition Program
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -120,6 +120,13 @@
 %description plugins
 Plugins for csound
 
+%package -n python3-csound
+Summary:        Csound opcodes for python
+Group:          Productivity/Multimedia/Other
+
+%description -n python3-csound
+Csound opcodes for python
+
 %package samples
 Summary:        Data files for csound
 License:        MIT
@@ -215,6 +222,13 @@
 %files samples
 %{_datadir}/samples/
 
+%files -n python3-csound
+%if 0%{?suse_version} > 1500
+%{python_sitearch}/ctcsound.py
+%else
+%{_libdir}/python3.6/site-packages/ctcsound.py
+%endif
+
 %files devel
 %{_includedir}/csound/
 %{_libdir}/libcs*.so

++++++ csound-6.15.0.tar.gz -> csound-6.16.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/csound/csound-6.15.0.tar.gz 
/work/SRC/openSUSE:Factory/.csound.new.2625/csound-6.16.0.tar.gz differ: char 
13, line 1

++++++ csound-rename-sndinfo.patch ++++++
--- /var/tmp/diff_new_pack.5sk1TV/_old  2021-06-29 22:44:13.298949813 +0200
+++ /var/tmp/diff_new_pack.5sk1TV/_new  2021-06-29 22:44:13.298949813 +0200
@@ -1,113 +1,11 @@
-Index: csound-6.14.0/util/CMakeLists.txt
-===================================================================
---- csound-6.14.0.orig/util/CMakeLists.txt     2020-06-02 12:05:59.179933351 
+0200
-+++ csound-6.14.0/util/CMakeLists.txt  2020-06-02 12:11:39.845373490 +0200
-@@ -1,54 +1,54 @@
--# UTILITY PLUGIN AND PROGRAMS
--
--set(stdutil_SRCS
--    atsa.c          cvanal.c        dnoise.c    envext.c
--    het_export.c    het_import.c    hetro.c     lpanal.c
--    lpc_export.c    lpc_import.c    mixer.c     pvanal.c
--    pv_export.c     pv_import.c     pvlook.c    scale.c
--    sndinfo.c       srconv.c        std_util.c  xtrct.c
--    SDIF/sdif.c)
--
--if(MSVC)
--    set(LIBSNDFILE_LIBRARY sndfile-static)
--endif()
--
--make_plugin(stdutil "${stdutil_SRCS}" ${MATH_LIBRARY} ${LIBSNDFILE_LIBRARY} 
${LIBSNDFILE_SUPPORT_LIBS})
--add_dependency_to_framework(stdutil ${LIBSNDFILE_LIBRARY})
--
--if(BUILD_UTILITIES)
--    make_utility(atsa        atsa_main.c)
--    make_utility(csanalyze   csanalyze.c)
--    make_utility(cvanal      cvl_main.c)
--    make_utility(dnoise      dnoise_main.c)
--    make_utility(envext      env_main.c)
--    make_utility(extractor   xtrc_main.c)
--    make_utility(het_export  hetx_main.c)
--    make_utility(het_import  heti_main.c)
--    make_utility(hetro       het_main.c)
--    make_utility(lpanal      lpc_main.c)
--    make_utility(lpc_export  lpcx_main.c ${MATH_LIBRARY})
--    make_utility(lpc_import  lpci_main.c ${MATH_LIBRARY})
--    make_executable(mixer-bin   mixer_main.c   "${CSOUNDLIB};${MATH_LIBRARY}" 
mixer)
--    make_utility(pvanal      pvc_main.c)
--    make_utility(pvlook      pvl_main.c)
--    make_utility(pv_export   pvx_main.c)
--    make_utility(pv_import   pvi_main.c)
--    make_utility(scale       scale_main.c)
+--- csound-6.16.0/util/CMakeLists.txt.orig     2021-06-10 18:27:41.000000000 
+1000
++++ csound-6.16.0/util/CMakeLists.txt  2021-06-29 11:16:01.079617007 +1000
+@@ -34,7 +34,7 @@
+     make_utility(pv_export   pvx_main.c)
+     make_utility(pv_import   pvi_main.c)
+     make_utility(scale       scale_main.c)
 -    make_utility(sndinfo     sndinfo_main.c)
--    make_utility(srconv      srconv_main.c)
--
--
--    #find_library(LIBSNDFILE_LIBRARY sndfile libsndfile-1)
--    find_library(LIBSAMPLERATE_LIBRARY NAMES samplerate libsamplerate-0)
--
--    if(LIBSNDFILE_LIBRARY AND LIBSAMPLERATE_LIBRARY)
--        make_executable(src_conv new_srconv.c 
"${LIBSNDFILE_LIBRARY};${LIBSAMPLERATE_LIBRARY}")
--        if(MSVC)
--            target_link_libraries(src_conv ${LIBSNDFILE_SUPPORT_LIBS})
--        endif()
--    else()
--        message(STATUS "Not building src_conv (libsndfile or libsamplerate 
not found).")
--    endif()
--
--endif()
--add_subdirectory(SDIF)
-+# UTILITY PLUGIN AND PROGRAMS
-+
-+set(stdutil_SRCS
-+    atsa.c          cvanal.c        dnoise.c    envext.c
-+    het_export.c    het_import.c    hetro.c     lpanal.c
-+    lpc_export.c    lpc_import.c    mixer.c     pvanal.c
-+    pv_export.c     pv_import.c     pvlook.c    scale.c
-+    sndinfo.c       srconv.c        std_util.c  xtrct.c
-+    SDIF/sdif.c)
-+
-+if(MSVC)
-+    set(LIBSNDFILE_LIBRARY sndfile-static)
-+endif()
-+
-+make_plugin(stdutil "${stdutil_SRCS}" ${MATH_LIBRARY} ${LIBSNDFILE_LIBRARY} 
${LIBSNDFILE_SUPPORT_LIBS})
-+add_dependency_to_framework(stdutil ${LIBSNDFILE_LIBRARY})
-+
-+if(BUILD_UTILITIES)
-+    make_utility(atsa        atsa_main.c)
-+    make_utility(csanalyze   csanalyze.c)
-+    make_utility(cvanal      cvl_main.c)
-+    make_utility(dnoise      dnoise_main.c)
-+    make_utility(envext      env_main.c)
-+    make_utility(extractor   xtrc_main.c)
-+    make_utility(het_export  hetx_main.c)
-+    make_utility(het_import  heti_main.c)
-+    make_utility(hetro       het_main.c)
-+    make_utility(lpanal      lpc_main.c)
-+    make_utility(lpc_export  lpcx_main.c ${MATH_LIBRARY})
-+    make_utility(lpc_import  lpci_main.c ${MATH_LIBRARY})
-+    make_executable(mixer-bin   mixer_main.c   "${CSOUNDLIB};${MATH_LIBRARY}" 
mixer)
-+    make_utility(pvanal      pvc_main.c)
-+    make_utility(pvlook      pvl_main.c)
-+    make_utility(pv_export   pvx_main.c)
-+    make_utility(pv_import   pvi_main.c)
-+    make_utility(scale       scale_main.c)
-+    make_utility(csndinfo     sndinfo_main.c)
-+    make_utility(srconv      srconv_main.c)
-+
-+
-+    #find_library(LIBSNDFILE_LIBRARY sndfile libsndfile-1)
-+    find_library(LIBSAMPLERATE_LIBRARY NAMES samplerate libsamplerate-0)
-+
-+    if(LIBSNDFILE_LIBRARY AND LIBSAMPLERATE_LIBRARY)
-+        make_executable(src_conv new_srconv.c 
"${LIBSNDFILE_LIBRARY};${LIBSAMPLERATE_LIBRARY}")
-+        if(MSVC)
-+            target_link_libraries(src_conv ${LIBSNDFILE_SUPPORT_LIBS})
-+        endif()
-+    else()
-+        message(STATUS "Not building src_conv (libsndfile or libsamplerate 
not found).")
-+    endif()
-+
-+endif()
-+add_subdirectory(SDIF)
++    make_utility(csndinfo     sndinfo_main.c)
+     make_utility(srconv      srconv_main.c)
+ 
+ 

Reply via email to