Hello community, here is the log from the commit of package zypp-plugin for openSUSE:Factory checked in at 2015-05-06 11:18:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zypp-plugin (Old) and /work/SRC/openSUSE:Factory/.zypp-plugin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypp-plugin" Changes: -------- --- /work/SRC/openSUSE:Factory/zypp-plugin/zypp-plugin.changes 2014-01-27 15:32:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.zypp-plugin.new/zypp-plugin.changes 2015-05-06 11:18:43.000000000 +0200 @@ -1,0 +2,12 @@ +Tue Mar 10 17:18:59 CET 2015 - lchiqui...@suse.de + +- Add COPYING file + +------------------------------------------------------------------- +Mon Aug 18 13:31:39 CEST 2014 - m...@suse.de + +- Force usage of the official python VM; no longer use + "/usr/bin/env python" (bnc#889363) +- version 0.5 + +------------------------------------------------------------------- Old: ---- zypp-plugin-0.4.tar.bz2 New: ---- zypp-plugin-0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zypp-plugin.spec ++++++ --- /var/tmp/diff_new_pack.6M8NHz/_old 2015-05-06 11:18:44.000000000 +0200 +++ /var/tmp/diff_new_pack.6M8NHz/_new 2015-05-06 11:18:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package zypp-plugin # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ Name: zypp-plugin -Version: 0.4 +Version: 0.5 Release: 0 Url: https://gitorious.org/opensuse/zypp-plugin Summary: Helper that makes writing ZYpp plugins easier @@ -64,6 +64,7 @@ %files python %defattr(-,root,root) +%doc COPYING %{py_sitearch}/* %changelog ++++++ zypp-plugin-0.4.tar.bz2 -> zypp-plugin-0.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.changes new/zypp-plugin/package/zypp-plugin.changes --- old/zypp-plugin/package/zypp-plugin.changes 2014-01-25 17:23:01.000000000 +0100 +++ new/zypp-plugin/package/zypp-plugin.changes 2015-04-28 16:34:26.000000000 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Tue Mar 10 17:18:59 CET 2015 - lchiqui...@suse.de + +- Add COPYING file + +------------------------------------------------------------------- +Mon Aug 18 13:31:39 CEST 2014 - m...@suse.de + +- Force usage of the official python VM; no longer use + "/usr/bin/env python" (bnc#889363) +- version 0.5 + +------------------------------------------------------------------- Sat Jan 25 17:21:49 CET 2014 - m...@suse.de - Add .pyc/.pyo to package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.spec new/zypp-plugin/package/zypp-plugin.spec --- old/zypp-plugin/package/zypp-plugin.spec 2014-01-25 17:23:01.000000000 +0100 +++ new/zypp-plugin/package/zypp-plugin.spec 2015-04-28 16:34:26.000000000 +0200 @@ -13,7 +13,7 @@ # published by the Open Source Initiative. # Name: zypp-plugin -Version: 0.4 +Version: 0.5 Release: 0 Group: System/Packages License: GPL-2.0 @@ -61,4 +61,5 @@ %files python %defattr(-,root,root) +%doc COPYING %{py_sitearch}/* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zypp-plugin/python/zypp_plugin.py new/zypp-plugin/python/zypp_plugin.py --- old/zypp-plugin/python/zypp_plugin.py 2014-01-25 17:23:01.000000000 +0100 +++ new/zypp-plugin/python/zypp_plugin.py 2015-04-28 16:34:26.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/python # # Copyright (c) 2010 Novell, Inc. # All Rights Reserved.