Hello community,

here is the log from the commit of package sitar for openSUSE:Factory checked 
in at 2014-10-16 18:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sitar (Old)
 and      /work/SRC/openSUSE:Factory/.sitar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sitar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sitar/sitar.changes      2012-10-27 
07:47:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sitar.new/sitar.changes 2014-10-16 
18:16:46.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct  6 13:41:18 UTC 2014 - [email protected]
+
+- Added fix-syntax-errors-with-newer-perl.patch: fix syntax errors
+  when run with the perl in openSUSE 13.1 and higher (boo#899992)
+
+-------------------------------------------------------------------

New:
----
  fix-syntax-errors-with-newer-perl.patch

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

Other differences:
------------------
++++++ sitar.spec ++++++
--- /var/tmp/diff_new_pack.o4ARoj/_old  2014-10-16 18:16:48.000000000 +0200
+++ /var/tmp/diff_new_pack.o4ARoj/_new  2014-10-16 18:16:48.000000000 +0200
@@ -24,6 +24,8 @@
 License:        GPL-2.0+
 Group:          System/Monitoring
 Source0:        sitar-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE fix-syntax-errors-with-newer-perl.patch boo#899992 
[email protected] -- fix syntax errors when run with the perl in openSUSE 13.1 and 
higher
+Patch:          fix-syntax-errors-with-newer-perl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  groff
 BuildArch:      noarch
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make

++++++ fix-syntax-errors-with-newer-perl.patch ++++++
diff -ur sitar-1.0.6.old/sitar.pl sitar-1.0.6/sitar.pl
--- sitar-1.0.6.old/sitar.pl    2006-03-27 15:49:28.000000000 +0200
+++ sitar-1.0.6/sitar.pl        2014-07-29 11:45:03.000000000 +0200
@@ -1366,7 +1366,7 @@
                siprtt( "h2", "PCI Devices" );
                siprtttt( "tabborder", 
"lp{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}l",
 "PCI Devices", 7 );
                siprt( "tabrow" );
-               for $TT qw ( PCI Device Class Vendor SVendor SDevice Rev ) {
+               for $TT ( qw ( PCI Device Class Vendor SVendor SDevice Rev ) ) {
                        siprtt( "tabhead", $TT );
                }
                siprt( "endrow" );
@@ -1396,7 +1396,7 @@
                close LSPCI;
                foreach $NN ( sort keys %lspcidevices_h ) {
                        siprt( "tabrow" );
-                       for $TT qw ( PCI Device Class Vendor SVendor SDevice 
Rev ) {
+                       for $TT ( qw ( PCI Device Class Vendor SVendor SDevice 
Rev ) ) {
                                $tt = $lspcidevices_h{ "$NN" }{ "$TT" };
                                chomp $tt;
                                if ( $tt eq "" ) {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to