Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2013-05-27 10:04:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and      /work/SRC/openSUSE:Factory/.systemtap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemtap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2013-01-12 
14:54:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes    
2013-05-27 10:04:55.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 22 17:47:56 UTC 2013 - [email protected]
+
+- Update to version 2.2.1. See systemtap.spec for changelog
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes      2013-03-03 
21:09:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2013-05-27 
10:04:55.000000000 +0200
@@ -1,0 +2,11 @@
+Wed May 22 17:42:53 UTC 2013 - [email protected]
+
+- Upgrade to version 2.2.1
+  Drop patch: systemtap-fix-for-kernels-without-vm_executable.patch
+  Refresh patch (context): systemtap-build-source-dir.patch
+
+  Changelog:
+    2.1: http://sourceware.org/ml/systemtap/2013-q1/msg00130.html
+    2.2.1: http://sourceware.org/ml/systemtap/2013-q2/msg00138.html 
+
+-------------------------------------------------------------------

Old:
----
  systemtap-2.0.tar.gz
  systemtap-fix-for-kernels-without-vm_executable.patch

New:
----
  systemtap-2.2.1.tar.gz

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

Other differences:
------------------
++++++ systemtap-docs.spec ++++++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:57.000000000 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:57.000000000 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  fop
 BuildRequires:  latex2html
 BuildRequires:  xmlto
-Version:        2.0
+Version:        2.2.1
 Release:        0
 Summary:        Documents and examples for systemtap
 License:        GPL-2.0+

++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:57.000000000 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:57.000000000 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd
-Version:        2.0
+Version:        2.2.1
 Release:        0
 Summary:        Instrumentation System
 License:        GPL-2.0+
@@ -36,8 +36,7 @@
 Source:         
http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz
 Source2:        README-BEFORE-ADDING-PATCHES
 Source3:        stap-server.conf
-Patch1:         systemtap-fix-for-kernels-without-vm_executable.patch
-Patch2:         systemtap-build-source-dir.patch
+Patch1:         systemtap-build-source-dir.patch
 Obsoletes:      systemtap-client < 1.5
 Requires:       %{name}-runtime = %{version}-%{release}
 Requires:       libebl1
@@ -87,7 +86,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure --disable-docs --docdir=%{_docdir}/systemtap

++++++ systemtap-2.0.tar.gz -> systemtap-2.2.1.tar.gz ++++++
++++ 105247 lines of diff (skipped)

++++++ systemtap-build-source-dir.patch ++++++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:58.000000000 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:58.000000000 +0200
@@ -26,7 +26,7 @@
 
 --- a/session.cxx
 +++ b/session.cxx
-@@ -90,6 +90,7 @@ systemtap_session::systemtap_session ():
+@@ -97,6 +97,7 @@ systemtap_session::systemtap_session ():
    kernel_release = string (buf.release);
    release = kernel_release;
    kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
@@ -34,7 +34,7 @@
    architecture = machine = normalize_machine(buf.machine);
  
    for (unsigned i=0; i<5; i++) perpass_verbose[i]=0;
-@@ -258,6 +259,7 @@ systemtap_session::systemtap_session (co
+@@ -271,6 +272,7 @@ systemtap_session::systemtap_session (co
  {
    release = kernel_release = kern;
    kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
@@ -42,7 +42,7 @@
    architecture = machine = normalize_machine(arch);
    setup_kernel_release(kern.c_str());
    native_build = false; // assumed; XXX: could be computed as in 
check_options()
-@@ -1540,21 +1542,39 @@ systemtap_session::setup_kernel_release
+@@ -1710,21 +1712,39 @@ systemtap_session::setup_kernel_release
        // normal search in tapsets.cxx.  Without CONFIG_DEBUG_INFO, we'd
        // need heuristics such as this one:
  

++++++ systemtap-docs-autoconf-version.diff ++++++
--- /var/tmp/diff_new_pack.EhEp2H/_old  2013-05-27 10:04:58.000000000 +0200
+++ /var/tmp/diff_new_pack.EhEp2H/_new  2013-05-27 10:04:58.000000000 +0200
@@ -10,12 +10,12 @@
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -30,7 +30,7 @@ AC_SUBST(CFLAGS)
+@@ -33,7 +33,7 @@ AC_SUBST(CFLAGS)
  AC_SUBST(CXXFLAGS)
  AC_SYS_LARGEFILE
  AM_GNU_GETTEXT(external)
 -AM_GNU_GETTEXT_VERSION(0.17)
 +AM_GNU_GETTEXT_VERSION(0.18)
  AC_CHECK_FUNCS(ppoll)
+ AC_CHECK_FUNCS(openat)
  
- dnl Handle the prologues option.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to