Hello community,

here is the log from the commit of package papi for openSUSE:Factory checked in 
at 2019-10-14 14:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/papi (Old)
 and      /work/SRC/openSUSE:Factory/.papi.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "papi"

Mon Oct 14 14:52:59 2019 rev:30 rq:737529 version:5.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/papi/papi.changes        2019-05-03 
22:23:50.679895559 +0200
+++ /work/SRC/openSUSE:Factory/.papi.new.2352/papi.changes      2019-10-14 
14:53:00.802213186 +0200
@@ -1,0 +2,11 @@
+Thu Oct 10 13:46:44 UTC 2019 - Tony Jones <[email protected]>
+
+- Delete patch: papi-codecleanup.patch 
+  Patch has been present since first checkin but there is no indication 
+  as to it's purpose, no bug reference and it is not needed for successful 
+  test run. 
+
+- Refresh patch: papi-fix-ldflags.patch  
+  Add proper patch description. Contents pushed upstream. 
+
+-------------------------------------------------------------------
@@ -9 +20 @@
-- Update to 5.7.0
+- Update to 5.7.0 (jsc#SLE-8562)

Old:
----
  papi-codecleanup.patch

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

Other differences:
------------------
++++++ papi.spec ++++++
--- /var/tmp/diff_new_pack.pxCoUo/_old  2019-10-14 14:53:01.930210244 +0200
+++ /var/tmp/diff_new_pack.pxCoUo/_new  2019-10-14 14:53:01.930210244 +0200
@@ -74,7 +74,6 @@
 Url:            http://icl.cs.utk.edu/papi/index.html
 Source:         
http://icl.cs.utk.edu/projects/papi/downloads/%{pname}-%{version}.tar.gz
 Source1:        %{pname}-rpmlintrc
-Patch0:         papi-codecleanup.patch
 Patch1:         papi-fix-ldflags.patch
 
 BuildRequires:  autoconf >= 2.61
@@ -156,7 +155,6 @@
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0
 %patch1 -p1
 
 # Create baselibs.conf dynamically (non-HPC build only).

++++++ papi-fix-ldflags.patch ++++++
--- /var/tmp/diff_new_pack.pxCoUo/_old  2019-10-14 14:53:02.010210035 +0200
+++ /var/tmp/diff_new_pack.pxCoUo/_new  2019-10-14 14:53:02.030209983 +0200
@@ -1,5 +1,15 @@
---- papi-5.6.0/src/utils/Makefile      2017-12-19 18:14:32.000000000 +0100
-+++ papi-5.6.0/src/utils/Makefile      2018-08-22 15:56:27.704153834 +0200
+From: Tony Jones <[email protected]>
+Subject: Fix LDFLAGS order in utils/Makefile
+References: none
+Upstream: submitted Oct/2/2019
+Signed-off-by: Tony Jones <[email protected]>
+
+Binutils changed some time ago such that -l<dynamic lib> needs to follow the
+same existing rules as -l<static lib>, namely to be specified after any .o/.a
+files.
+
+--- a/src/utils/Makefile       2017-12-19 18:14:32.000000000 +0100
++++ b/src/utils/Makefile       2018-08-22 15:56:27.704153834 +0200
 @@ -16,46 +16,46 @@
  default all utils: $(ALL)
  
@@ -9,15 +19,15 @@
  
  papi_clockres: papi_clockres.o $(PAPILIB) $(CLOCKCORE)
 -      $(CC) $(LDFLAGS) -o papi_clockres papi_clockres.o $(PAPILIB) 
$(CLOCKCORE) -lm
-+      $(CC) -o papi_clockres papi_clockres.o $(PAPILIB) $(LDFLAGS) 
$(CLOCKCORE) -lm
++      $(CC) -o papi_clockres papi_clockres.o $(PAPILIB) $(CLOCKCORE) 
$(LDFLAGS) -lm
  
  papi_command_line: papi_command_line.o $(PAPILIB) $(DOLOOPS)
 -      $(CC) $(LDFLAGS) -o papi_command_line papi_command_line.o $(PAPILIB) 
$(DOLOOPS)
-+      $(CC) -o papi_command_line papi_command_line.o $(PAPILIB) $(LDFLAGS) 
$(DOLOOPS)
++      $(CC) -o papi_command_line papi_command_line.o $(PAPILIB) $(DOLOOPS) 
$(LDFLAGS)
  
  papi_component_avail: papi_component_avail.o $(PAPILIB) print_header.o
 -      $(CC) $(LDFLAGS) -o papi_component_avail papi_component_avail.o 
$(PAPILIB) print_header.o
-+      $(CC) -o papi_component_avail papi_component_avail.o $(PAPILIB) 
$(LDFLAGS) print_header.o
++      $(CC) -o papi_component_avail papi_component_avail.o $(PAPILIB) 
print_header.o $(LDFLAGS)
  
  papi_cost: papi_cost.o $(PAPILIB) cost_utils.o
 -      $(CC) $(LDFLAGS) -o papi_cost papi_cost.o cost_utils.o $(PAPILIB) -lm
@@ -49,7 +59,7 @@
  
  papi_native_avail: papi_native_avail.o $(PAPILIB) print_header.o
 -      $(CC) $(LDFLAGS) -o papi_native_avail papi_native_avail.o $(PAPILIB) 
print_header.o
-+      $(CC) -o papi_native_avail papi_native_avail.o $(PAPILIB) $(LDFLAGS) 
print_header.o
++      $(CC) -o papi_native_avail papi_native_avail.o $(PAPILIB) 
print_header.o $(LDFLAGS)
  
  papi_version: papi_version.o $(PAPILIB)
 -      $(CC) $(LDFLAGS) -o papi_version papi_version.o $(PAPILIB)


Reply via email to