commit blitz for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2020-02-10 21:53:33

Comparing /work/SRC/openSUSE:Factory/blitz (Old)
 and  /work/SRC/openSUSE:Factory/.blitz.new.26092 (New)


Package is "blitz"

Mon Feb 10 21:53:33 2020 rev:2 rq:772517 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/blitz/blitz.changes  2020-02-03 
11:14:15.589873484 +0100
+++ /work/SRC/openSUSE:Factory/.blitz.new.26092/blitz.changes   2020-02-10 
21:53:39.802198949 +0100
@@ -1,0 +2,6 @@
+Sun Feb  2 16:27:25 UTC 2020 - Atri Bhattacharya 
+
+- Disable building docs for openSUSE < 1550: build failues from
+  texinfo errors for openSUSE Leap 15.2
+
+---



Other differences:
--
++ blitz.spec ++
--- /var/tmp/diff_new_pack.NHoprp/_old  2020-02-10 21:53:40.398199279 +0100
+++ /var/tmp/diff_new_pack.NHoprp/_new  2020-02-10 21:53:40.398199279 +0100
@@ -15,6 +15,12 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+# ISSUE WITH make doc CAUSING FAILED BUILDS FOR openSUSE Leap 15.2
+%if 0%{?suse_version} >= 1550
+%bcond_without doc
+%else
+%bcond_with doc
+%endif
 
 Name:   blitz
 Version:1.0.2
@@ -40,10 +46,12 @@
 BuildRequires:  pkgconfig(papi)
 BuildRequires:  pkgconfig(openlibm)
 BuildRequires:  python3-base
+%if %{with doc}
 BuildRequires:  texinfo
 BuildRequires:  texi2html
 BuildRequires:  texlive-dvips
 BuildRequires:  texlive-latex
+%endif
 Requires(post): %install_info_prereq
 Requires(preun): %install_info_prereq
 
@@ -91,13 +99,16 @@
 
 %build
 %cmake \
--DBUILD_DOC=ON \
+-DBUILD_DOC=%{?with_doc:ON}%{!?with_doc:OFF} \
 -DBUILD_TESTING=ON \
 -DDISABLE_REFMAN_PDF=ON \
 -DENABLE_SERIALISATION=ON \
 -DSIMD_EXTENSION=ON \
 -DCMAKE_INSTALL_DOCDIR=%{_docdir}/blitz
+
+%if %{with doc}
 make blitz-doc
+%endif
 %cmake_build
 
 %install
@@ -108,11 +119,13 @@
 %post   -n libblitz%{sonum} -p /sbin/ldconfig
 %postun -n libblitz%{sonum} -p /sbin/ldconfig
 
+%if %{with doc}
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/blitz.info.gz
 
 %preun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/blitz.info.gz
+%endif
 
 %files -n libblitz%{sonum}
 %license COPYING COPYING.LESSER COPYRIGHT LEGAL LICENSE
@@ -121,7 +134,9 @@
 
 %files devel
 %license COPYING COPYING.LESSER COPYRIGHT LEGAL LICENSE
+%if %{with doc}
 %{_infodir}/blitz.info.gz
+%endif
 %{_libdir}/libblitz.so
 %{_libdir}/pkgconfig/blitz.pc
 %{_libdir}/cmake/blitz*.cmake
@@ -130,11 +145,15 @@
 
 %files doc
 %doc ChangeLog ChangeLog.*
+%if %{with doc}
 %license %{_docdir}/blitz/COPYING
 %license %{_docdir}/blitz/COPYING.LESSER
 %license %{_docdir}/blitz/COPYRIGHT
 %license %{_docdir}/blitz/LEGAL
 %license %{_docdir}/blitz/LICENSE
+%else
+%license COPYING COPYING.LESSER COPYRIGHT LEGAL LICENSE
+%endif
 %{_docdir}/blitz/
 
 %changelog




commit blitz for openSUSE:Factory

2015-12-09 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2015-12-09 
22:12:56.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.TNQatI/_new  2015-12-09 22:12:57.0 +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}
 
 %descriptiondevel
 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




commit blitz for openSUSE:Factory

2013-02-26 Thread h_root
Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2013-02-26 15:13:44

Comparing /work/SRC/openSUSE:Factory/blitz (Old)
 and  /work/SRC/openSUSE:Factory/.blitz.new (New)


Package is blitz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/blitz/blitz.changes  2012-07-22 
21:58:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2013-02-26 
15:13:45.0 +0100
@@ -1,0 +2,16 @@
+Fri Feb 22 13:29:42 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-3.0 or BSD-3-Clause or Artistic-2.0
+  The Artistic-2.0 license is also a choice
+
+---
+Thu Feb 21 06:48:50 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 0.10
+  * improved performance
+  * 64-bit compatibility
+  * thread safety
+  * utilizing careful data alignment
+- Update license to LGPL-3.0 or BSD-3-Clause according to LEGAL file
+
+---

