Hello community,

here is the log from the commit of package libmirage for openSUSE:Factory 
checked in at 2020-05-08 23:09:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmirage (Old)
 and      /work/SRC/openSUSE:Factory/.libmirage.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmirage"

Fri May  8 23:09:19 2020 rev:22 rq:801836 version:3.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmirage/libmirage.changes      2019-12-21 
12:32:52.695405946 +0100
+++ /work/SRC/openSUSE:Factory/.libmirage.new.2738/libmirage.changes    
2020-05-08 23:09:26.494363538 +0200
@@ -1,0 +2,6 @@
+Fri May  1 13:48:45 UTC 2020 - Aaron Stern <[email protected]>
+
+- Update to release 3.2.4
+  * Remove old unused code.
+
+-------------------------------------------------------------------

Old:
----
  libmirage-3.2.3.tar.bz2

New:
----
  libmirage-3.2.4.tar.bz2

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

Other differences:
------------------
++++++ libmirage.spec ++++++
--- /var/tmp/diff_new_pack.OzZ6oQ/_old  2020-05-08 23:09:27.430365450 +0200
+++ /var/tmp/diff_new_pack.OzZ6oQ/_new  2020-05-08 23:09:27.434365458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmirage
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        A CD-ROM image access library
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Version:        3.2.3
+Version:        3.2.4
 Release:        0
 URL:            http://cdemu.sf.net/about/libmirage/
 

++++++ libmirage-3.2.3.tar.bz2 -> libmirage-3.2.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/CMakeLists.txt 
new/libmirage-3.2.4/CMakeLists.txt
--- old/libmirage-3.2.3/CMakeLists.txt  2019-08-27 17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/CMakeLists.txt  2020-01-06 17:23:51.000000000 +0100
@@ -6,7 +6,7 @@
 # Release versioning:
 set (MIRAGE_VERSION_MAJOR 3)
 set (MIRAGE_VERSION_MINOR 2)
-set (MIRAGE_VERSION_MICRO 3)
+set (MIRAGE_VERSION_MICRO 4)
 set (MIRAGE_VERSION_LONG 
${MIRAGE_VERSION_MAJOR}.${MIRAGE_VERSION_MINOR}.${MIRAGE_VERSION_MICRO})
 set (MIRAGE_VERSION_SHORT ${MIRAGE_VERSION_MAJOR}.${MIRAGE_VERSION_MINOR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/README new/libmirage-3.2.4/README
--- old/libmirage-3.2.3/README  2019-08-27 17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/README  2020-01-06 17:23:51.000000000 +0100
@@ -1,5 +1,5 @@
 libMirage
-3.2.3
+3.2.4
 ~~~~~
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/debian/changelog 
new/libmirage-3.2.4/debian/changelog
--- old/libmirage-3.2.3/debian/changelog        2019-08-27 17:24:39.000000000 
+0200
+++ new/libmirage-3.2.4/debian/changelog        2020-01-06 17:23:51.000000000 
+0100
@@ -1,3 +1,3 @@
-libmirage (3.2.3-1) debian; urgency=low
+libmirage (3.2.4-1) debian; urgency=low
   * Initial Release. Closes: #705409
  -- Henrik Stokseth <[email protected]>  Sat, 05 Apr 2014 
12:00:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/debian/control 
new/libmirage-3.2.4/debian/control
--- old/libmirage-3.2.3/debian/control  2019-08-27 17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/debian/control  2020-01-06 17:23:51.000000000 +0100
@@ -6,7 +6,7 @@
 Build-Depends: pkg-config (>= 0.14), libglib2.0-dev (>= 2.28), libsndfile1-dev,
  libsamplerate0-dev, zlib1g-dev, libbz2-dev, liblzma-dev, gtk-doc-tools,
  gobject-introspection, libgirepository1.0-dev, debhelper (>= 9), intltool,
- cmake (>= 2.8.5), ninja-build
+ cmake (>= 2.8.5)
 Standards-Version: 4.3.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/debian/rules 
new/libmirage-3.2.4/debian/rules
--- old/libmirage-3.2.3/debian/rules    2019-08-27 17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/debian/rules    2020-01-06 17:23:51.000000000 +0100
@@ -6,7 +6,7 @@
 
 
 override_dh_auto_configure:
-       dh_auto_configure -- -G Ninja -DPOST_INSTALL_HOOKS:BOOL=OFF
+       dh_auto_configure -- -DPOST_INSTALL_HOOKS:BOOL=OFF
 
 override_dh_auto_test:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/debian/source/options 
new/libmirage-3.2.4/debian/source/options
--- old/libmirage-3.2.3/debian/source/options   2019-08-27 17:24:39.000000000 
+0200
+++ new/libmirage-3.2.4/debian/source/options   1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-compression = "xz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/debian/watch 
new/libmirage-3.2.4/debian/watch
--- old/libmirage-3.2.3/debian/watch    2019-08-27 17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/debian/watch    2020-01-06 17:23:51.000000000 +0100
@@ -1,4 +1,4 @@
 version=3
 
-http://sf.net/cdemu/ libmirage-(.+)\.tar\.bz2
+http://sf.net/cdemu/ @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/images/image-ccd/parser.c 
new/libmirage-3.2.4/images/image-ccd/parser.c
--- old/libmirage-3.2.3/images/image-ccd/parser.c       2019-08-27 
17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/images/image-ccd/parser.c       2020-01-06 
17:23:51.000000000 +0100
@@ -1031,11 +1031,7 @@
         gsize line_length;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/images/image-cue/parser.c 
new/libmirage-3.2.4/images/image-cue/parser.c
--- old/libmirage-3.2.3/images/image-cue/parser.c       2019-08-27 
17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/images/image-cue/parser.c       2020-01-06 
17:23:51.000000000 +0100
@@ -938,11 +938,7 @@
         gsize line_length;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/images/image-toc/parser.c 
new/libmirage-3.2.4/images/image-toc/parser.c
--- old/libmirage-3.2.3/images/image-toc/parser.c       2019-08-27 
17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/images/image-toc/parser.c       2020-01-06 
17:23:51.000000000 +0100
@@ -1005,11 +1005,7 @@
         GMatchInfo *match_info = NULL;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {
@@ -1168,11 +1164,7 @@
         GMatchInfo *match_info = NULL;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmirage-3.2.3/images/image-xcdroast/parser.c 
new/libmirage-3.2.4/images/image-xcdroast/parser.c
--- old/libmirage-3.2.3/images/image-xcdroast/parser.c  2019-08-27 
17:24:39.000000000 +0200
+++ new/libmirage-3.2.4/images/image-xcdroast/parser.c  2020-01-06 
17:23:51.000000000 +0100
@@ -585,11 +585,7 @@
         gsize line_length;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {
@@ -672,11 +668,7 @@
         gsize line_length;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {
@@ -772,11 +764,7 @@
         GMatchInfo *match_info = NULL;
 
         /* Read line */
-#if GLIB_CHECK_VERSION(2, 30, 0)
         line_string = g_data_input_stream_read_line_utf8(data_stream, 
&line_length, NULL, &local_error);
-#else
-        line_string = g_data_input_stream_read_line(data_stream, &line_length, 
NULL, &local_error);
-#endif
 
         /* Handle error */
         if (!line_string) {


Reply via email to