Hello community, here is the log from the commit of package LHAPDF for openSUSE:Factory checked in at 2014-05-06 14:01:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/LHAPDF (Old) and /work/SRC/openSUSE:Factory/.LHAPDF.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "LHAPDF" Changes: -------- --- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes 2014-05-05 21:10:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.LHAPDF.new/LHAPDF.changes 2014-05-06 14:01:47.000000000 +0200 @@ -1,0 +2,13 @@ +Sun May 4 07:20:17 UTC 2014 - [email protected] + +- Update to version 6.1.0: + + Lots of changes since previously packaged version, see + /usr/share/doc/packages/ChangeLog for a full list + + Now installs a pkgconfig file (introduces BuildRequires on + pkg-config) + + Requires boost >= 1.53.0 (not available on <= 12.3). +- Unnecessary rpaths and linker flags have been properly removed + from lhapdf-config by upstream, remove the temporary workaround + which was put in the spec file. + +------------------------------------------------------------------- Old: ---- LHAPDF-6.0.4.tar.gz New: ---- LHAPDF-6.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ LHAPDF.spec ++++++ --- /var/tmp/diff_new_pack.aYhNGd/_old 2014-05-06 14:01:48.000000000 +0200 +++ /var/tmp/diff_new_pack.aYhNGd/_new 2014-05-06 14:01:48.000000000 +0200 @@ -17,21 +17,22 @@ %define so_name libLHAPDF +%define execname lhapdf Name: LHAPDF -Version: 6.0.4 +Version: 6.1.0 Release: 0 Summary: A library for unified and easy to use interface to modern PDF sets License: GPL-3.0 Group: Development/Libraries/C and C++ Url: http://lhapdf.hepforge.org -Source: http://www.hepforge.org/archive/lhapdf/LHAPDF-6.0.4.tar.gz -BuildRequires: boost-devel +Source: http://www.hepforge.org/archive/lhapdf/%{name}-%{version}.tar.gz +BuildRequires: boost-devel >= 1.53.0 BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: python-devel BuildRequires: texlive-latex-bin -BuildRequires: yaml-cpp-devel +BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -116,11 +117,6 @@ find %{buildroot}%{_libdir}/ -name "*.la" -delete -# FIXME: Patch out unnecessary rpaths and linker flags, until upstream comes up with better fix -# This has no consequence on application usage -sed -i "s|-Wl,-R,/usr/local/lib ||g" %{buildroot}%{_bindir}/lhapdf-config -sed -i "s|-L/usr/local/lib ||g" %{buildroot}%{_bindir}/lhapdf-config - %post -n %{so_name} /sbin/ldconfig @@ -134,13 +130,15 @@ %files devel %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING -%{_bindir}/lhapdf-* +%{_bindir}/%{execname} +%{_bindir}/%{execname}-* %{_datadir}/%{name}/ %{_includedir}/%{name} +%{_libdir}/pkgconfig/%{execname}.pc %files -n python-%{name} %defattr(-, root, root) %{python_sitearch}/%{name}-*.egg-info -%{python_sitearch}/lhapdf.so +%{python_sitearch}/%{execname}.so %changelog ++++++ LHAPDF-6.0.4.tar.gz -> LHAPDF-6.1.0.tar.gz ++++++ ++++ 35919 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
