Hello community,

here is the log from the commit of package hdf for openSUSE:Factory checked in 
at 2019-09-09 12:36:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdf (Old)
 and      /work/SRC/openSUSE:Factory/.hdf.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdf"

Mon Sep  9 12:36:37 2019 rev:11 rq:729261 version:4.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdf/hdf.changes  2018-03-19 23:38:44.788556268 
+0100
+++ /work/SRC/openSUSE:Factory/.hdf.new.7948/hdf.changes        2019-09-09 
12:36:45.737458798 +0200
@@ -1,0 +2,6 @@
+Sun Sep  8 17:49:46 UTC 2019 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Use FAT LTO objects in order to provide proper static library.
+- Some specfile cleanup (defattr, license)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hdf.spec ++++++
--- /var/tmp/diff_new_pack.TNfjLb/_old  2019-09-09 12:36:47.957458436 +0200
+++ /var/tmp/diff_new_pack.TNfjLb/_new  2019-09-09 12:36:47.957458436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hdf
 #
-# Copyright (c) 2018 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,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/
 #
 
 
@@ -403,6 +403,7 @@
 mkdir build_static
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 for mpi in %_mpi;
 do
 # parallel static library
@@ -637,40 +638,34 @@
 %endif
 
 %files
-%defattr(-,root,root,0755)
 %{_bindir}/*
 
 %files -n %{libname}%{sonum}
-%defattr(-,root,root,0755)
-%doc COPYING MANIFEST README.txt release_notes/bugs_fixed.txt 
release_notes/HISTORY.txt release_notes/misc_docs.txt release_notes/RELEASE.txt
+%license COPYING
+%doc MANIFEST README.txt release_notes/bugs_fixed.txt 
release_notes/HISTORY.txt release_notes/misc_docs.txt release_notes/RELEASE.txt
 %{_libdir}/*.so.*
 
 %files devel-data
-%defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/rpm/macros.hdf
 
 %files devel
-%defattr(-,root,root,0755)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_datadir}/cmake/Modules/hdf4/
 
 %files devel-static
-%defattr(-,root,root,0755)
 %{_libdir}/*.a
 
 %if 0%{?_openmpi}
 %files openmpi
-%defattr(-,root,root,0755)
 %{_libdir}/mpi/gcc/openmpi/bin/*
 
 %files -n %{libname}%{sonum}-openmpi
-%defattr(-,root,root,0755)
-%doc COPYING MANIFEST README.txt release_notes/bugs_fixed.txt 
release_notes/HISTORY.txt release_notes/misc_docs.txt release_notes/RELEASE.txt
+%license COPYING
+%doc MANIFEST README.txt release_notes/bugs_fixed.txt 
release_notes/HISTORY.txt release_notes/misc_docs.txt release_notes/RELEASE.txt
 %{_libdir}/mpi/gcc/openmpi/%{_lib}/*.so.*
 
 %files openmpi-devel
-%defattr(-,root,root,0755)
 %{_libdir}/mpi/gcc/openmpi/include/*
 %{_libdir}/mpi/gcc/openmpi/%{_lib}/*.so
 %dir %{_libdir}/mpi/gcc/openmpi/share/cmake/
@@ -678,22 +673,19 @@
 %{_libdir}/mpi/gcc/openmpi/share/cmake/Modules/hdf4/
 
 %files openmpi-devel-static
-%defattr(-,root,root,0755)
 %{_libdir}/mpi/gcc/openmpi/%{_lib}/*.a
 %endif
 
 %if 0%{?_mvapich2}
 %files mvapich2
-%defattr(-,root,root,0755)
 %{_libdir}/mpi/gcc/mvapich2/bin/*
 
 %files -n %{libname}%{sonum}-mvapich2
-%defattr(-,root,root,0755)
-%doc COPYING MANIFEST README.txt release_notes/bugs_fixed.txt 
release_notes/HISTORY.txt release_notes/misc_docs.txt release_notes/RELEASE.txt
+%license COPYING
+%doc MANIFEST README.txt release_notes/bugs_fixed.txt 
release_notes/HISTORY.txt release_notes/misc_docs.txt release_notes/RELEASE.txt
 %{_libdir}/mpi/gcc/mvapich2/%{_lib}/*.so.*
 
 %files mvapich2-devel
-%defattr(-,root,root,0755)
 %{_libdir}/mpi/gcc/mvapich2/include/*
 %{_libdir}/mpi/gcc/mvapich2/%{_lib}/*.so
 %dir %{_libdir}/mpi/gcc/mvapich2/share/cmake/
@@ -701,7 +693,6 @@
 %{_libdir}/mpi/gcc/mvapich2/share/cmake/Modules/hdf4/
 
 %files mvapich2-devel-static
-%defattr(-,root,root,0755)
 %{_libdir}/mpi/gcc/mvapich2/%{_lib}/*.a
 %endif
 


Reply via email to