Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2012-12-14 10:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-tests (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-tests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-tests", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes      
2012-06-18 16:32:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2012-12-14 10:59:35.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 10 11:07:10 UTC 2012 - [email protected]
+
+- update reference data to make checks pass again (bnc#793546))
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-tests.spec ++++++
--- /var/tmp/diff_new_pack.bTp4DX/_old  2012-12-14 10:59:37.000000000 +0100
+++ /var/tmp/diff_new_pack.bTp4DX/_new  2012-12-14 10:59:37.000000000 +0100
@@ -14,19 +14,19 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # icecream 0
 
+
 #!BuildIgnore: post-build-checks brp-check-suse
 
 BuildRequires:  rpmlint-mini
 
 Name:           rpmlint-tests
 Version:        1
-Release:        5
-Group:          Development/Tools/Building
+Release:        0
 Summary:        rpmlint regression tests
 License:        SUSE-Public-Domain
+Group:          Development/Tools/Building
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://www.opensuse.org/
 # git clone [email protected]:opensuse/rpmlint-tests.git

++++++ rpmlint-tests.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/run new/rpmlint-tests/run
--- old/rpmlint-tests/run       2012-06-18 16:03:18.000000000 +0200
+++ new/rpmlint-tests/run       2012-12-10 12:02:44.000000000 +0100
@@ -52,9 +52,6 @@
 find output/packages -name '*.rpm' -and -not -name *.src.rpm > output/tocheck
 while read f; do
        name="`rpm --qf '%{name}\n' -qp $f`"
-       if [ "$name" != "${name%debugsource}" -o "$name" != "${name%debuginfo}" 
 ]; then
-               continue
-       fi
        echo -n "checking $f ... "
        check "$name" "$f" > output/$name.out || true
        sed -i "s/^$name\.[^:]\+: /$name: /" output/$name.out
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug.ignore 
new/rpmlint-tests/tests/debug.ignore
--- old/rpmlint-tests/tests/debug.ignore        2012-06-18 16:03:18.000000000 
+0200
+++ new/rpmlint-tests/tests/debug.ignore        2012-12-10 12:02:44.000000000 
+0100
@@ -1,3 +1,3 @@
-addFilter(" unstripped-binary-or-object")
+#addFilter(" files-duplicate")
 addFilter(" no-manual-page-for-binary ")
 #addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug.ref 
new/rpmlint-tests/tests/debug.ref
--- old/rpmlint-tests/tests/debug.ref   2012-06-18 16:03:18.000000000 +0200
+++ new/rpmlint-tests/tests/debug.ref   2012-12-10 12:02:44.000000000 +0100
@@ -1,5 +1,6 @@
+debug: W: unstripped-binary-or-object /usr/bin/t
 debug: W: static-library-without-symtab /usr/lib/foo/t2.a
 debug: W: static-library-without-debuginfo /usr/lib/foo/t.a
 debug: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t.a
 debug: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t2.a
-1 packages and 0 specfiles checked; 2 errors, 2 warnings.
+1 packages and 0 specfiles checked; 2 errors, 3 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug1.ignore 
new/rpmlint-tests/tests/debug1.ignore
--- old/rpmlint-tests/tests/debug1.ignore       2012-06-18 16:03:18.000000000 
+0200
+++ new/rpmlint-tests/tests/debug1.ignore       2012-12-10 12:02:44.000000000 
+0100
@@ -1,3 +1,3 @@
-addFilter(" unstripped-binary-or-object")
+#addFilter(" files-duplicate")
 addFilter(" no-manual-page-for-binary ")
 #addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/debug1.ref 
new/rpmlint-tests/tests/debug1.ref
--- old/rpmlint-tests/tests/debug1.ref  2012-06-18 16:03:18.000000000 +0200
+++ new/rpmlint-tests/tests/debug1.ref  2012-12-10 12:02:44.000000000 +0100
@@ -1,5 +1,6 @@
+debug1: W: unstripped-binary-or-object /usr/bin/t
 debug1: W: static-library-without-symtab /usr/lib/foo/t2.a
 debug1: W: static-library-without-debuginfo /usr/lib/foo/t.a
 debug1: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t.a
 debug1: E: devel-file-in-non-devel-package (Badness: 50) /usr/lib/foo/t2.a
-1 packages and 0 specfiles checked; 2 errors, 2 warnings.
+1 packages and 0 specfiles checked; 2 errors, 3 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/license1.ref 
new/rpmlint-tests/tests/license1.ref
--- old/rpmlint-tests/tests/license1.ref        2012-06-18 16:03:18.000000000 
+0200
+++ new/rpmlint-tests/tests/license1.ref        2012-12-10 12:02:44.000000000 
+0100
@@ -1,2 +1,3 @@
 license1: W: invalid-license GPLv2+
-1 packages and 0 specfiles checked; 0 errors, 1 warnings.
+license1: W: invalid-license BSD-2-Clause ; BSL-1.0
+1 packages and 0 specfiles checked; 0 errors, 2 warnings.

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

Reply via email to