Hello community,

here is the log from the commit of package perl-Linux-Inotify2 for 
openSUSE:Factory checked in at 2012-11-22 16:53:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Linux-Inotify2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Linux-Inotify2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Linux-Inotify2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Linux-Inotify2/perl-Linux-Inotify2.changes  
2011-11-21 12:42:12.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Linux-Inotify2.new/perl-Linux-Inotify2.changes 
    2012-11-22 16:53:26.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 17 12:03:02 CET 2012 - [email protected]
+
+- fix check-build.sh to work with kernel > 3.0 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Linux-Inotify2.spec ++++++
--- /var/tmp/diff_new_pack.aZy4me/_old  2012-11-22 16:53:27.000000000 +0100
+++ /var/tmp/diff_new_pack.aZy4me/_new  2012-11-22 16:53:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Linux-Inotify2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:           perl-Linux-Inotify2
 Summary:        scalable directory/file change notification
-Version:        1.22
-Release:        1
-Group:          Development/Libraries/Perl
 License:        GPL-1.0+ or Artistic-1.0
+Group:          Development/Libraries/Perl
+Version:        1.22
+Release:        0
 Url:            http://www.cpan.org/modules/by-module/Linux/
 Source:         Linux-Inotify2-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  perl perl-common-sense perl-macros
+BuildRequires:  perl
+BuildRequires:  perl-common-sense
+BuildRequires:  perl-macros
 Requires:       perl-common-sense
 %{perl_requires}
 

++++++ check-build.sh ++++++
--- /var/tmp/diff_new_pack.aZy4me/_old  2012-11-22 16:53:28.000000000 +0100
+++ /var/tmp/diff_new_pack.aZy4me/_new  2012-11-22 16:53:28.000000000 +0100
@@ -2,7 +2,9 @@
 
 # get kernel version
 OFS="$IFS" ; IFS=".-" ; version=(`uname -r`) ; IFS="$OIFS"
-if test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 15 ; 
then
+if test ${version[0]} -gt 2 ; then
+        : # okay
+elif test ${version[0]} -lt 2 -o ${version[1]} -lt 6 -o ${version[2]} -lt 15 ; 
then
         echo "FATAL: kernel too old, need kernel >= 2.6.15 for this package" 
1>&2
         exit 1                                                                 
  
 fi                                                                             
  

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

Reply via email to