Hello community,

here is the log from the commit of package libkate for openSUSE:Factory checked 
in at 2019-06-12 13:03:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkate (Old)
 and      /work/SRC/openSUSE:Factory/.libkate.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkate"

Wed Jun 12 13:03:19 2019 rev:21 rq:706254 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkate/libkate.changes  2018-02-08 
14:09:46.731693239 +0100
+++ /work/SRC/openSUSE:Factory/.libkate.new.4811/libkate.changes        
2019-06-12 13:03:23.033257086 +0200
@@ -1,0 +2,6 @@
+Wed May 29 06:22:45 UTC 2019 - Martin Liška <[email protected]>
+
+- Remove a strange test that fails with LTO (boo#1136670):
+  * disable-namespace-test.patch
+
+-------------------------------------------------------------------

New:
----
  disable-namespace-test.patch

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

Other differences:
------------------
++++++ libkate.spec ++++++
--- /var/tmp/diff_new_pack.0cJ11N/_old  2019-06-12 13:03:23.773256775 +0200
+++ /var/tmp/diff_new_pack.0cJ11N/_new  2019-06-12 13:03:23.777256774 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkate
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 SUSE Dominique Leuenberger, Amsterdam, Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,15 +13,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # python2_sitelib isn't defined in Leap:42.3
-%if 0%{?suse_version} < 1321
+%if 0%{?suse_version} <= 1315
 %define python2_sitelib %{python_sitelib}
 %endif
-
 %bcond_without python2
 Name:           libkate
 Version:        0.4.1
@@ -29,9 +28,10 @@
 Summary:        A karaoke and text codec for embedding in Ogg
 License:        BSD-3-Clause
 Group:          Productivity/Multimedia/Other
-Url:            http://libkate.googlecode.com
+URL:            http://libkate.googlecode.com
 Source:         http://libkate.googlecode.com/files/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
+Patch0:         disable-namespace-test.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -140,6 +140,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 echo 'HTML_TIMESTAMP=NO' >> doc/kate.doxygen.in
@@ -173,7 +174,8 @@
 %postun -n liboggkate1 -p /sbin/ldconfig
 
 %files -n liboggkate1
-%doc AUTHORS COPYING ChangeLog README THANKS
+%license COPYING
+%doc AUTHORS ChangeLog README THANKS
 %{_libdir}/liboggkate.so.1*
 
 %files devel
@@ -188,14 +190,14 @@
 %{_bindir}/katedec
 %{_bindir}/kateenc
 %{_bindir}/katalyzer
-%{_mandir}/man1/katalyzer.1*
-%{_mandir}/man1/katedec.1*
-%{_mandir}/man1/kateenc.1*
+%{_mandir}/man1/katalyzer.1%{?ext_man}
+%{_mandir}/man1/katedec.1%{?ext_man}
+%{_mandir}/man1/kateenc.1%{?ext_man}
 
 %if %{with python2}
 %files -n python-katedj
 %{_bindir}/KateDJ
-%{_mandir}/man1/KateDJ.1*
+%{_mandir}/man1/KateDJ.1%{?ext_man}
 %{python2_sitelib}/kdj/
 %endif
 

++++++ disable-namespace-test.patch ++++++
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4fa768a..16883c2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,11 +41,6 @@ tmp_srt2:="$(top_builddir)/kate-check-2.srt"
 KATEENC_OPTS=-s 0 -c test -l en -K 5 -R 15
 
 check-local:
-       @echo " Checking Kate namespace"
-       @! @NM@ $(top_builddir)/lib/.libs/*.{a,so} \
-        | $(GREP) "^[0123456789abcdef]\{8\} [ABCDEFGHIJKLMOPQRSTUVWXYZ] [^\.]" 
\
-        | $(GREP) -v "^.\{11\}_" \
-        | $(GREP) -v "^.\{11\}kate_"
        @echo " Checking memory allocation routines"
        @! $(GREP) -EHn '[^_](malloc|realloc|free|calloc|memalign)\(' \
            $(top_srcdir)/src/*.[ch] $(top_srcdir)/include/kate/*.h \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 2fe27a1..8b4efa4 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -698,11 +698,6 @@ uninstall-am:
 
 
 check-local:
-       @echo " Checking Kate namespace"
-       @! @NM@ $(top_builddir)/lib/.libs/*.{a,so} \
-        | $(GREP) "^[0123456789abcdef]\{8\} [ABCDEFGHIJKLMOPQRSTUVWXYZ] [^\.]" 
\
-        | $(GREP) -v "^.\{11\}_" \
-        | $(GREP) -v "^.\{11\}kate_"
        @echo " Checking memory allocation routines"
        @! $(GREP) -EHn '[^_](malloc|realloc|free|calloc|memalign)\(' \
            $(top_srcdir)/src/*.[ch] $(top_srcdir)/include/kate/*.h \

Reply via email to