Hello community,

here is the log from the commit of package calamaris for openSUSE:Factory 
checked in at 2019-08-27 10:26:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calamaris (Old)
 and      /work/SRC/openSUSE:Factory/.calamaris.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calamaris"

Tue Aug 27 10:26:21 2019 rev:17 rq:726224 version:2.59

Changes:
--------
--- /work/SRC/openSUSE:Factory/calamaris/calamaris.changes      2018-06-29 
22:29:31.370341579 +0200
+++ /work/SRC/openSUSE:Factory/.calamaris.new.7948/calamaris.changes    
2019-08-27 10:26:24.495918826 +0200
@@ -1,0 +2,6 @@
+Mon Aug 26 15:30:03 UTC 2019 - Kasimir _ <[email protected]>
+
+- Fix generation of reports with Perl >= 5.12 (boo#1145328)
+  + 0001_perl.patch
+
+-------------------------------------------------------------------

New:
----
  0001_perl.patch

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

Other differences:
------------------
++++++ calamaris.spec ++++++
--- /var/tmp/diff_new_pack.PZJfDs/_old  2019-08-27 10:26:24.935918793 +0200
+++ /var/tmp/diff_new_pack.PZJfDs/_new  2019-08-27 10:26:24.939918793 +0200
@@ -24,6 +24,7 @@
 Group:          Productivity/Networking/Web/Utilities
 URL:            http://calamaris.cord.de
 Source:         http://cord.de/%{name}-%{version}.tar.gz
+Patch0001:      0001_perl.patch
 BuildArch:      noarch
 
 %description
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q
+%patch0001
 
 %build
 

++++++ 0001_perl.patch ++++++
--- calamaris.orig      2018-06-07 17:27:01.000000000 +0200
+++ calamaris   2019-08-12 21:43:56.000000000 +0200
@@ -2606,7 +2606,7 @@
            100, 100 * $tcp_hit / $tcp );
   }
   outstop(10);
-  if ( defined(%tcp_content) ) {
+  if ( %tcp_content ) {
     outstart(11);
     if ( $tcp == 0 ) {
       outline( 11, 'no matching requests' );

Reply via email to