Hello community,

here is the log from the commit of package prun-ohpc for openSUSE:Factory 
checked in at 2017-04-24 09:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prun-ohpc (Old)
 and      /work/SRC/openSUSE:Factory/.prun-ohpc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prun-ohpc"

Mon Apr 24 09:50:14 2017 rev:2 rq:489840 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prun-ohpc/prun-ohpc.changes      2017-03-12 
19:58:46.482119465 +0100
+++ /work/SRC/openSUSE:Factory/.prun-ohpc.new/prun-ohpc.changes 2017-04-24 
09:50:15.455450450 +0200
@@ -1,0 +2,6 @@
+Thu Mar 23 15:38:14 UTC 2017 - [email protected]
+
+- Replace weird RPM group
+- Replace %__-type macro indirections
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ prun-ohpc.spec ++++++
--- /var/tmp/diff_new_pack.2wktFd/_old  2017-04-24 09:50:16.299331097 +0200
+++ /var/tmp/diff_new_pack.2wktFd/_new  2017-04-24 09:50:16.299331097 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lua-luaposix
+# spec file for package prun-ohpc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -14,27 +14,27 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-Summary:   Convenience utility for parallel job launch
+
+
 Name:      prun-ohpc
 Version:   1.0
-Release:   1
+Release:        0
+Summary:        Convenience utility for parallel job launch
 License:   BSD-3-Clause
-Group:     Development/ohpc
+Group:          Productivity/Networking
 BuildArch: noarch
-URL:       https://github.com/openhpc/ohpc
+Url:            https://github.com/openhpc/ohpc
 Source1:   prun           
 Source2:   LICENSE      
 Patch1:    prun-Add-user-config.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-
 prun provides a unified, script-based wrapper for launching parallel jobs
 within a resource manager for a variety of MPI families.
 
 %prep
-%{__cp} %{S:1} %{S:2} .
+cp %{S:1} %{S:2} .
 
 %patch1 -p0
 
@@ -43,11 +43,10 @@
 LOGLEVEL=2
 EOF
 
-
 %build
 
 %install
-%{__mkdir_p} %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_bindir}
 install -D -m 0755 prun %{buildroot}%{_bindir}
 install -D -m 0644 prunrc %{buildroot}%{_sysconfdir}/prunrc
 install -D -m 0644 prunrc %{buildroot}%{_sysconfdir}/skel/.prunrc


Reply via email to