Update to last successful build

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=12
This commit is contained in:
ZYpp Developers 2015-04-28 13:36:19 +00:00 committed by Git OBS Bridge
parent b2e6f7dd0c
commit e968d29fcb
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6091a56745266dde22bc36edee314b75b1b29c8ec2b49f5457982ae7b5cd7dd
size 4082

3
zypp-plugin-0.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:326fe244bc195111f54a505bca79d22a8bf9db68a3ac3c0639fe5d187e253b1c
size 4200

View File

@ -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

View File

@ -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