Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2013-08-12 14:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-27 
10:04:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes    
2013-08-12 14:25:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug  7 17:44:37 UTC 2013 - [email protected]
+
+- Update to version 2.3. See systemtap.spec for changelog
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes      2013-05-27 
10:04:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2013-08-12 
14:25:58.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Aug  7 17:40:24 UTC 2013 - [email protected]
+
+- Update to version 2.3
+  Changelog:
+    2.3: http://sourceware.org/ml/systemtap/2013-q3/msg00062.html
+- Refresh systemtap-build-source-dir.patch for context
+
+-------------------------------------------------------------------

Old:
----
  systemtap-2.2.1.tar.gz

New:
----
  systemtap-2.3.tar.gz

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

Other differences:
------------------
++++++ systemtap-docs.spec ++++++
--- /var/tmp/diff_new_pack.8yaqFO/_old  2013-08-12 14:25:59.000000000 +0200
+++ /var/tmp/diff_new_pack.8yaqFO/_new  2013-08-12 14:25:59.000000000 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  fop
 BuildRequires:  latex2html
 BuildRequires:  xmlto
-Version:        2.2.1
+Version:        2.3
 Release:        0
 Summary:        Documents and examples for systemtap
 License:        GPL-2.0+

++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.8yaqFO/_old  2013-08-12 14:25:59.000000000 +0200
+++ /var/tmp/diff_new_pack.8yaqFO/_new  2013-08-12 14:25:59.000000000 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd
-Version:        2.2.1
+Version:        2.3
 Release:        0
 Summary:        Instrumentation System
 License:        GPL-2.0+
@@ -139,6 +139,7 @@
 %{_libexecdir}/%{name}/stap-env
 %{_libexecdir}/%{name}/stap-authorize-cert
 %{_mandir}/man8/staprun.8*
+%{_mandir}/man8/stapsh.8*
 
 %files server
 %defattr(-,root,root)

++++++ systemtap-2.2.1.tar.gz -> systemtap-2.3.tar.gz ++++++
++++ 31210 lines of diff (skipped)

++++++ systemtap-build-source-dir.patch ++++++
--- /var/tmp/diff_new_pack.8yaqFO/_old  2013-08-12 14:26:00.000000000 +0200
+++ /var/tmp/diff_new_pack.8yaqFO/_new  2013-08-12 14:26:00.000000000 +0200
@@ -26,7 +26,7 @@
 
 --- a/session.cxx
 +++ b/session.cxx
-@@ -97,6 +97,7 @@ systemtap_session::systemtap_session ():
+@@ -100,6 +100,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;
-@@ -271,6 +272,7 @@ systemtap_session::systemtap_session (co
+@@ -277,6 +278,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()
-@@ -1710,21 +1712,39 @@ systemtap_session::setup_kernel_release
+@@ -1734,21 +1736,39 @@ systemtap_session::setup_kernel_release
        // normal search in tapsets.cxx.  Without CONFIG_DEBUG_INFO, we'd
        // need heuristics such as this one:
  

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

Reply via email to