Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liblscp for openSUSE:Factory checked 
in at 2022-04-13 21:06:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblscp (Old)
 and      /work/SRC/openSUSE:Factory/.liblscp.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblscp"

Wed Apr 13 21:06:06 2022 rev:4 rq:969830 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblscp/liblscp.changes  2022-01-31 
22:58:31.325096726 +0100
+++ /work/SRC/openSUSE:Factory/.liblscp.new.1900/liblscp.changes        
2022-04-13 21:06:51.104669703 +0200
@@ -1,0 +2,6 @@
+Sun Apr 10 13:25:46 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 0.9.6:
+  * Spring'22 release
+
+-------------------------------------------------------------------

Old:
----
  liblscp-0.9.5.tar.gz

New:
----
  liblscp-0.9.6.tar.gz

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

Other differences:
------------------
++++++ liblscp.spec ++++++
--- /var/tmp/diff_new_pack.KPY3HL/_old  2022-04-13 21:06:51.676670280 +0200
+++ /var/tmp/diff_new_pack.KPY3HL/_new  2022-04-13 21:06:51.680670284 +0200
@@ -19,7 +19,7 @@
 
 %define sover  6
 Name:           liblscp
-Version:        0.9.5
+Version:        0.9.6
 Release:        0
 Summary:        LinuxSampler control protocol library
 License:        LGPL-2.1-or-later

++++++ liblscp-0.9.5.tar.gz -> liblscp-0.9.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblscp-0.9.5/CMakeLists.txt 
new/liblscp-0.9.6/CMakeLists.txt
--- old/liblscp-0.9.5/CMakeLists.txt    2022-01-09 11:34:01.997567899 +0100
+++ new/liblscp-0.9.6/CMakeLists.txt    2022-04-02 10:11:22.641161964 +0200
@@ -1,7 +1,7 @@
-cmake_minimum_required(VERSION 3.15)
+cmake_minimum_required (VERSION 3.13)
 
-project(liblscp
-  VERSION 0.9.5
+project (liblscp
+  VERSION 0.9.6
   DESCRIPTION "LinuxSampler Control Protocol API library"
   LANGUAGES C)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblscp-0.9.5/ChangeLog new/liblscp-0.9.6/ChangeLog
--- old/liblscp-0.9.5/ChangeLog 2022-01-09 11:34:01.998568008 +0100
+++ new/liblscp-0.9.6/ChangeLog 2022-04-02 10:11:22.641161964 +0200
@@ -3,6 +3,8 @@
 
 ChangeLog
 
+0.9.6  2022-04-02  Install doxygen (doc/html) files again (via cmake).
+
 0.9.5  2022-01-09  Dropped autotools (autoconf, automake, etc.) build system.
 
 0.9.4  2021-07-04  An Early-Summer'21 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblscp-0.9.5/doc/CMakeLists.txt 
new/liblscp-0.9.6/doc/CMakeLists.txt
--- old/liblscp-0.9.5/doc/CMakeLists.txt        2022-01-09 11:34:01.998568008 
+0100
+++ new/liblscp-0.9.6/doc/CMakeLists.txt        2022-04-02 10:11:22.641161964 
+0200
@@ -8,4 +8,6 @@
   add_custom_target (doxygen ALL
     COMMAND ${DOXYGEN_EXECUTABLE} liblscp.doxygen
     WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
+  install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
+    DESTINATION ${CMAKE_INSTALL_DOCDIR})
 endif ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblscp-0.9.5/liblscp.spec.in 
new/liblscp-0.9.6/liblscp.spec.in
--- old/liblscp-0.9.5/liblscp.spec.in   2022-01-09 11:34:01.999568117 +0100
+++ new/liblscp-0.9.6/liblscp.spec.in   2022-04-02 10:11:22.643161964 +0200
@@ -18,7 +18,7 @@
 
 %define name   @PACKAGE_TARNAME@
 %define version        @PACKAGE_VERSION@
-%define release        49.1
+%define release        50.1
 
 %define _soname %{name}6
 
@@ -93,11 +93,12 @@
 %setup -q
 
 %build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev
-%__make %{?_smp_mflags}
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev -B build
+cmake --build build %{?_smp_mflags}
 
 %install
-%__make DESTDIR="%{buildroot}" install
+DESTDIR="%{buildroot}" \
+cmake --install build
 
 %clean
 [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
@@ -115,13 +116,18 @@
 
 %files devel
 %defattr(-,root,root)
-%doc doc/html/*
 %{_libdir}/liblscp.so
 %{_libdir}/pkgconfig/lscp.pc
 %dir %{_includedir}/lscp
 %{_includedir}/lscp/*.h
+%dir %{_datadir}/doc/%{name}
+%dir %{_datadir}/doc/%{name}/html
+%{_datadir}/doc/%{name}/html/*
+
 
 %changelog
+* Sat Apr  2 2022 Rui Nuno Capela <[email protected]> 0.9.6
+- A Spring'22 Release.
 * Sun Jan  9 2022 Rui Nuno Capela <[email protected]> 0.9.5
 - A Winter'22 Release.
 * Sun Jul  4 2021 Rui Nuno Capela <[email protected]> 0.9.4

Reply via email to