Hello community,

here is the log from the commit of package libcue for openSUSE:Factory checked 
in at 2019-09-07 12:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcue (Old)
 and      /work/SRC/openSUSE:Factory/.libcue.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcue"

Sat Sep  7 12:32:05 2019 rev:9 rq:727566 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcue/libcue.changes    2018-02-10 
17:54:34.279942437 +0100
+++ /work/SRC/openSUSE:Factory/.libcue.new.7948/libcue.changes  2019-09-07 
12:32:06.997682740 +0200
@@ -1,0 +2,6 @@
+Sun Sep  1 06:33:50 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.2.1
+  * Updates to the build procedure only
+
+-------------------------------------------------------------------

Old:
----
  v2.2.0.tar.gz

New:
----
  v2.2.1.tar.gz

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

Other differences:
------------------
++++++ libcue.spec ++++++
--- /var/tmp/diff_new_pack.vZO74X/_old  2019-09-07 12:32:07.685682655 +0200
+++ /var/tmp/diff_new_pack.vZO74X/_new  2019-09-07 12:32:07.693682654 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcue
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libcue
 %define lname  libcue2
-Version:        2.2.0
+Version:        2.2.1
 Release:        0
 Summary:        CUE sheet parsing library
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/lipnitsk/libcue
+URL:            https://github.com/lipnitsk/libcue
 
 Source:         https://github.com/lipnitsk/libcue/archive/v%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  cmake
 BuildRequires:  flex
-BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 
 %description
@@ -58,7 +57,7 @@
 files.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake
@@ -78,11 +77,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libcue.so.2*
 
 %files devel
-%defattr(-,root,root)
 %_includedir/libcue.h
 %_includedir/libcue*/
 %_libdir/libcue.so

++++++ v2.2.0.tar.gz -> v2.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcue-2.2.0/CMakeLists.txt 
new/libcue-2.2.1/CMakeLists.txt
--- old/libcue-2.2.0/CMakeLists.txt     2017-11-08 07:36:45.000000000 +0100
+++ new/libcue-2.2.1/CMakeLists.txt     2018-05-02 02:51:51.000000000 +0200
@@ -1,11 +1,11 @@
 SET(PACKAGE libcue)
 SET(PACKAGE_NAME libcue)
-SET(PACKAGE_VERSION 2.2.0)
+SET(PACKAGE_VERSION 2.2.1)
 SET(PACKAGE_SOVERSION 2)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
 
-PROJECT(libcue)
+PROJECT(libcue C)
 
 include(GNUInstallDirs)
 
@@ -37,7 +37,7 @@
        ${CMAKE_BINARY_DIR}/cue_scanner.c)
 ADD_FLEX_BISON_DEPENDENCY(CueScanner CueParser)
 
-ADD_LIBRARY(cue SHARED ${CUE_SOURCES}
+ADD_LIBRARY(cue ${CUE_SOURCES}
        ${BISON_CueParser_OUTPUTS}
        ${FLEX_CueScanner_OUTPUTS})
 
@@ -94,3 +94,9 @@
 SET(CPACK_SOURCE_GENERATOR "TBZ2")
 SET(CPACK_SOURCE_IGNORE_FILES ".*~;\\\\.swp$;/\\\\.git/;build/")
 INCLUDE(CPack)
+
+INCLUDE(CheckCSourceCompiles)
+check_c_source_compiles("
+void log_fn(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
+int main(void) { return 0; }
+" HAVE_FUNC_ATTRIBUTE_FORMAT)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcue-2.2.0/ChangeLog new/libcue-2.2.1/ChangeLog
--- old/libcue-2.2.0/ChangeLog  2017-11-08 07:36:45.000000000 +0100
+++ new/libcue-2.2.1/ChangeLog  2018-05-02 02:51:51.000000000 +0200
@@ -1,3 +1,13 @@
+libcue (2.2.1)
+       [Ilya Lipnitskiy]
+       * cmake: Check for __attribute__ format
+
+       [Fabrice Fontaine]
+       * cmake: Don't check for C++ presence as libcue is C-only
+
+       [Thomas Petazzoni]
+       * cmake: Don't force SHARED when building the library
+
 libcue (2.2.0)
        [Tom M]
        * cmake: Use GNUInstallDirs and don't hard-code install paths (PR #12)


Reply via email to