Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2015-02-10 20:24:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and      /work/SRC/openSUSE:Factory/.spec-cleaner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spec-cleaner"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes        
2014-12-08 16:56:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2015-02-10 20:24:22.000000000 +0100
@@ -1,0 +2,21 @@
+Tue Feb 10 14:50:34 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.6.8:
+  * The copyright line broke test, so update again to fix that
+
+-------------------------------------------------------------------
+Tue Feb 10 14:41:40 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.6.7:
+  * Update copyright line to match current SUSE one
+
+-------------------------------------------------------------------
+Tue Feb 10 14:34:43 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.6.6:
+  * Excludes for java qmake gem_ and kde macros
+  * Cleanup conflicts lines properly
+  * Cleanup kernel subpkgs properly
+  * Work with spaces in version string
+
+-------------------------------------------------------------------

Old:
----
  spec-cleaner-0.6.5.tar.gz

New:
----
  spec-cleaner-0.6.8.tar.gz

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

Other differences:
------------------
++++++ spec-cleaner.spec ++++++
--- /var/tmp/diff_new_pack.YdXJAh/_old  2015-02-10 20:24:22.000000000 +0100
+++ /var/tmp/diff_new_pack.YdXJAh/_new  2015-02-10 20:24:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spec-cleaner
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Vincent Untz <vu...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 # This is used for Fedora, we need to sync this
 %{!?py3_ver: %define py3_ver %{python3_version}}
 Name:           spec-cleaner
-Version:        0.6.5
+Version:        0.6.8
 Release:        0
 Summary:        .spec file cleaner
 License:        BSD-3-Clause

++++++ spec-cleaner-0.6.5.tar.gz -> spec-cleaner-0.6.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/data/excludes-bracketing.txt 
new/spec-cleaner-spec-cleaner-0.6.8/data/excludes-bracketing.txt
--- old/spec-cleaner-spec-cleaner-0.6.5/data/excludes-bracketing.txt    
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/data/excludes-bracketing.txt    
2015-02-10 15:48:51.000000000 +0100
@@ -1,4 +1,6 @@
+aarch64
 add_maven_depmap
+arm
 attr
 bcond_with[^\s]*
 build
@@ -6,6 +8,7 @@
 cmake_[^\s]*
 configure
 config
+create_exclude_filelist
 defattr
 define
 defined
@@ -21,6 +24,8 @@
 files
 fillup_[^\s]*
 find_lang
+gem_install
+gem_packages
 ghost
 global
 gpg_verify
@@ -35,8 +40,13 @@
 install
 install_info
 install_info_delete
+jar
+java
+javac
 jpackage_script
 ix86
+kde4_makeinstall
+kde_post_install
 kf5_makeinstall
 lang
 lang_package
@@ -57,6 +67,8 @@
 pretrans
 preun
 py_compile
+qmake
+qmake5
 requires_[^\s]*
 restart_on_update
 run_permissions
@@ -64,6 +76,7 @@
 setup
 set_permissions
 stop_on_removal
+suse_kernel_module_package
 suse_update_desktop_file
 systemd_requires
 triggerin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/__init__.py 
new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/__init__.py
--- old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/__init__.py        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/__init__.py        
2015-02-10 15:48:51.000000000 +0100
@@ -4,7 +4,7 @@
 # All rights reserved.
 # See COPYING for details.
 
-__version__ = '0.6.5'
+__version__ = '0.6.8'
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/rpmcopyright.py 
new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/rpmcopyright.py
--- old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/rpmcopyright.py    
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/rpmcopyright.py    
2015-02-10 15:48:51.000000000 +0100
@@ -27,7 +27,7 @@
 
     def _create_default_copyright(self):
         year = datetime.datetime.now().year
-        return '# Copyright (c) {0} SUSE LINUX Products GmbH, Nuernberg, 
Germany.'.format(year)
+        return '# Copyright (c) {0} SUSE LINUX GmbH, Nuernberg, 
Germany.'.format(year)
 
 
     def _add_copyright(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/rpmpreamble.py 
new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/rpmpreamble.py
--- old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/rpmpreamble.py     
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/rpmpreamble.py     
2015-02-10 15:48:51.000000000 +0100
@@ -45,6 +45,7 @@
         'source': 'Source',
         'patch': 'Patch',
         'buildrequires': 'BuildRequires',
+        'conflicts': 'Conflicts',
         'prereq': 'PreReq',
         'requires': 'Requires',
         'requires_eq': '%requires_eq',
@@ -83,6 +84,7 @@
         'suggests',
         'enhances',
         'supplements',
+        'conflicts',
         'provides_obsoletes',
         'buildroot',
         'buildarch',
@@ -101,6 +103,7 @@
         'suggests',
         'enhances',
         'supplements',
+        'conflicts',
     ]
 
     # categories that are sorted based on key value (eg Patch0 before Patch1)
