Hello community,

here is the log from the commit of package libdc1394 for openSUSE:Factory 
checked in at 2015-11-24 22:32:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdc1394 (Old)
 and      /work/SRC/openSUSE:Factory/.libdc1394.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdc1394"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdc1394/libdc1394.changes      2015-03-25 
21:04:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdc1394.new/libdc1394.changes 2015-11-24 
22:32:25.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Nov 14 19:24:14 UTC 2015 - [email protected]
+
+- Drop redundant --with-pic; it is only used for static libs (which
+  we do not build), and always on anyway for shared libraires.
+- Name the utility package -tools as with many other pkgs.
+- Remove non-library packages from baselibs.conf.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdc1394.spec ++++++
--- /var/tmp/diff_new_pack.ydORh1/_old  2015-11-24 22:32:26.000000000 +0100
+++ /var/tmp/diff_new_pack.ydORh1/_new  2015-11-24 22:32:26.000000000 +0100
@@ -22,8 +22,8 @@
 Summary:        1394-Based Digital Camera Control Library
 License:        LGPL-2.1+
 Group:          Hardware/Camera
-Url:            http://sourceforge.net/projects/libdc1394/
-Source0:        
http://sourceforge.net/projects/libdc1394/files/libdc1394-2/%{version}/%{name}-%{version}.tar.gz
+Url:            http://damien.douxchamps.net/ieee1394/libdc1394/
+Source0:        http://downloads.sf.net/libdc1394/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Source2:        baselibs.conf
 Patch0:         libdc1394.no-x11.patch
@@ -55,8 +55,8 @@
 the camera.
 
 %package 22
-Summary:        1394-Based Digital Camera Control Library
-Group:          Hardware/Camera
+Summary:        1394-based Digital Camera Control library
+Group:          System/Libraries
 
 %description 22
 This library provides functionality for controlling any camera that
@@ -68,7 +68,7 @@
 %package devel
 Summary:        Development libraries and header files for dc1394
 Group:          Development/Libraries/C and C++
-Requires:       libdc1394 = %{version}
+Requires:       %{name}-tools = %{version}
 Requires:       libdc1394-22 = %{version}
 Requires:       libraw1394-devel
 
@@ -76,6 +76,16 @@
 This package contains the header files and libraries for building
 programs using the dc1394 library.
 
+%package tools
+Summary:        Command-line utilities from libdc1394
+Group:          Hardware/Camera
+# added on 2015-11-14
+Obsoletes:      %name < %version-%release
+Provides:       %name = %version-%release
+
+%description tools
+This subpackage contains a 1394 bus reset utility.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -87,15 +97,13 @@
 
 %build
 autoreconf --force --install
-export CFLAGS="%{optflags}"
 %configure \
        --disable-static \
-       --with-pic \
        --disable-xv
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install %{?_smp_mflags}
 rm -f %{buildroot}%{_bindir}/dc1394_vloopback 
%{buildroot}%{_mandir}/man1/dc1394_vloopback.1*
 rm -f %{buildroot}%{_mandir}/man1/dc1394_multiview.1*
 rm -f %{buildroot}%{_mandir}/man1/grab_*_image.1*
@@ -105,7 +113,7 @@
 
 %postun 22 -p /sbin/ldconfig
 
-%files
+%files tools
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/dc1394_reset_bus

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.ydORh1/_old  2015-11-24 22:32:26.000000000 +0100
+++ /var/tmp/diff_new_pack.ydORh1/_new  2015-11-24 22:32:26.000000000 +0100
@@ -1,2 +1 @@
-libdc1394
 libdc1394-22


Reply via email to