8
0
OBS User unknown
2009-01-22 12:15:07 +00:00
committed by Git OBS Bridge
parent adcb0cd5cf
commit aaf30ff16a
4 changed files with 20 additions and 7 deletions

BIN
XML-Writer-0.604.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
XML-Writer-0.606.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 20 15:49:23 CET 2009 - anicka@suse.cz
- update to 0.606
* Use MIT license, formalising David Megginson's original
("No warranty. Commercial and non-commercial use freely
permitted.").
-------------------------------------------------------------------
Thu Jan 15 13:39:53 CET 2009 - anicka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-XML-Writer (Version 0.604)
# spec file for package perl-XML-Writer (Version 0.606)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@
Name: perl-XML-Writer
Version: 0.604
Release: 44
Version: 0.606
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License; GPL v2 or later
License: X11/MIT
Url: http://cpan.org/modules/by-module/XML/
Summary: A Perl Extension for Writing XML Documents
Source: XML-Writer-%{version}.tar.bz2
@@ -68,6 +68,11 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Tue Jan 20 2009 anicka@suse.cz
- update to 0.606
* Use MIT license, formalising David Megginson's original
("No warranty. Commercial and non-commercial use freely
permitted.").
* Thu Jan 15 2009 anicka@suse.cz
- run tests properly (bnc#466014)
* Thu Feb 28 2008 anicka@suse.cz