Hello community,

here is the log from the commit of package libdvbpsi for openSUSE:Factory 
checked in at 2015-05-10 10:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdvbpsi (Old)
 and      /work/SRC/openSUSE:Factory/.libdvbpsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdvbpsi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdvbpsi/libdvbpsi.changes      2014-12-22 
12:53:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdvbpsi.new/libdvbpsi.changes 2015-05-10 
10:46:52.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  7 10:36:12 UTC 2015 - [email protected]
+
+- add libdvbpsi-gcc5-fixes.patch: Fix build with GCC 5.x 
+
+-------------------------------------------------------------------

New:
----
  libdvbpsi-gcc5-fixes.patch

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

Other differences:
------------------
++++++ libdvbpsi.spec ++++++
--- /var/tmp/diff_new_pack.j183p7/_old  2015-05-10 10:46:53.000000000 +0200
+++ /var/tmp/diff_new_pack.j183p7/_new  2015-05-10 10:46:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvbpsi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -25,6 +25,7 @@
 Url:            http://www.videolan.org/developers/libdvbpsi.html
 Source:         
http://download.videolan.org/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+Patch0:         libdvbpsi-gcc5-fixes.patch
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure\

++++++ libdvbpsi-gcc5-fixes.patch ++++++
--- misc/test_dr.h
+++ misc/test_dr.h
@@ -99,7 +99,7 @@
 
 #define BOZO_end_boolean(name)                                          \
       s_decoded.name += 12;                                             \
-    } while(!i_err && (s_decoded.name <= 12));                          \
+    } while(!i_err);                                                    \
     fprintf(stdout, "\r  iteration count: %22llu", i_loop_count);       \
     if(i_err)                                                           \
       fprintf(stdout, "    FAILED !!!\n");                              \

Reply via email to