Hello community,

here is the log from the commit of package libdiscid for openSUSE:Factory 
checked in at 2017-07-12 19:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdiscid (Old)
 and      /work/SRC/openSUSE:Factory/.libdiscid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdiscid"

Wed Jul 12 19:31:13 2017 rev:28 rq:508747 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdiscid/libdiscid.changes      2017-04-11 
12:38:32.610713750 +0200
+++ /work/SRC/openSUSE:Factory/.libdiscid.new/libdiscid.changes 2017-07-12 
19:31:17.360294223 +0200
@@ -1,0 +2,10 @@
+Fri Jul  7 10:34:07 UTC 2017 - tchva...@suse.com
+
+- Update to 0.6.2:
+  * ISRC and MCN support on BSD
+  * LIB-60: fix make check for default device on generic/unknown platform
+  * make Doxygen output reproducible (no timestamps)
+  * remove newline for Linux device "1" from proc
+- Refresh patch libdiscid-no-crypto.patch
+
+-------------------------------------------------------------------

Old:
----
  libdiscid-0.6.1.tar.gz

New:
----
  libdiscid-0.6.2.tar.gz

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

Other differences:
------------------
++++++ libdiscid.spec ++++++
--- /var/tmp/diff_new_pack.IDsSez/_old  2017-07-12 19:31:17.940212401 +0200
+++ /var/tmp/diff_new_pack.IDsSez/_new  2017-07-12 19:31:17.944211836 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%define libname libdiscid0
 Name:           libdiscid
-Version:        0.6.1
+Version:        0.6.2
 Release:        0
 Summary:        Library for gathering DiscIDs and ISRCs from audio CDs
 License:        LGPL-2.1+
@@ -41,8 +42,6 @@
 Additionally, it provides a submission URL for adding the DiscID to the
 database and gathers ISRCs and the MCN from disc.
 
-%define libname libdiscid0
-
 %package -n %{libname}
 Summary:        Library for gathering DiscIDs and ISRCs from audio CDs
 Group:          Development/Libraries/C and C++
@@ -74,7 +73,9 @@
 
 %build
 autoreconf -fiv
-%configure --disable-static
+%configure \
+    --disable-silent-rules \
+    --disable-static
 make %{?_smp_mflags}
 
 %install

++++++ libdiscid-0.6.1.tar.gz -> libdiscid-0.6.2.tar.gz ++++++
++++ 45773 lines of diff (skipped)

++++++ libdiscid-no-crypto.patch ++++++
--- /var/tmp/diff_new_pack.IDsSez/_old  2017-07-12 19:31:18.100189828 +0200
+++ /var/tmp/diff_new_pack.IDsSez/_new  2017-07-12 19:31:18.100189828 +0200
@@ -1,10 +1,10 @@
 Subject: use openssl for sha1
 Upstream: no
 
-Index: libdiscid-0.6.1/Makefile.am
+Index: libdiscid-0.6.2/Makefile.am
 ===================================================================
---- libdiscid-0.6.1.orig/Makefile.am
-+++ libdiscid-0.6.1/Makefile.am
+--- libdiscid-0.6.2.orig/Makefile.am
++++ libdiscid-0.6.2/Makefile.am
 @@ -33,7 +33,7 @@ pc_DATA = libdiscid.pc
  
  discid_incdir = $(includedir)/discid
@@ -14,7 +14,7 @@
  noinst_HEADERS += test/test.h src/unix.h src/ntddcdrm.h
  
  
-@@ -64,7 +64,7 @@ discisrc_LDADD = $(top_builddir)/libdisc
+@@ -71,7 +71,7 @@ endif
  
  lib_LTLIBRARIES = libdiscid.la
  
@@ -23,18 +23,18 @@
  
  # use a (well defined) version number, rather than version-info calculations
  libdiscid_la_LDFLAGS = -version-number @libdiscid_VERSION_LT@ -no-undefined
-@@ -84,6 +84,7 @@ if OS_GENERIC
+@@ -95,6 +95,7 @@ if OS_GENERIC
  libdiscid_la_SOURCES += src/disc_generic.c
  endif
  if OS_LINUX
 +libdiscid_la_LIBADD  += -lcrypto
  libdiscid_la_SOURCES += src/toc.c src/unix.c src/disc_linux.c
  endif
- if OS_NETBSD
-Index: libdiscid-0.6.1/src/disc.c
+ #if OS_QNX
+Index: libdiscid-0.6.2/src/disc.c
 ===================================================================
---- libdiscid-0.6.1.orig/src/disc.c
-+++ libdiscid-0.6.1/src/disc.c
+--- libdiscid-0.6.2.orig/src/disc.c
++++ libdiscid-0.6.2/src/disc.c
 @@ -33,8 +33,8 @@
  #include <string.h>
  #include <assert.h>
@@ -45,7 +45,7 @@
  #include "base64.h"
  
  #include "discid/discid.h"
-@@ -361,31 +361,35 @@
+@@ -361,31 +361,35 @@ char *discid_get_version_string(void) {
   * The DiscID is placed in the provided string buffer.
   */
  static void create_disc_id(mb_disc_private *d, char buf[]) {
@@ -91,4 +91,3 @@
  
        memcpy(buf, base64, size);
        buf[size] = '\0';
- 


Reply via email to