Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2015-12-09 19:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blitz (Old)
 and      /work/SRC/openSUSE:Factory/.blitz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blitz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blitz/blitz.changes      2013-02-26 
15:13:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2015-12-09 
22:12:56.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec  2 08:46:24 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blitz.spec ++++++
--- /var/tmp/diff_new_pack.TNQatI/_old  2015-12-09 22:12:57.000000000 +0100
+++ /var/tmp/diff_new_pack.TNQatI/_new  2015-12-09 22:12:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blitz
 #
-# Copyright (c) 2013 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
@@ -22,21 +22,21 @@
 Summary:        C++ template class library providing array objects for 
scientific computing
 License:        LGPL-3.0 or BSD-3-Clause or Artistic-2.0
 Group:          Development/Libraries/C and C++
-Url:            http://www.oonumerics.org/blitz/
-Source:         
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Url:            http://sourceforge.net/projects/blitz/files/blitz
+Source:         http://download.sourceforge.net/blitz/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM blitz-gcc47.patch dmitr...@opensuse.org -- Fix 
compilation with gcc >= 4.7
 Patch0:         blitz-gcc47.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
 BuildRequires:  graphviz
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  texlive-latex
-%if %suse_version > 1220
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1220
 BuildRequires:  texinfo
 BuildRequires:  texlive-dvips
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Blitz++ is a C++ class library for scientific computing which provides
@@ -60,7 +60,8 @@
 Summary:        Libraries, includes, etc. used to develop an application with 
%{name}
 Group:          Development/Libraries/C and C++
 Requires:       libblitz0 = %{version}
-Requires:       pkgconfig
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 
 %description    devel
 Blitz++ is a C++ class library for scientific computing which provides
@@ -97,16 +98,12 @@
   --disable-cxx-flags-preset \
   --disable-fortran-flags-preset
 
-make %{?_smp_mflags}
-make info
-make html
-make pdf
+make %{?_smp_mflags} all info html pdf
 
 %install
-make DESTDIR=%{buildroot} install
-make DESTDIR=%{buildroot} install-info
+make DESTDIR=%{buildroot} install install-info %{?_smp_mflags}
 
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 #Remove empty dirs and example files from the documnetation
 rm -rf doc/doxygen/html/installdox
 rm -rf examples/.deps
@@ -122,7 +119,7 @@
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun devel
+%preun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files -n libblitz0


Reply via email to