From e968d29fcba01b966d3706fa7a7c564c86e596790af37277790965595202b535 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Tue, 28 Apr 2015 13:36:19 +0000 Subject: [PATCH] Update to last successful build OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=12 --- zypp-plugin-0.4.tar.bz2 | 3 --- zypp-plugin-0.5.tar.bz2 | 3 +++ zypp-plugin.changes | 12 ++++++++++++ zypp-plugin.spec | 5 +++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 zypp-plugin-0.4.tar.bz2 create mode 100644 zypp-plugin-0.5.tar.bz2 diff --git a/zypp-plugin-0.4.tar.bz2 b/zypp-plugin-0.4.tar.bz2 deleted file mode 100644 index c239ea6..0000000 --- a/zypp-plugin-0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6091a56745266dde22bc36edee314b75b1b29c8ec2b49f5457982ae7b5cd7dd -size 4082 diff --git a/zypp-plugin-0.5.tar.bz2 b/zypp-plugin-0.5.tar.bz2 new file mode 100644 index 0000000..c89a6fb --- /dev/null +++ b/zypp-plugin-0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326fe244bc195111f54a505bca79d22a8bf9db68a3ac3c0639fe5d187e253b1c +size 4200 diff --git a/zypp-plugin.changes b/zypp-plugin.changes index 5f954a0..adb05f5 100644 --- a/zypp-plugin.changes +++ b/zypp-plugin.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 18 13:31:39 CEST 2014 - ma@suse.de + +- Force usage of the official python VM; no longer use + "/usr/bin/env python" (bnc#889363) +- version 0.5 + +------------------------------------------------------------------- +Tue Mar 10 17:18:59 CET 2015 - lchiquitto@suse.de + +- Add COPYING file + ------------------------------------------------------------------- Sat Jan 25 17:21:49 CET 2014 - ma@suse.de diff --git a/zypp-plugin.spec b/zypp-plugin.spec index ba17b12..b80425d 100644 --- a/zypp-plugin.spec +++ b/zypp-plugin.spec @@ -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 @@ popd %files python %defattr(-,root,root) +%doc COPYING %{py_sitearch}/* %changelog