Hello community,

here is the log from the commit of package libraw1394 for openSUSE:Factory 
checked in at 2014-09-18 07:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libraw1394 (Old)
 and      /work/SRC/openSUSE:Factory/.libraw1394.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libraw1394"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libraw1394/libraw1394.changes    2013-03-24 
21:45:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libraw1394.new/libraw1394.changes       
2014-09-18 07:12:01.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  4 18:51:55 UTC 2014 - [email protected]
+
+- libraw1394-exports.patch: Only symbols prefixed with 
+  raw1394_ are part of the public API, everything else
+  is private.
+
+-------------------------------------------------------------------

New:
----
  libraw1394-exports.patch

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

Other differences:
------------------
++++++ libraw1394.spec ++++++
--- /var/tmp/diff_new_pack.F4erog/_old  2014-09-18 07:12:03.000000000 +0200
+++ /var/tmp/diff_new_pack.F4erog/_new  2014-09-18 07:12:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libraw1394
 #
-# Copyright (c) 2013 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
@@ -28,12 +28,14 @@
 Obsoletes:      libraw1394-64bit
 %endif
 #
+BuildRequires:  libtool
 BuildRequires:  openjade-devel
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        
http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-Patch:          libraw1394.no-isodump.patch
+Patch0:         libraw1394.no-isodump.patch
+Patch1:         libraw1394-exports.patch
 
 %description
 The Linux kernel's IEEE 1394 subsystem provides access to the raw 1394
@@ -101,11 +103,10 @@
 
 %prep
 %setup -q
-%patch -p1
-
+%patch0 -p1
+%patch1 -p1
 %build
-#autoreconf --force --install
-export CFLAGS="%optflags"
+autoreconf --force --install
 %configure --disable-static --with-pic
 %{__make} %{?jobs:-j%jobs} all
 

++++++ libraw1394-exports.patch ++++++
--- libraw1394-2.1.0.orig/src/Makefile.am
+++ libraw1394-2.1.0/src/Makefile.am
@@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in
 
 lib_LTLIBRARIES = libraw1394.la
 
-libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
+libraw1394_la_LDFLAGS = -export-symbols-regex '^raw1394_' -no-undefined 
-version-info @lt_major@:@lt_revision@:@lt_age@
 
 libraw1394_la_SOURCES =   \
        main.c            \
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to