Hello community,

here is the log from the commit of package ktoblzcheck for openSUSE:Factory 
checked in at 2017-01-22 00:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktoblzcheck (Old)
 and      /work/SRC/openSUSE:Factory/.ktoblzcheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktoblzcheck"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktoblzcheck/ktoblzcheck.changes  2012-01-31 
10:21:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ktoblzcheck.new/ktoblzcheck.changes     
2017-01-22 00:48:12.005224073 +0100
@@ -1,0 +2,8 @@
+Fri Nov 18 14:40:18 UTC 2016 - ch...@computersalat.de
+
+- update to 1.48
+  * format spec file
+  * add libsoname
+  * rename devel pkg (name-devel) and add Provides/Obsoletes
+
+-------------------------------------------------------------------

Old:
----
  ktoblzcheck-1.36.tar.gz

New:
----
  ktoblzcheck-1.48.tar.gz

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

Other differences:
------------------
++++++ ktoblzcheck.spec ++++++
--- /var/tmp/diff_new_pack.dCS11R/_old  2017-01-22 00:48:12.653132295 +0100
+++ /var/tmp/diff_new_pack.dCS11R/_new  2017-01-22 00:48:12.657131728 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktoblzcheck
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ktoblzcheck
-Summary:        Library to check account numbers and bank codes of German 
banks documents
-License:        LGPL-2.1+
+%define libsoname lib%{name}1
+Summary:        A library to check account numbers and bank codes of German 
banks
+License:        LGPL-2.1
 Group:          Productivity/Office/Finance
-Version:        1.36
+Version:        1.48
 Release:        0
-Source:         %{name}-%{version}.tar.gz
-#Source:        
http://prdownloads.sourceforge.net/ktoblzcheck/%{name}-%{version}.tar.gz
+Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz
 Url:            http://ktoblzcheck.sourceforge.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
@@ -30,58 +31,64 @@
 BuildRequires:  pkg-config
 BuildRequires:  python
 
+%if 0%{?suse_version} > 121
+BuildRequires:  automake
+BuildRequires:  libtool
+%endif
+
 %description
-KtoBLZCheck is a library to check account numbers and bank codes of
-German banks. Both a library for other programs as well as a short
-command-line tool is available. It is possible to check pairs of
-account numbers and bank codes (BLZ) of German banks, and to map bank
-codes (BLZ) to the clear-text name and location of the bank.
+KtoBLZCheck is a library to check account numbers and bank codes
+of German banks. Both a library for other programs as well as a
+short command-line tool is available. It is possible to check
+pairs of account numbers and bank codes (BLZ) of German banks,
+and to map bank codes (BLZ) to the clear-text name and location
+of the bank.
 
-%package -n libktoblzcheck1-devel
-Summary:        Libraries, includes etc to develop with ktoblzcheck library
+
+%package devel
+Summary:        KtoBLZCheck development files
 Group:          Development/Libraries/C and C++
-Requires:       libktoblzcheck1 = %{version}
-Provides:       libktoblzcheck-devel = %{version}
-Obsoletes:      libktoblzcheck-devel < %{version}
-Provides:       ktoblzcheck-devel = %{version}
-Obsoletes:      ktoblzcheck-devel < %{version}
+Requires:       %{libsoname} = %{version}
+Provides:       %{libsoname}-devel = %{version}
+Obsoletes:      %{libsoname}-devel < %{version}
+
+%description devel
+Libraries, includes etc to develop with ktoblzcheck library.
 
-%description -n libktoblzcheck1-devel
-Libraries and include files to develop with ktoblzcheck library.
 
-%package -n libktoblzcheck1
+%package -n %{libsoname}
 Summary:        Shared Libraries for ktoblzcheck
 Group:          System/Libraries
 
-%description -n libktoblzcheck1
-Shared Libraries for package ktoblzcheck.
+%description -n %{libsoname}
+This package contains shared Libraries for ktoblzcheck.
 
-%package -n python-ktoblzcheck
+
+%package -n python-%{name}
 Summary:        KtoBLZCheck python-bindings
 Group:          Development/Libraries/Python
+%py_requires
+Requires:       %{libsoname} = %{version}
 Requires:       %{name} = %{version}
-Requires:       libktoblzcheck1 = %{version}
-Requires:       python >= 2.5
+Requires:       python >= 2.3
 
-%description -n python-ktoblzcheck
+%description -n python-%{name}
 This package contains the python-bindings for ktoblzcheck.
 
+
 %prep
 %setup -q
+autoreconf -fi
 
 %build
 %{configure} \
-        --disable-debug \
         --enable-python \
-        --disable-static \
         --with-pic
 
 %{__make} %{?jobs:-j%jobs}
 
 %install
-make pythondir=%{py_sitedir} DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-cp -p AUTHORS ChangeLog COPYING INSTALL NEWS README 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
+%makeinstall pythondir=%{py_sitedir}
 
 %fdupes -s %{buildroot}
 
@@ -90,28 +97,28 @@
 %clean
 [ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
 
-%post -n libktoblzcheck1 -p /sbin/ldconfig
+%post -n %{libsoname} -p /sbin/ldconfig
 
-%postun -n libktoblzcheck1 -p /sbin/ldconfig
+%postun -n %{libsoname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%{_defaultdocdir}/%{name}
-%{_mandir}/man1/%{name}.1*
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
 %dir %{_datadir}/%{name}
-#%{_datadir}/%{name}/bankdata.txt
 %{_datadir}/%{name}/ibandata.txt
 %{_datadir}/%{name}/bundesbank.pl
 %{_datadir}/%{name}/online_update.pl
 %{_datadir}/%{name}/bankdata_*.txt
 
-%files -n libktoblzcheck1
+%files -n %{libsoname}
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 
-%files -n libktoblzcheck1-devel
+%files devel
 %defattr(-,root,root)
+%doc AUTHORS README COPYING ChangeLog NEWS
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 %{_includedir}/%{name}.h

++++++ ktoblzcheck-1.36.tar.gz -> ktoblzcheck-1.48.tar.gz ++++++
++++ 48510 lines of diff (skipped)


Reply via email to