Hello community,

here is the log from the commit of package live555 for openSUSE:Factory checked 
in at 2017-08-24 17:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live555 (Old)
 and      /work/SRC/openSUSE:Factory/.live555.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "live555"

Thu Aug 24 17:39:16 2017 rev:10 rq:515043 version:2017.06.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/live555/live555.changes  2017-07-12 
19:32:48.367453834 +0200
+++ /work/SRC/openSUSE:Factory/.live555.new/live555.changes     2017-08-24 
17:39:17.399189902 +0200
@@ -1,0 +2,5 @@
+Mon Aug  7 12:43:41 UTC 2017 - sch...@suse.de
+
+- xlocale.patch: don't use obsolete <xlocale.h>
+
+-------------------------------------------------------------------

New:
----
  xlocale.patch

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

Other differences:
------------------
++++++ live555.spec ++++++
--- /var/tmp/diff_new_pack.B0VZUR/_old  2017-08-24 17:39:18.886980441 +0200
+++ /var/tmp/diff_new_pack.B0VZUR/_new  2017-08-24 17:39:18.886980441 +0200
@@ -27,6 +27,8 @@
 Source:         http://www.live555.com/liveMedia/public/live.%{version}.tar.gz
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         %{name}-fpic.patch
+# PATCH-FIX-UPSTREAM Don't use obsolete <xlocale.h>
+Patch1:         xlocale.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -38,8 +40,8 @@
 
 %package devel
 Summary:        LIVE555 Streaming Media
-# Actually, live555 is a devel package only. Headers, code and a static lib is 
all there is.
 Group:          Development/Languages/C and C++
+# Actually, live555 is a devel package only. Headers, code and a static lib is 
all there is.
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
@@ -51,6 +53,7 @@
 %prep
 %setup -q -n live
 %patch0 -p1
+%patch1 -p1
 
 # Remove .orig files in source tree
 find . -name "*.orig" -delete

++++++ xlocale.patch ++++++
Index: live/liveMedia/include/Locale.hh
===================================================================
--- live.orig/liveMedia/include/Locale.hh
+++ live/liveMedia/include/Locale.hh
@@ -43,9 +43,6 @@ along with this library; if not, write t
 
 #ifndef LOCALE_NOT_USED
 #include <locale.h>
-#ifndef XLOCALE_NOT_USED
-#include <xlocale.h> // because, on some systems, <locale.h> doesn't include 
<xlocale.h>; this makes sure that we get both
-#endif
 #endif
 
 

Reply via email to