Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rk for openSUSE:Factory checked in at 2021-06-07 22:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rk (Old) and /work/SRC/openSUSE:Factory/.rk.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rk" Mon Jun 7 22:44:21 2021 rev:5 rq:898079 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/rk/rk.changes 2017-08-24 18:45:02.711546362 +0200 +++ /work/SRC/openSUSE:Factory/.rk.new.32437/rk.changes 2021-06-07 22:44:55.832630025 +0200 @@ -1,0 +2,6 @@ +Mon Jun 7 11:55:30 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Drop --with-pic (no effect with --disable-static) +- Upgrade old rpm constructs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rk.spec ++++++ --- /var/tmp/diff_new_pack.ToJWm5/_old 2021-06-07 22:44:56.380630951 +0200 +++ /var/tmp/diff_new_pack.ToJWm5/_new 2021-06-07 22:44:56.384630957 +0200 @@ -1,7 +1,7 @@ # # spec file for package rk # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -24,11 +24,10 @@ Summary: A C++ library for relativistic kinematics License: X11 Group: Development/Libraries/C and C++ -Url: https://rk.hepforge.org/ +URL: https://rk.hepforge.org/ Source: http://www.hepforge.org/archive/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description %{name} provides a C++ double precision implementation of several @@ -69,31 +68,26 @@ with %{name}. %prep -%setup -q +%autosetup %build -%configure --with-pic --disable-static -make %{?_smp_mflags} +%configure --disable-static +%make_build %install %make_install rm %{buildroot}/%{_libdir}/*.la -%post -n %{soname} -/sbin/ldconfig - -%postun -n %{soname} -/sbin/ldconfig +%post -n %{soname} -p /sbin/ldconfig +%postun -n %{soname} -p /sbin/ldconfig %files devel -%defattr(-,root,root) %doc AUTHORS LICENSE NEWS %{_includedir}/%{name}/ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %files -n %{soname} -%defattr(-,root,root) %{_libdir}/*.so.* %changelog