@@ -146,6 +149,7 @@
             # for source, we have a special match to keep the source number
             # for patch, we have a special match to keep the patch number
             'buildrequires': self.reg.re_buildrequires,
+            'conflicts': self.reg.re_conflicts,
             # for prereq we append warning comment so we don't mess it there
             'requires': self.reg.re_requires,
             'recommends': self.reg.re_recommends,
@@ -551,9 +555,14 @@
             return
 
         elif self.reg.re_define.match(line) or self.reg.re_global.match(line) 
or self.reg.re_onelinecond.match(line):
-            self._add_line_to('define', line)
             if line.endswith('\\'):
                 self.multiline = True
+            # if we are kernel and not multiline we need to be at bottom, so
+            # lets use misc section, otherwise go for define
+            if not self.multiline and line.find("kernel_module") >= 0:
+                self._add_line_to('misc', line)
+            else:
+                self._add_line_to('define', line)
             return
 
         elif self.reg.re_requires_eq.match(line):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/rpmregexp.py 
new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/rpmregexp.py
--- old/spec-cleaner-spec-cleaner-0.6.5/spec_cleaner/rpmregexp.py       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/spec_cleaner/rpmregexp.py       
2015-02-10 15:48:51.000000000 +0100
@@ -38,7 +38,7 @@
     re_else = re.compile('^\s*%else(\s.*|)$', re.IGNORECASE)
     re_endif = re.compile('^\s*%endif(\s.*|)$', re.IGNORECASE)
     re_name = re.compile('^Name:\s*(\S*)', re.IGNORECASE)
-    re_version = re.compile('^Version:\s*(\S*)', re.IGNORECASE)
+    re_version = re.compile('^Version:\s*(.*)', re.IGNORECASE)
     re_release = re.compile('^Release:\s*(\S*)', re.IGNORECASE)
     re_license = re.compile('^License:\s*(.*)', re.IGNORECASE)
     re_summary = re.compile('^Summary:\s*(.*)', re.IGNORECASE)
@@ -56,6 +56,7 @@
     re_suggests = re.compile('^Suggests:\s*(.*)', re.IGNORECASE)
     re_enhances = re.compile('^Enhances:\s*(.*)', re.IGNORECASE)
     re_supplements = re.compile('^Supplements:\s*(.*)', re.IGNORECASE)
+    re_conflicts = re.compile('^Conflicts:\s*(.*)', re.IGNORECASE)
     re_provides = re.compile('^Provides:\s*(.*)', re.IGNORECASE)
     re_obsoletes = re.compile('^Obsoletes:\s*(.*)', re.IGNORECASE)
     re_buildroot = re.compile('^\s*BuildRoot:', re.IGNORECASE)
@@ -77,7 +78,7 @@
 
     # rpmcopyright
     re_copyright = re.compile('^#\s*Copyright\ \(c\)\s*(.*)', re.IGNORECASE)
