Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2014-01-10 21:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdrtools (Old)
 and      /work/SRC/openSUSE:Factory/.cdrtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdrtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes        2014-01-02 
11:14:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2014-01-10 
21:14:36.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Jan  6 02:59:40 UTC 2014 - [email protected]
+
+- Update to new upstream release 3.01~a21
+* This release adds some workarounds for compiling with MinGW. New
+  functions xcomerr(), xcomerrno(), fxcomerr(), and fxcomerrno() in
+  libschily. A bug in libschily/format.c that caused %.*s to be
+  printed incorrectly has been fixed. Some bugs in the mkisofs man
+  page have been fixed.
+
+-------------------------------------------------------------------
+Thu Jan  2 11:10:24 UTC 2014 - [email protected]
+
+- enable ppc64le architecture (ppc64le.patch)
+
+-------------------------------------------------------------------
schily-libs.changes: same change

Old:
----
  cdrtools-3.01a20.tar.bz2

New:
----
  cdrtools-3.01a21.tar.bz2
  ppc64le.patch

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

Other differences:
------------------
++++++ cdrtools.spec ++++++
--- /var/tmp/diff_new_pack.d5UJ2e/_old  2014-01-10 21:14:37.000000000 +0100
+++ /var/tmp/diff_new_pack.d5UJ2e/_new  2014-01-10 21:14:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdrtools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           cdrtools
-Version:        3.01~a20
+Version:        3.01~a21
 Release:        0
 # ^This really is a prerelease and thus sorts before 3.01
 %define sversion 3.01
@@ -28,7 +28,7 @@
 
 #Freecode-URL: http://freecode.com/projects/cdrtools
 #DL-URL:       ftp://ftp.berlios.de/pub/cdrecord/
-Source:         
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a20.tar.bz2
+Source:         
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a21.tar.bz2
 Source1:        cdrecord.easy
 Source2:        cdrecord.secure
 Source3:        cdrecord.paranoid
@@ -41,6 +41,7 @@
 # just the thing you *thought* it does.
 # —Jan Engelhardt <[email protected]>
 Patch1:         gcc48wa.diff
+Patch2:         ppc64le.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fdupes
@@ -121,7 +122,7 @@
 
 %prep
 %setup -q -n %{name}-%{sversion}
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 #

++++++ schily-libs.spec ++++++
--- /var/tmp/diff_new_pack.d5UJ2e/_old  2014-01-10 21:14:37.000000000 +0100
+++ /var/tmp/diff_new_pack.d5UJ2e/_new  2014-01-10 21:14:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package schily-libs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           schily-libs
-Version:        3.01~a20
+Version:        3.01~a21
 Release:        0
 %define sversion 3.01
 Summary:        A collection of libraries to support cdrtools
@@ -27,9 +27,10 @@
 
 #Freecode-URL: http://freecode.com/projects/schily
 #DL-URL:       ftp://ftp.berlios.de/pub/schily/
-Source:         
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a20.tar.bz2
+Source:         
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a21.tar.bz2
 Source7:        pre_checkin.sh
 Patch1:         gcc48wa.diff
+Patch2:         ppc64le.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  makedepend
 
@@ -82,7 +83,7 @@
 
 %prep
 %setup -qn cdrtools-%sversion
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %define targets conf inc include libschily libscg libscg/scg

++++++ cdrtools-3.01a20.tar.bz2 -> cdrtools-3.01a21.tar.bz2 ++++++
++++ 4853 lines of diff (skipped)

++++++ ppc64le.patch ++++++
Index: cdrtools-3.01/RULES/MKLINKS
===================================================================
--- cdrtools-3.01.orig/RULES/MKLINKS
+++ cdrtools-3.01/RULES/MKLINKS
@@ -168,6 +168,8 @@ $symlink    i586-linux-cc.rul       ppc-linux-cc.
 $symlink       i586-linux-gcc.rul      ppc-linux-gcc.rul
 $symlink       i586-linux-cc.rul       ppc64-linux-cc.rul
 $symlink       i586-linux-gcc.rul      ppc64-linux-gcc.rul
+$symlink       i586-linux-cc.rul       ppc64le-linux-cc.rul
+$symlink       i586-linux-gcc.rul      ppc64le-linux-gcc.rul
 $symlink       i586-linux-cc.rul       m68k-linux-cc.rul
 $symlink       i586-linux-gcc.rul      m68k-linux-gcc.rul
 $symlink       i586-linux-cc.rul       armv4l-linux-cc.rul
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to