Hello community,

here is the log from the commit of package splix for openSUSE:Factory checked 
in at 2014-09-03 18:22:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/splix (Old)
 and      /work/SRC/openSUSE:Factory/.splix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "splix"

Changes:
--------
--- /work/SRC/openSUSE:Factory/splix/splix.changes      2014-06-25 
10:49:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.splix.new/splix.changes 2014-09-03 
21:11:06.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 25 11:03:47 CEST 2014 - jsm...@suse.de
+
+- splix-add-debuginfo.patch (from lpecha...@suse.cz) lets build
+  make also the missing debuginfo packages (bnc#890843).
+
+-------------------------------------------------------------------

New:
----
  splix-add-debuginfo.patch

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

Other differences:
------------------
++++++ splix.spec ++++++
--- /var/tmp/diff_new_pack.2pbxj7/_old  2014-09-03 21:11:07.000000000 +0200
+++ /var/tmp/diff_new_pack.2pbxj7/_new  2014-09-03 21:11:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package splix (Version 2.0.0)
+# spec file for package splix
 #
-# Copyright (c) 2010 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
@@ -15,22 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with jbigkit
 
 Name:           splix
 Summary:        Driver for Samsung Printer Language printers
-Version:        2.0.0
-Release:        4
 License:        GPL-2.0
 Group:          Hardware/Printing
+Version:        2.0.0
+Release:        0
 Url:            http://splix.ap2c.org/
 Source0:        
http://downloads.sourceforge.net/project/splix/splix/%{version}/%{name}-%{version}.tar.bz2
 Source1:        http://splix.ap2c.org/samsung_cms.tar.bz2
 Source2:        README.SUSE
 Patch0:         %name-2.0.0-gcc45.patch
 Patch1:         %name-libs.patch
+Patch2:         %name-add-debuginfo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
@@ -70,6 +70,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %__cp %SOURCE2 .
 
 %build

++++++ splix-add-debuginfo.patch ++++++
SLE needs debugging information even for optimized binaries.

Signed-off-by: Libor Pechacek <lpecha...@suse.cz>
Index: splix-2.0.0/Makefile
===================================================================
--- splix-2.0.0.orig/Makefile
+++ splix-2.0.0/Makefile
@@ -74,8 +74,8 @@ comma           := ,
 
 DEBUG_CFLAGS    := -O0 -g
 DEBUG_CXXFLAGS  := -O0 -g
-OPTIM_CFLAGS   := -O2
-OPTIM_CXXFLAGS := -O2
+OPTIM_CFLAGS   := -O2 -g
+OPTIM_CXXFLAGS := -O2 -g
 
 ARCHI           := $(shell uname -s)
 
Index: splix-2.0.0/rules.mk
===================================================================
--- splix-2.0.0.orig/rules.mk
+++ splix-2.0.0/rules.mk
@@ -21,9 +21,9 @@ cmd_install_cms               = INSTALL           col
 install: $(rastertoqpdl_TARGET) $(pstoqpdl_TARGET)
        $(Q)mkdir -p $(DESTDIR)${CUPSFILTER}
        $(call printCmd, $(cmd_install_raster))
-       $(Q)install -m 755 -s $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
+       $(Q)install -m 755 $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
        $(call printCmd, $(cmd_install_ps))
-       $(Q)install -m 755 -s $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
+       $(Q)install -m 755 $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
        $(Q)$(MAKE) --no-print-directory -C ppd install Q=$(Q) \
                DESTDIR=$(abspath $(DESTDIR)) DISABLE_JBIG=$(DISABLE_JBIG)
        @echo ""
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to