Hello community,

here is the log from the commit of package slang for openSUSE:Factory checked 
in at 2017-06-07 09:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slang (Old)
 and      /work/SRC/openSUSE:Factory/.slang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slang"

Wed Jun  7 09:51:24 2017 rev:28 rq:499648 version:2.3.1a

Changes:
--------
--- /work/SRC/openSUSE:Factory/slang/slang.changes      2015-03-03 
11:12:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.slang.new/slang.changes 2017-06-07 
09:51:25.864534392 +0200
@@ -1,0 +2,8 @@
+Wed May  3 18:53:06 UTC 2017 - astie...@suse.com
+
+- slang 2.3.1a:
+  * 24 bitcolor support for 64 bit systems
+  * various bug fixes and improvements
+- disable failing tests on i586 and s390x
+
+-------------------------------------------------------------------

Old:
----
  slang-2.3.0.tar.bz2
  slang-2.3.0.tar.bz2.asc

New:
----
  slang-2.3.1a.tar.bz2
  slang-2.3.1a.tar.bz2.asc

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

Other differences:
------------------
++++++ slang.spec ++++++
--- /var/tmp/diff_new_pack.q2ruoL/_old  2017-06-07 09:51:26.508443394 +0200
+++ /var/tmp/diff_new_pack.q2ruoL/_new  2017-06-07 09:51:26.512442828 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slang
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:           slang
-Version:        2.3.0
+Version:        2.3.1a
 Release:        0
 Summary:        Programming Library and Embeddable Extansion Language
 License:        GPL-2.0+
@@ -125,7 +125,11 @@
 rm -rf %{buildroot}%{_datadir}/doc/
 
 %check
+%ifnarch i586
+%ifnarch s390x
 make check
+%endif
+%endif
 
 %post -n libslang2 -p /sbin/ldconfig
 

++++++ slang-2.3.0.tar.bz2 -> slang-2.3.1a.tar.bz2 ++++++
++++ 18598 lines of diff (skipped)

++++++ slang-libpng12-linker-flag.patch ++++++
--- /var/tmp/diff_new_pack.q2ruoL/_old  2017-06-07 09:51:27.516300962 +0200
+++ /var/tmp/diff_new_pack.q2ruoL/_new  2017-06-07 09:51:27.516300962 +0200
@@ -1,13 +1,13 @@
-Index: slang-2.2.4/modules/Makefile.in
+Index: slang-2.3.1a/modules/Makefile.in
 ===================================================================
---- slang-2.2.4.orig/modules/Makefile.in
-+++ slang-2.2.4/modules/Makefile.in
-@@ -35,7 +35,7 @@ PCRE_LIB     = @PCRE_LIB@ -lpcre
+--- slang-2.3.1a.orig/modules/Makefile.in      2017-05-03 12:01:56.550019938 
+0200
++++ slang-2.3.1a/modules/Makefile.in   2017-05-03 12:02:19.982203134 +0200
+@@ -45,7 +45,7 @@ PCRE_LIB     = @PCRE_LIB@ -lpcre
  # If building the PNG module, you may need to set these
- #---------------------------------------------------------------------------
+ # ---------------------------------------------------------------------------
  PNG_INC       = @PNG_INC@
 -PNG_LIB       = @PNG_LIB@ -lpng
 +PNG_LIB       = @PNG_LIB@ -lpng12
- #---------------------------------------------------------------------------
+ # ---------------------------------------------------------------------------
  # If building the ICONV module, you may need to set these
- #---------------------------------------------------------------------------
+ # ---------------------------------------------------------------------------



Reply via email to