Hello community,

here is the log from the commit of package freexl for openSUSE:Factory checked 
in at 2015-03-11 09:57:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freexl (Old)
 and      /work/SRC/openSUSE:Factory/.freexl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freexl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freexl/freexl.changes    2015-02-05 
11:00:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freexl.new/freexl.changes       2015-03-11 
09:57:24.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Mar  7 21:12:45 UTC 2015 - mplus...@suse.com
+
+- Update to 1.0.0i
+  * no changelog provided by upstream
+
+-------------------------------------------------------------------

Old:
----
  freexl-1.0.0h.tar.gz

New:
----
  freexl-1.0.0i.tar.gz

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

Other differences:
------------------
++++++ freexl.spec ++++++
--- /var/tmp/diff_new_pack.JMW18q/_old  2015-03-11 09:57:25.000000000 +0100
+++ /var/tmp/diff_new_pack.JMW18q/_new  2015-03-11 09:57:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freexl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,16 +16,17 @@
 #
 
 
+%define libname lib%{name}1
 Name:           freexl
-Version:        1.0.0h
+Version:        1.0.0i
 Release:        0
-Summary:        FreeXL
+Summary:        Library to extract valid data from within an Excel
 License:        MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Url:            https://www.gaia-gis.it/fossil/freexl/index
 Source:         http://www.gaia-gis.it/gaia-sins/%{name}-%{version}.tar.gz
-BuildRequires:  fdupes
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -33,18 +34,18 @@
 %description
 FreeXL is an open source library to extract valid data from within an Excel 
(.xls) spreadsheet.
 
-%package -n lib%{name}1
+%package -n %{libname}
 Summary:        Shared library for FreeXL
 Group:          System/Libraries
 
-%description -n lib%{name}1 
+%description -n %{libname}
 FreeXL is an open source library to extract valid data from within an Excel 
(.xls) spreadsheet.
 
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
+Requires:       %{libname} = %{version}
 Requires:      glibc-devel
-Requires:       libfreexl1 = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -67,12 +68,11 @@
 make install %{?_smp_flags} DESTDIR=%{buildroot} 
 
 rm -rf %{buildroot}%{_libdir}/lib*.la
+%fdupes -s html
 
-%fdupes %buildroot/%_prefix
-
-%post -n lib%{name}1 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n lib%{name}1 -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files -n lib%{name}1
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to