Old:

  blitz-0.9.tar.bz2
  blitz-gcc-4.3.patch

New:

  blitz-0.10.tar.gz
  blitz-gcc47.patch



Other differences:
--
++ blitz.spec ++
--- /var/tmp/diff_new_pack.83BZ6R/_old  2013-02-26 15:14:01.0 +0100
+++ /var/tmp/diff_new_pack.83BZ6R/_new  2013-02-26 15:14:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blitz
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,17 +17,19 @@
 
 
 Name:   blitz
-Version:0.9
+Version:0.10
 Release:0
 Summary:C++ template class library providing array objects for 
scientific computing
-License:GPL-2.0
+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: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM blitz-gcc-4.3.patch badshah...@gmail.com --Fix 
compilation with gcc=4.3
-# (patch taken from fedora)
-Patch0: blitz-gcc-4.3.patch
+Source: 
http://download.sourceforge.net/%{name}/%{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:  texlive-latex
 %if %suse_version  1220
@@ -35,8 +37,6 @@
 BuildRequires:  texlive-dvips
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(post): /sbin/install-info
-Requires(preun):/sbin/install-info
 
 %description
 Blitz++ is a C++ class library for scientific computing which provides
@@ -56,7 +56,6 @@
 
 This package provides shared libraries with blitz.
 
-
 %package devel
 Summary:Libraries, includes, etc. used to develop an application with 
%{name}
 Group:  Development/Libraries/C and C++
@@ -74,7 +73,7 @@
 
 %package doc
 Summary:The Blitz html docs
-Group:  Documentation/HTML
+Group:  Documentation/Other
 BuildArch:  noarch
 
 %description doc
@@ -83,55 +82,67 @@
 high performance. Blitz++ provides dense arrays and vectors, random number
 generators, and small vectors.
 
-This package provides HTML documentation files for the Blitz Library.
+This package provides documentation files for the Blitz Library.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-%configure --enable-shared --disable-static --disable-fortran \
---disable-dependency-tracking --disable-cxx-flags-preset
-# not parallel safe
-make -j1
+%configure \
+  --enable-shared \
+  --disable-static \
+  --enable-fortran \
+  --enable-64bit \
+  --disable-cxx-flags-preset \
+  --disable-fortran-flags-preset
+
+make %{?_smp_mflags}
+make info
+make html
+make pdf
 
 %install
 make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install-info
+
+find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 #Remove empty dirs and example files from the documnetation
 rm -rf doc/doxygen/html/installdox
 rm -rf examples/.deps
 rm -rf examples/Makefile*
 
+%check
+make %{?_smp_mflags} check-testsuite
+
 %post -n libblitz0 -p /sbin/ldconfig
 
 %postun -n libblitz0 -p /sbin/ldconfig
 
 %post devel
-/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%preun devel
-if [ $1 = 0 ]; then
-/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
-fi

commit blitz for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2012-07-22 21:58:20

Comparing /work/SRC/openSUSE:Factory/blitz (Old)
 and  /work/SRC/openSUSE:Factory/.blitz.new (New)


Package is blitz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/blitz/blitz.changes  2012-02-16 
12:18:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2012-07-22 
21:58:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 09:25:55 UTC 2012 - wer...@suse.de
+
+- Make it build with latest TeXLive 2012 with new package layout
+
+---



Other differences:
--
++ blitz.spec ++
--- /var/tmp/diff_new_pack.C7oZOr/_old  2012-07-22 21:58:24.0 +0200
+++ /var/tmp/diff_new_pack.C7oZOr/_new  2012-07-22 21:58:24.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   blitz
 Version:0.9
-Release:1
-License:GPL-2.0
+Release:0
 Summary:C++ template class library providing array objects for 
scientific computing
-Url:http://www.oonumerics.org/blitz/
+License:GPL-2.0
 Group:  Development/Libraries/C and C++
+Url:http://www.oonumerics.org/blitz/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM blitz-gcc-4.3.patch badshah...@gmail.com --Fix 
compilation with gcc=4.3
 # (patch taken from fedora)
@@ -31,6 +30,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  texlive-latex
+%if %suse_version  1220
+BuildRequires:  texinfo
+BuildRequires:  texlive-dvips
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): /sbin/install-info
 Requires(preun):/sbin/install-info
@@ -42,7 +45,6 @@
 generators, and small vectors.
 
 %package -n libblitz0
-License:GPL-2.0
 Summary:Shared libraries for blitz
 Group:  Development/Libraries/C and C++
 
@@ -56,7 +58,6 @@
 
 
 %package devel
