orion pushed to otf2 (el6). "Update to 1.5.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 20:51:36 UTC 2015


>From 17455c8407750f26205b505529b1d115099ccdeb Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Wed, 11 Feb 2015 16:54:47 -0700
Subject: Update to 1.5.1


diff --git a/.gitignore b/.gitignore
index 5198761..79877da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /otf2-1.2.1.tar.gz
 /otf2-1.4.tar.gz
+/otf2-1.5.1.tar.gz
diff --git a/otf2-autoconf.patch b/otf2-autoconf.patch
index 1fffa8d..e1b803a 100644
--- a/otf2-autoconf.patch
+++ b/otf2-autoconf.patch
@@ -1,6 +1,6 @@
-diff -up otf2-1.4/build-backend/configure.ac.autoconf otf2-1.4/build-backend/configure.ac
---- otf2-1.4/build-backend/configure.ac.autoconf	2014-05-12 03:47:29.000000000 -0600
-+++ otf2-1.4/build-backend/configure.ac	2014-07-15 15:15:35.264741290 -0600
+diff -up otf2-1.5.1/build-backend/configure.ac.autoconf otf2-1.5.1/build-backend/configure.ac
+--- otf2-1.5.1/build-backend/configure.ac.autoconf	2014-12-09 08:14:07.000000000 -0700
++++ otf2-1.5.1/build-backend/configure.ac	2015-02-11 16:44:33.586014839 -0700
 @@ -37,8 +37,7 @@ AC_SUBST([LIBRARY_INTERFACE_VERSION], m4
  AC_DEFINE_UNQUOTED([LIBRARY_INTERFACE_VERSION], ["$LIBRARY_INTERFACE_VERSION"], [Interface version number])
  
@@ -11,9 +11,9 @@ diff -up otf2-1.4/build-backend/configure.ac.autoconf otf2-1.4/build-backend/con
  
  AC_CONFIG_HEADERS([../src/config-backend.h])
  AS_IF([test "x${ac_scorep_cross_compiling}" = "xyes"],
-diff -up otf2-1.4/build-frontend/configure.ac.autoconf otf2-1.4/build-frontend/configure.ac
---- otf2-1.4/build-frontend/configure.ac.autoconf	2014-05-12 03:47:30.000000000 -0600
-+++ otf2-1.4/build-frontend/configure.ac	2014-07-15 15:15:35.264741290 -0600
+diff -up otf2-1.5.1/build-frontend/configure.ac.autoconf otf2-1.5.1/build-frontend/configure.ac
+--- otf2-1.5.1/build-frontend/configure.ac.autoconf	2014-12-09 08:14:09.000000000 -0700
++++ otf2-1.5.1/build-frontend/configure.ac	2015-02-11 16:42:40.250536440 -0700
 @@ -37,8 +37,7 @@ AC_SUBST([LIBRARY_INTERFACE_VERSION], m4
  AC_DEFINE_UNQUOTED([LIBRARY_INTERFACE_VERSION], ["$LIBRARY_INTERFACE_VERSION"], [Interface version number])
  
@@ -24,9 +24,9 @@ diff -up otf2-1.4/build-frontend/configure.ac.autoconf otf2-1.4/build-frontend/c
  
  AC_CONFIG_HEADERS([../src/config-frontend.h])
  
-diff -up otf2-1.4/configure.ac.autoconf otf2-1.4/configure.ac
---- otf2-1.4/configure.ac.autoconf	2014-05-12 03:47:30.000000000 -0600
-+++ otf2-1.4/configure.ac	2014-07-15 15:15:35.264741290 -0600
+diff -up otf2-1.5.1/configure.ac.autoconf otf2-1.5.1/configure.ac
+--- otf2-1.5.1/configure.ac.autoconf	2014-12-09 08:14:09.000000000 -0700
++++ otf2-1.5.1/configure.ac	2015-02-11 16:42:40.250536440 -0700
 @@ -45,10 +45,7 @@ AC_SCOREP_TOPLEVEL_ARGS
  ## in this directory.
  AC_CONFIG_AUX_DIR([build-config])
@@ -39,139 +39,9 @@ diff -up otf2-1.4/configure.ac.autoconf otf2-1.4/configure.ac
  
  ## Set the default installation prefix to /opt/otf2 instead of /usr/local
  AC_PREFIX_DEFAULT([/opt/otf2])
-@@ -130,3 +127,5 @@ AC_CONFIG_FILES(
+@@ -144,3 +141,5 @@ AC_CONFIG_FILES(
  AC_OUTPUT
  
  AFS_SUMMARY_COLLECT([test "x$ac_scorep_platform_data_provided" != "xyes"])
 +
 +LT_INIT
-diff -up otf2-1.4/test/OTF2_AnchorFile_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_AnchorFile_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_AnchorFile_test/Makefile.inc.am.autoconf	2014-05-12 03:47:29.000000000 -0600
-+++ otf2-1.4/test/OTF2_AnchorFile_test/Makefile.inc.am	2014-07-15 15:15:35.264741290 -0600
-@@ -45,6 +45,6 @@ OTF2_AnchorFile_test_CPPFLAGS = \
- OTF2_AnchorFile_test_LDADD = libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_AnchorFile_test/run_anchor_file_test.sh
-+    ../test/OTF2_AnchorFile_test/run_anchor_file_test.sh
- EXTRA_DIST += \
-     $(SRC_ROOT)test/OTF2_AnchorFile_test/run_anchor_file_test.sh
-diff -up otf2-1.4/test/OTF2_AttributeList_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_AttributeList_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_AttributeList_test/Makefile.inc.am.autoconf	2014-05-12 03:47:28.000000000 -0600
-+++ otf2-1.4/test/OTF2_AttributeList_test/Makefile.inc.am	2014-07-15 15:16:53.586396279 -0600
-@@ -43,6 +43,6 @@ OTF2_AttributeList_test_CPPFLAGS = \
-     -I$(INC_DIR_COMMON_CUTEST)
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_AttributeList_test/run_attribute_list_test.sh
-+    ../test/OTF2_AttributeList_test/run_attribute_list_test.sh
- EXTRA_DIST += \
-     $(SRC_ROOT)test/OTF2_AttributeList_test/run_attribute_list_test.sh
-diff -up otf2-1.4/test/OTF2_Event_Seek_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_Event_Seek_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_Event_Seek_test/Makefile.inc.am.autoconf	2014-05-12 03:47:28.000000000 -0600
-+++ otf2-1.4/test/OTF2_Event_Seek_test/Makefile.inc.am	2014-07-15 15:15:35.265741286 -0600
-@@ -40,11 +40,11 @@ OTF2_Event_Seek_test_CPPFLAGS = \
- OTF2_Event_Seek_test_LDADD    = $(LIB_ROOT)libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Event_Seek_test/run_otf2_event_seek_test.sh
-+    ../test/OTF2_Event_Seek_test/run_otf2_event_seek_test.sh
- 
- if HAVE_SIONLIB_SUPPORT
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Event_Seek_test/run_otf2_event_seek_test_sion.sh
-+    ../test/OTF2_Event_Seek_test/run_otf2_event_seek_test_sion.sh
- endif
- 
- EXTRA_DIST += \
-diff -up otf2-1.4/test/OTF2_File_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_File_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_File_test/Makefile.inc.am.autoconf	2014-05-12 03:47:29.000000000 -0600
-+++ otf2-1.4/test/OTF2_File_test/Makefile.inc.am	2014-07-15 15:15:35.265741286 -0600
-@@ -41,6 +41,6 @@ OTF2_File_test_CPPFLAGS = $(AM_CPPFLAGS)
- OTF2_File_test_LDADD = libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_File_test/run_otf2_file_test.sh
-+    ../test/OTF2_File_test/run_otf2_file_test.sh
- EXTRA_DIST += \
-     $(SRC_ROOT)test/OTF2_File_test/run_otf2_file_test.sh
-diff -up otf2-1.4/test/OTF2_Integrity_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_Integrity_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_Integrity_test/Makefile.inc.am.autoconf	2014-05-12 03:47:29.000000000 -0600
-+++ otf2-1.4/test/OTF2_Integrity_test/Makefile.inc.am	2014-07-15 15:15:35.265741286 -0600
-@@ -43,7 +43,7 @@ SCOREP_TESTS += ./run_otf2_integrity_tes
- 
- if HAVE_SIONLIB_SUPPORT
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Integrity_test/run_otf2_integrity_test_sion.sh
-+    ../test/OTF2_Integrity_test/run_otf2_integrity_test_sion.sh
- SCOREP_XFAIL_TESTS += \
-     $(srcdir)/../test/OTF2_Integrity_test/run_otf2_integrity_test_sion.sh
- endif
-diff -up otf2-1.4/test/OTF2_Old_Chunk_List_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_Old_Chunk_List_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_Old_Chunk_List_test/Makefile.inc.am.autoconf	2014-05-12 03:47:28.000000000 -0600
-+++ otf2-1.4/test/OTF2_Old_Chunk_List_test/Makefile.inc.am	2014-07-15 15:15:35.265741286 -0600
-@@ -44,11 +44,11 @@ OTF2_Old_Chunk_List_test_CPPFLAGS = \
- OTF2_Old_Chunk_List_test_LDADD = $(LIB_ROOT)libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Old_Chunk_List_test/run_old_chunk_list_test.sh
-+    ../test/OTF2_Old_Chunk_List_test/run_old_chunk_list_test.sh
- 
- if HAVE_SIONLIB_SUPPORT
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Old_Chunk_List_test/run_old_chunk_list_test_sion.sh
-+    run_old_chunk_list_test_sion.sh
- endif
- 
- EXTRA_DIST += \
-diff -up otf2-1.4/test/OTF2_Snapshot_Seek_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_Snapshot_Seek_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_Snapshot_Seek_test/Makefile.inc.am.autoconf	2014-05-12 03:47:28.000000000 -0600
-+++ otf2-1.4/test/OTF2_Snapshot_Seek_test/Makefile.inc.am	2014-07-15 15:15:35.265741286 -0600
-@@ -22,11 +22,11 @@ OTF2_Snapshot_Seek_test_CPPFLAGS = \
- OTF2_Snapshot_Seek_test_LDADD    = $(LIB_ROOT)libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Snapshot_Seek_test/run_otf2_snapshot_seek_test.sh
-+    ../test/OTF2_Snapshot_Seek_test/run_otf2_snapshot_seek_test.sh
- 
- if HAVE_SIONLIB_SUPPORT
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Snapshot_Seek_test/run_otf2_snapshot_seek_test_sion.sh
-+    ../test/OTF2_Snapshot_Seek_test/run_otf2_snapshot_seek_test_sion.sh
- endif
- 
- EXTRA_DIST += \
-diff -up otf2-1.4/test/OTF2_Timer_sync_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_Timer_sync_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_Timer_sync_test/Makefile.inc.am.autoconf	2014-05-12 03:47:29.000000000 -0600
-+++ otf2-1.4/test/OTF2_Timer_sync_test/Makefile.inc.am	2014-07-15 15:15:35.265741286 -0600
-@@ -40,11 +40,11 @@ OTF2_Timer_sync_test_CPPFLAGS = \
- OTF2_Timer_sync_test_LDADD    = $(LIB_ROOT)libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Timer_sync_test/run_otf2_timer_sync_test.sh
-+    ../test/OTF2_Timer_sync_test/run_otf2_timer_sync_test.sh
- 
- if HAVE_SIONLIB_SUPPORT
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_Timer_sync_test/run_otf2_timer_sync_test_sion.sh
-+    ../test/OTF2_Timer_sync_test/run_otf2_timer_sync_test_sion.sh
- endif
- 
- EXTRA_DIST += \
-diff -up otf2-1.4/test/OTF2_UnknownRecord_test/Makefile.inc.am.autoconf otf2-1.4/test/OTF2_UnknownRecord_test/Makefile.inc.am
---- otf2-1.4/test/OTF2_UnknownRecord_test/Makefile.inc.am.autoconf	2014-05-12 03:47:28.000000000 -0600
-+++ otf2-1.4/test/OTF2_UnknownRecord_test/Makefile.inc.am	2014-07-15 15:15:35.266741282 -0600
-@@ -45,11 +45,11 @@ OTF2_UnknownRecord_test_CPPFLAGS = \
- OTF2_UnknownRecord_test_LDADD = libotf2.la
- 
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_UnknownRecord_test/run_otf2_unknown_record_test.sh
-+    ../test/OTF2_UnknownRecord_test/run_otf2_unknown_record_test.sh
- 
- if HAVE_SIONLIB_SUPPORT
- SCOREP_TESTS += \
--    $(srcdir)/../test/OTF2_UnknownRecord_test/run_otf2_unknown_record_test_sion.sh
-+    ../test/OTF2_UnknownRecord_test/run_otf2_unknown_record_test_sion.sh
- endif
- 
- EXTRA_DIST += \
diff --git a/otf2.spec b/otf2.spec
index 7df3531..e312f2b 100644
--- a/otf2.spec
+++ b/otf2.spec
@@ -2,8 +2,8 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:           otf2
-Version:        1.4
-Release:        3%{?dist}
+Version:        1.5.1
+Release:        1%{?dist}
 Summary:        Open Trace Format 2 library
 
 License:        BSD
@@ -108,6 +108,9 @@ make check
 
 
 %changelog
+* Wed Feb 11 2015 Orion Poplawski <orion at cora.nwra.com> - 1.5.1-1
+- Update to 1.5.1
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 76e7204..c28b91c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a23c42e936eb9209c4e08b61c3cf5092  otf2-1.4.tar.gz
+16a9df46e0da78e374f5d12c8cdc1109  otf2-1.5.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/otf2.git/commit/?h=el6&id=17455c8407750f26205b505529b1d115099ccdeb


More information about the scm-commits mailing list