Hello community, here is the log from the commit of package libcircle for openSUSE:Factory checked in at 2017-11-14 12:55:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcircle (Old) and /work/SRC/openSUSE:Factory/.libcircle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcircle" Tue Nov 14 12:55:57 2017 rev:1 rq:540634 version:0.2.1~rc1 Changes: -------- New Changes file: --- /dev/null 2017-10-14 16:26:57.428140955 +0200 +++ /work/SRC/openSUSE:Factory/.libcircle.new/libcircle.changes 2017-11-14 12:56:00.573609195 +0100 @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 10 15:32:49 UTC 2017 - [email protected] + +- clean up and move to new mpi model + +------------------------------------------------------------------- +Mon Mar 17 19:19:24 UTC 2014 - [email protected] + +- version bumped too 0.2.1_rc.1 +- added %check + +------------------------------------------------------------------- +Thu Jan 23 18:02:14 UTC 2014 - [email protected] + +- initial commit + New: ---- libcircle-0.2.1-rc.1.tar.gz libcircle.changes libcircle.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcircle.spec ++++++ # # spec file for package libcirle # # Copyright (c) 2017 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 # 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/ # %ifarch ppc64 %define mpi_implem openmpi %else %define mpi_implem openmpi2 %endif Name: libcircle Version: 0.2.1~rc1 Release: 0 %define myversion 0.2.1-rc.1 Source: https://github.com/hpc/libcircle/releases/download/%{myversion}/%{name}-%{myversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version} URL: http://github.com/hpc/libcircle Summary: A library used to distribute workloads Group: Development/Libraries/C and C++ License: BSD-3-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{mpi_implem} BuildRequires: %{mpi_implem}-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(check) BuildRequires: doxygen BuildRequires: graphviz BuildRequires: fdupes %description A simple interface for processing workloads using an automatically distributed global queue. %package -n libcircle2 Summary: A library used to distribute workloads Group: System/Libraries %description -n libcircle2 A simple interface for processing workloads using an automatically distributed global queue. %package devel Summary: Development headers and libraries for libcircle Group: Development/Libraries/C and C++ Requires: libcircle2 = %{version}-%{release} %description devel A simple interface for processing workloads using an automatically distributed global queue. This package contains development headers and libraries for libcircle %prep %setup -n %{name}-%{myversion} #avoid date in doxygen footer sed -i '/^HTML_FOOTER/s/=.*/= footer.html/' doc/Doxyfile.in echo > doc/footer.html %build . %{_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh %configure --enable-tests --enable-doxygen --disable-static make %{?_smp_mflags} %install %make_install rm %{buildroot}%{_libdir}/*.la mkdir -p %{buildroot}%{_docdir}/%{name} cp -r doc/html/* %{buildroot}%{_docdir}/%{name} %fdupes %{buildroot}%{_prefix} %check . %{_libdir}/mpi/gcc/%{mpi_implem}/bin/mpivars.sh # Test timeout expired on OpenSuse build #make check %post -n libcircle2 -p /sbin/ldconfig %postun -n libcircle2 -p /sbin/ldconfig %files -n libcircle2 %defattr(-,root,root,0755) %{_libdir}/libcircle.so.* %files devel %defattr(-,root,root,-) %{_includedir}/*.h %{_libdir}/libcircle.so %{_libdir}/pkgconfig/libcircle.pc %{_docdir}/%{name} %changelog