-License:GPL-2.0
 Summary:Libraries, includes, etc. used to develop an application with 
%{name}
 Group:  Development/Libraries/C and C++
 Requires:   libblitz0 = %{version}
@@ -72,7 +73,6 @@
 application.
 
 %package doc
-License:GPL-2.0
 Summary:The Blitz html docs
 Group:  Documentation/HTML
 BuildArch:  noarch

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



commit blitz for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2012-02-16 12:18:31

Comparing /work/SRC/openSUSE:Factory/blitz (Old)
 and  /work/SRC/openSUSE:Factory/.blitz.new (New)


Package is blitz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/blitz/blitz.changes  2011-09-23 
01:52:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2012-02-16 
12:18:35.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 28 21:15:20 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ blitz.spec ++
--- /var/tmp/diff_new_pack.rTwyEw/_old  2012-02-16 12:18:37.0 +0100
+++ /var/tmp/diff_new_pack.rTwyEw/_new  2012-02-16 12:18:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blitz
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -92,7 +92,8 @@
 %build
 %configure --enable-shared --disable-static --disable-fortran \
 --disable-dependency-tracking --disable-cxx-flags-preset
-make 
+# not parallel safe
+make -j1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -101,9 +102,6 @@
 rm -rf examples/.deps
 rm -rf examples/Makefile*
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %post -n libblitz0 -p /sbin/ldconfig
 
 %postun -n libblitz0 -p /sbin/ldconfig

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



commit blitz for openSUSE:Factory

2011-04-11 Thread h_root

Hello community,

here is the log from the commit of package blitz for openSUSE:Factory
checked in at Mon Apr 11 13:48:38 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/blitz/blitz.changes2011-03-23 
21:23:16.0 +0100
@@ -0,0 +1,11 @@
+---
+Wed Mar 23 20:24:40 UTC 2011 - badshah...@gmail.com
+
+- Require the correct version of libblitz0 library for blitz-devel
+  package 
+
+---
+Wed Mar 23 01:08:20 UTC 2011 - badshah...@gmail.com
+
+- Initial package (following spec file from fedora) 
+

calling whatdependson for head-i586


New:

  blitz-0.9.tar.bz2
  blitz-gcc-4.3.patch
  blitz.changes
  blitz.spec



Other differences:
--
++ blitz.spec ++
#
# spec file for package blitz
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   blitz
Version:0.9
Release:1
License:GPLv2
Summary:C++ template class library providing array objects for 
scientific computing
Url:http://www.oonumerics.org/blitz/
Group:  Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM blitz-gcc-4.3.patch badshah...@gmail.com --Fix compilation 
with gcc=4.3
# (patch taken from fedora)
Patch0: blitz-gcc-4.3.patch
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  texlive-latex
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires(post): /sbin/install-info
Requires(preun):/sbin/install-info

%description
Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90. It uses template techniques to achieve
high performance. Blitz++ provides dense arrays and vectors, random number
generators, and small vectors.

%package -n libblitz0
License:GPLv2
Summary:Shared libraries for blitz
Group:  Development/Libraries/C and C++

%description -n libblitz0
Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90. It uses template techniques to achieve
high performance. Blitz++ provides dense arrays and vectors, random number
generators, and small vectors.

This package provides shared libraries with blitz.


%package devel
License:GPLv2
Summary:Libraries, includes, etc. used to develop an application with 
%{name}
Group:  Development/Libraries/C and C++
Requires:   libblitz0 = %{version}
Requires:   pkgconfig

%description devel
Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90. It uses template techniques to achieve
high performance. Blitz++ provides dense arrays and vectors, random number
generators, and small vectors.

This package provides the header files and libraries needed to develop a blitz
application.

%package doc
License:GPLv2
Summary:The Blitz html docs
Group:  Documentation/HTML
BuildArch:  noarch

%description doc
Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90. It uses template techniques to achieve
high performance. Blitz++ provides dense arrays and vectors, random number
generators, and small vectors.

This package provides HTML documentation files for the Blitz Library.

%prep
%setup -q
%patch0 -p1

%build
%configure --enable-shared --disable-static --disable-fortran \
--disable-dependency-tracking --disable-cxx-flags-preset
make 

%install
make DESTDIR=%{buildroot} install
#Remove empty dirs and example files from the documnetation
rm -rf doc/doxygen/html/installdox
rm -rf examples/.deps
rm -rf examples/Makefile*

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%post -n libblitz0 -p /sbin/ldconfig

%postun -n libblitz0 -p /sbin/ldconfig

%post devel
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun devel
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

%files -n libblitz0
%defattr(-,root,root)
%doc AUTHORS LEGAL COPYING README LICENSE
%{_libdir}/*so.*

%files devel