Hello community,

here is the log from the commit of package fastjet for openSUSE:Factory checked 
in at 2019-11-30 10:35:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fastjet (Old)
 and      /work/SRC/openSUSE:Factory/.fastjet.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fastjet"

Sat Nov 30 10:35:55 2019 rev:6 rq:746504 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fastjet/fastjet.changes  2016-11-14 
20:16:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fastjet.new.26869/fastjet.changes       
2019-11-30 10:36:37.224177674 +0100
@@ -1,0 +2,28 @@
+Fri Nov  8 01:44:46 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 3.3.2:
+  * Improved the shared-library behaviour by setting the proper
+    inter-dependences
+  * Included SISCone v3.0.4 with a similar fix
+- Changes from version 3.3.1:
+  * Main FastJet license clarified as being GPL v2 or later
+  * Added theta() and cos_theta() members to PseudoJet
+  * Added a --with-cgal-boostdir=... configure option to handle
+    cases where CGAL uses a non-standard Boost installation path
+  * Fixed compilation bug in the SISCone interface
+- Use fdupes to link duplicated files.
+- Update License to GPL-2.0-or-later.
+
+-------------------------------------------------------------------
+Wed Aug  2 07:59:38 UTC 2017 - [email protected]
+
+- Update to version 3.3.0:
+  * This release adds a first version of a Python interface to
+    FastJet 
+- Enable python bindings:
+  * Split out a python-fastjet subpackage.
+  * Add python BuildRequires
+  * Pass --enable-pyext to configure
+  * Package python examples.
+
+-------------------------------------------------------------------

Old:
----
  fastjet-3.2.1.tar.gz

New:
----
  fastjet-3.3.2.tar.gz

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

Other differences:
------------------
++++++ fastjet.spec ++++++
--- /var/tmp/diff_new_pack.Tr7Cs3/_old  2019-11-30 10:36:38.572177512 +0100
+++ /var/tmp/diff_new_pack.Tr7Cs3/_new  2019-11-30 10:36:38.608177508 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fastjet
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,21 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           fastjet
-Version:        3.2.1
+Version:        3.3.2
 Release:        0
 Summary:        Package for jet finding in pp and e+e- collisions
-License:        GPL-2.0
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Url:            http://fastjet.fr/
 Source:         http://fastjet.fr/repo/%{name}-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  python3-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -120,18 +122,30 @@
 This package provides the develoment files for SISCone plugin for
 fastjet.
 
+%package -n python3-%{name}
+Summary:        Python3 bindings for fastjet
+Group:          Development/Libraries/Python
+
+%description -n python3-%{name}
+FastJet is a software package for jet finding in pp and e+e-
+collisions.
+
+This package provides python3 bindings for fastjet.
+
 %prep
 %setup -q
 
 %build
-%configure --disable-static --enable-allcxxplugins
+%configure --disable-static --enable-allcxxplugins --enable-pyext
 make %{?_smp_mflags}
 
 %install
 %make_install
 
 # REMOVE libtool ARCHIVES
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -name "*.la" -delete -print
+
+%fdupes %{buildroot}%{python3_sitelib}/
 
 %post -n libfastjet0 -p /sbin/ldconfig
 
@@ -165,4 +179,9 @@
 %{_libdir}/libsiscone*.so
 %{_includedir}/siscone/
 
+%files -n python3-%{name}
+%defattr(-,root,root)
+%{python3_sitelib}/fastjet.*
+%{python3_sitearch}/_fastjet.*
+
 %changelog

++++++ fastjet-3.2.1.tar.gz -> fastjet-3.3.2.tar.gz ++++++
++++ 114258 lines of diff (skipped)


Reply via email to