-    re_suse_copyright = re.compile('SUSE LINUX Products GmbH, Nuernberg, 
Germany.\s*$', re.IGNORECASE)
+    re_suse_copyright = re.compile('SUSE LINUX (Products )?GmbH, Nuernberg, 
Germany.\s*$', re.IGNORECASE)
     re_rootforbuild = re.compile('^#\s*needsrootforbuild\s*$', re.IGNORECASE)
     re_binariesforbuld = re.compile('^#\s*needsbinariesforbuild\s*$', 
re.IGNORECASE)
     re_nodebuginfo = re.compile('^#\s*nodebuginfo\s*$', re.IGNORECASE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/in/conflicts.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/in/conflicts.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/in/conflicts.spec 1970-01-01 
01:00:00.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/in/conflicts.spec 2015-02-10 
15:48:51.000000000 +0100
@@ -0,0 +1,2 @@
+Conflicts: d
+Conflicts: z a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/in/susekmp.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/in/susekmp.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/in/susekmp.spec   1970-01-01 
01:00:00.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/in/susekmp.spec   2015-02-10 
15:48:51.000000000 +0100
@@ -0,0 +1,5 @@
+%package guest-KMP
+Summary:        Guest kernel modules for VirtualBox
+Group:          System/Emulators/PC
+#SUSE specify macro to define guest kmp package                                
+%{?suse_kernel_module_package:%{suse_kernel_module_package} -p %{SOURCE8} -n 
%{name}-guest -f %{SOURCE6} kdump um xen xenpae}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/in/version_regex.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/in/version_regex.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/in/version_regex.spec     
1970-01-01 01:00:00.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/in/version_regex.spec     
2015-02-10 15:48:51.000000000 +0100
@@ -0,0 +1,18 @@
+#
+# spec file for package suse-qam-metadata
+#
+# Copyright (c) 2013 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+Version:        0.1.{{ DATE_VERSION }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/bconds.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/bconds.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/bconds.spec   2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/bconds.spec   2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bconds
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 %{!?aarch64:%global aarch64 aarch64 arm64 armv8}
-%global jit_arches %ix86 x86_64 %{aarch64} ppc64 ppc64le
+%global jit_arches %ix86 x86_64 %aarch64 ppc64 ppc64le
 %global test_arches %ix86 x86_64 ppc64 ppc64le
 %global icedtea_version 2.5.1
 %global icedtea_sound_version 1.0.1
@@ -49,7 +49,7 @@
 # real file made by update-ca-certificates
 %global javacacerts %{_var}/lib/ca-certificates/java-cacerts
 %global with_default_hotspot_tarball 1
-%ifarch %{aarch64}
+%ifarch %aarch64
 %global _with_bootstrap 1
 %global _with_zero 1
 %endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-0.6.5/tests/out/check.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/check.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/check.spec    2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/check.spec    2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package check
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/cleansection.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/cleansection.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/cleansection.spec     
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/cleansection.spec     
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cleansection
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/cleansectionbig.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/cleansectionbig.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/cleansectionbig.spec  
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/cleansectionbig.spec  
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cleansectionbig
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditionalpkgs.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditionalpkgs.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditionalpkgs.spec  
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditionalpkgs.spec  
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conditionalpkgs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditiondefreq.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditiondefreq.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditiondefreq.spec  
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditiondefreq.spec  
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conditiondefreq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditionmultiline.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditionmultiline.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditionmultiline.spec       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditionmultiline.spec       
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conditionmultiline
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
      --with-libpng=system \
      --with-lcms=system \
      --with-stdc++lib=dynamic \
- %ifnarch %{arm}
+ %ifnarch %arm
      --with-num-cores="$NUM_PROC" \
  %endif
  make -j1
@@ -65,7 +65,7 @@
 %endif
     --with-xerces2-jar=%{_javadir}/xerces-j2-bootstrap.jar \
     --with-openjdk-src-zip=%{SOURCE1} \
-%ifnarch %{arm} %{aarch64}
+%ifnarch %arm %aarch64
     --with-parallel-jobs=${NUMCPUS} \
 %else
     --with-parallel-jobs=1 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditions.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditions.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conditions.spec       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conditions.spec       
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conditions
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conflicts.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conflicts.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/conflicts.spec        
1970-01-01 01:00:00.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/conflicts.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -0,0 +1,22 @@
+#
+# spec file for package conflicts
+#
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+Conflicts:      a
+Conflicts:      d
+Conflicts:      z
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/depredux.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/depredux.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/depredux.spec 2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/depredux.spec 2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package depredux
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/description.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/description.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/description.spec      
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/description.spec      
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package description
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/enhances.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/enhances.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/enhances.spec 2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/enhances.spec 2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enhances
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/filesattr.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/filesattr.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/filesattr.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/filesattr.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package filesattr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/fileswhitespace.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/fileswhitespace.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/fileswhitespace.spec  
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/fileswhitespace.spec  
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fileswhitespace
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/header.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/header.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/header.spec   2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/header.spec   2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package header
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/headercomment.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/headercomment.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/headercomment.spec    
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/headercomment.spec    
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package headercomment
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/hugedefine.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/hugedefine.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/hugedefine.spec       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/hugedefine.spec       
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hugedefine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/interestingheader.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/interestingheader.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/interestingheader.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/interestingheader.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package interestingheader
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Edgar Aichinger <edog...@aon.at>
 #
 # All modifications and additions to the file contributed by third parties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/lafileextended.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/lafileextended.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/lafileextended.spec   
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/lafileextended.spec   
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lafileextended
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/lafilefix.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/lafilefix.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/lafilefix.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/lafilefix.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lafilefix
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/langpackage.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/langpackage.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/langpackage.spec      
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/langpackage.spec      
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package langpackage
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/macros.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/macros.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/macros.spec   2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/macros.spec   2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package macros
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/makeflags.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/makeflags.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/makeflags.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/makeflags.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package makeflags
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/makeinstall.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/makeinstall.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/makeinstall.spec      
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/makeinstall.spec      
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package makeinstall
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/makeparams.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/makeparams.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/makeparams.spec       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/makeparams.spec       
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package makeparams
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/multilinecomment.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/multilinecomment.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/multilinecomment.spec 
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/multilinecomment.spec 
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package multilinecomment
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/multilinedefine.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/multilinedefine.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/multilinedefine.spec  
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/multilinedefine.spec  
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package multilinedefine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/nonewline.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/nonewline.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/nonewline.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/nonewline.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nonewline
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/nospacebuildrequires.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/nospacebuildrequires.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/nospacebuildrequires.spec     
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/nospacebuildrequires.spec     
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nospacebuildrequires
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/onelinedeps.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/onelinedeps.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/onelinedeps.spec      
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/onelinedeps.spec      
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package onelinedeps
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/patches.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/patches.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/patches.spec  2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/patches.spec  2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package patches
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/perldeps.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/perldeps.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/perldeps.spec 2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/perldeps.spec 2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perldeps
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/pkgconf.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/pkgconf.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/pkgconf.spec  2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/pkgconf.spec  2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pkgconf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/pkgconfigdeps.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/pkgconfigdeps.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/pkgconfigdeps.spec    
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/pkgconfigdeps.spec    
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pkgconfigdeps
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/prereq.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/prereq.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/prereq.spec   2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/prereq.spec   2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package prereq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/providesobsoletes.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/providesobsoletes.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/providesobsoletes.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/providesobsoletes.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package providesobsoletes
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/requires.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/requires.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/requires.spec 2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/requires.spec 2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package requires
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/rpmcallpkg.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/rpmcallpkg.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/rpmcallpkg.spec       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/rpmcallpkg.spec       
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmcallpkg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/rpmcmd.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/rpmcmd.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/rpmcmd.spec   2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/rpmcmd.spec   2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmcmd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/scriplets.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/scriplets.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/scriplets.spec        
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/scriplets.spec        
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scriplets
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/sources.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/sources.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/sources.spec  2014-11-20 
13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/sources.spec  2015-02-10 
15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sources
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/sourcespatches.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/sourcespatches.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/sourcespatches.spec   
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/sourcespatches.spec   
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sourcespatches
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/spec-cleaner.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/spec-cleaner.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/spec-cleaner.spec     
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/spec-cleaner.spec     
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spec-cleaner
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Vincent Untz <vu...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/susekmp.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/susekmp.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/susekmp.spec  1970-01-01 
01:00:00.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/susekmp.spec  2015-02-10 
15:48:51.000000000 +0100
@@ -0,0 +1,24 @@
+#
+# spec file for package susekmp
+#
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+%package guest-KMP
+Summary:        Guest kernel modules for VirtualBox
+Group:          System/Emulators/PC
+#SUSE specify macro to define guest kmp package
+%{?suse_kernel_module_package:%suse_kernel_module_package -p %{SOURCE8} -n 
%{name}-guest -f %{SOURCE6} kdump um xen xenpae}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/unbraceunder.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/unbraceunder.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/unbraceunder.spec     
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/unbraceunder.spec     
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unbraceunder
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/version_regex.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/version_regex.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/version_regex.spec    
1970-01-01 01:00:00.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/version_regex.spec    
2015-02-10 15:48:51.000000000 +0100
@@ -0,0 +1,20 @@
+#
+# spec file for package version_regex
+#
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+Version:        0.1.{{ DATE_VERSION }}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.6.5/tests/out/whitespace.spec 
new/spec-cleaner-spec-cleaner-0.6.8/tests/out/whitespace.spec
--- old/spec-cleaner-spec-cleaner-0.6.5/tests/out/whitespace.spec       
2014-11-20 13:42:26.000000000 +0100
+++ new/spec-cleaner-spec-cleaner-0.6.8/tests/out/whitespace.spec       
2015-02-10 15:48:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package whitespace
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to