Hello community,

here is the log from the commit of package legion for openSUSE:Factory checked 
in at 2020-10-15 13:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/legion (Old)
 and      /work/SRC/openSUSE:Factory/.legion.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "legion"

Thu Oct 15 13:51:27 2020 rev:16 rq:841875 version:18.05.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/legion/legion.changes    2019-10-11 
15:21:19.815441674 +0200
+++ /work/SRC/openSUSE:Factory/.legion.new.3486/legion.changes  2020-10-15 
13:51:43.813332744 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 13:46:45 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update a few specfile constructs with newer macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ legion.spec ++++++
--- /var/tmp/diff_new_pack.UD2MAY/_old  2020-10-15 13:51:44.529333044 +0200
+++ /var/tmp/diff_new_pack.UD2MAY/_new  2020-10-15 13:51:44.533333045 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package legion
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2016-2017 Christoph Junghans
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,7 @@
 Summary:        A data-centric parallel programming system
 License:        Apache-2.0
 Group:          Productivity/Networking/Other
-Url:            http://legion.stanford.edu/
+URL:            http://legion.stanford.edu/
 Source0:        %{name}-%{version}%{git_ver}.tar.gz
 Patch0:         legion-fix-potential-return-of-random-data.patch
 Patch1:         gcc-8.patch
@@ -107,11 +107,11 @@
          -DGASNet_CONDUIT=mpi \
          -DLegion_BUILD_TUTORIAL=ON \
         -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}/legion 
-make
+%cmake_build
 
 %install
 %setup_openmpi
-make -C build install DESTDIR=%{buildroot}
+%cmake_install
 
 %check
 %setup_openmpi
@@ -121,15 +121,14 @@
 %postun -n liblegion1 -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.md CHANGES.txt
+%license LICENSE.txt
+%doc README.md CHANGES.txt
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_datadir}/Legion
 
 %files -n liblegion1
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.md CHANGES.txt
+%doc README.md CHANGES.txt
 %{_libdir}/lib*.so.1
 
 %changelog


Reply via email to