Hello community,

here is the log from the commit of package sbl for openSUSE:Factory checked in 
at 2013-03-26 12:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbl (Old)
 and      /work/SRC/openSUSE:Factory/.sbl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbl", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbl/sbl.changes  2011-12-14 14:35:13.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.sbl.new/sbl.changes     2013-03-26 
12:06:50.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Mar 24 16:01:37 UTC 2013 - [email protected]
+
+- sbl-nostrip.patch: don't strip binaries
+
+-------------------------------------------------------------------
+Fri Mar  1 06:38:43 UTC 2013 - [email protected]
+
+- update license to new format
+
+-------------------------------------------------------------------
@@ -25,0 +36 @@
+
@@ -31,0 +43 @@
+
@@ -43 +54,0 @@
-
@@ -50,2 +60,0 @@
-
-
@@ -70 +78,0 @@
-
@@ -86,0 +95 @@
+
@@ -103,0 +113 @@
+
@@ -115,0 +126 @@
+
@@ -177 +188 @@
-- 
+
@@ -188,0 +200 @@
+
@@ -197,0 +210 @@
+
@@ -219 +231,0 @@
-- 
@@ -263 +274,0 @@
-
@@ -280,0 +292 @@
+
@@ -289 +300,0 @@
-
@@ -301 +311,0 @@
-
@@ -320 +329,0 @@
-
@@ -354 +362,0 @@
-
@@ -373 +380,0 @@
-
@@ -389,2 +395,0 @@
- 
-
@@ -404,0 +410 @@
+
@@ -479 +484,0 @@
-Sat Nov 18 18:24:14 CET 2000
@@ -481 +485,0 @@
-

New:
----
  sbl-nostrip.patch

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

Other differences:
------------------
++++++ sbl.spec ++++++
--- /var/tmp/diff_new_pack.Uscq2d/_old  2013-03-26 12:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.Uscq2d/_new  2013-03-26 12:06:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sbl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           sbl
 BuildRequires:  bluez-devel
 BuildRequires:  gcc-c++
@@ -25,6 +26,7 @@
 Release:        0
 Source:         sbl-3.5.0.tbz2
 Patch1:         sbl-shared.patch
+Patch2:         sbl-nostrip.patch
 Summary:        SuSE blinux
 License:        GPL-2.0+
 Group:          Hardware/Other
@@ -43,7 +45,7 @@
 
 %package orca
 Summary:        brld-orca brlapi
-License:        GPL-2.0 ; GPL-2.0+
+License:        GPL-2.0 and GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
 Requires:       orca
 %py_requires
@@ -63,6 +65,7 @@
 %prep
 %setup -n sbl-3.5.0
 %patch1 -p0
+%patch2 -p0
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" 
LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC"


++++++ sbl-nostrip.patch ++++++
Index: brld/Makefile
===================================================================
--- brld/Makefile.orig
+++ brld/Makefile
@@ -39,11 +39,11 @@ clean:
 
 install: $(PRG) $(LIBNAME)
        install --directory $(DESTDIR)$(INSTPATH)
-       install -s -m 744 $(PRG) $(DESTDIR)$(INSTPATH)
+       install -m 744 $(PRG) $(DESTDIR)$(INSTPATH)
        install -m 744  ../config/brld $(DESTDIR)$(CONFDIR)/init.d
        ln -sf $(CONFDIR)/init.d/brld $(DESTDIR)$(PREFIX)/sbin/rcbrld
        install --directory $(DESTDIR)$(LIBINSTPATH)
-       install -s -m 755 $(LIBNAME).$(SOVER) $(DESTDIR)$(LIBINSTPATH)
+       install -m 755 $(LIBNAME).$(SOVER) $(DESTDIR)$(LIBINSTPATH)
        install --directory $(DESTDIR)$(MANDIR)/man8
        install -m 755 ../man/brld.8 $(DESTDIR)$(MANDIR)/man8
 
Index: sbl/Makefile
===================================================================
--- sbl/Makefile.orig
+++ sbl/Makefile
@@ -62,8 +62,8 @@ install: sbl
        install --directory $(DESTDIR)$(CONFDIR)/sbl/brltbl
        install --directory $(DESTDIR)$(CONFDIR)/sbl/keymap
        install --directory $(DESTDIR)$(PREFIX)/sbin
-       install -s sbl $(DESTDIR)$(PREFIX)/sbin
-       install -s lib/* $(DESTDIR)$(SBLPATH)/lib
+       install sbl $(DESTDIR)$(PREFIX)/sbin
+       install lib/* $(DESTDIR)$(SBLPATH)/lib
        install -m 644 ../profile/* $(DESTDIR)$(CONFDIR)/sbl/profile
        install -m 644 ../keymap/* $(DESTDIR)$(CONFDIR)/sbl/keymap
        install -m 644 ../spk/* $(DESTDIR)$(CONFDIR)/sbl/spk
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to