forked from pool/perl-XML-Simple
This commit is contained in:
committed by
Git OBS Bridge
parent
a5252dbcc1
commit
e56e49c7d0
@@ -1,19 +1,27 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-Simple (Version 2.18)
|
# spec file for package perl-XML-Simple (Version 2.18)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-XML-Simple
|
Name: perl-XML-Simple
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Version: 2.18
|
Version: 2.18
|
||||||
Release: 1
|
Release: 63
|
||||||
Requires: perl-XML-Parser
|
Requires: perl-XML-Parser
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@@ -57,8 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorlib}/XML
|
%{perl_vendorlib}/XML
|
||||||
%{perl_vendorarch}/auto/XML
|
%{perl_vendorarch}/auto/XML
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 08 2007 - anicka@suse.cz
|
* Mon Oct 08 2007 anicka@suse.cz
|
||||||
- update to 2.18
|
- update to 2.18
|
||||||
* Non-unique key attribute values now trigger a warning (or a fatal
|
* Non-unique key attribute values now trigger a warning (or a fatal
|
||||||
error in strict mode) rather than silently discarding data
|
error in strict mode) rather than silently discarding data
|
||||||
@@ -67,14 +76,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Tweak to implementation of exporting
|
* Tweak to implementation of exporting
|
||||||
* Documented hook methods
|
* Documented hook methods
|
||||||
* Fixed test suite race condition
|
* Fixed test suite race condition
|
||||||
* Mon Jul 16 2007 - anicka@suse.cz
|
* Mon Jul 16 2007 anicka@suse.cz
|
||||||
- remove expat from dependencies
|
- remove expat from dependencies
|
||||||
* Wed Dec 13 2006 - anicka@suse.cz
|
* Wed Dec 13 2006 anicka@suse.cz
|
||||||
- update to 2.16
|
- update to 2.16
|
||||||
* Added test/fix for bad GroupTags option
|
* Added test/fix for bad GroupTags option
|
||||||
* Added new_hashref() hook method
|
* Added new_hashref() hook method
|
||||||
* refactored cache save/restore methods for easier overriding
|
* refactored cache save/restore methods for easier overriding
|
||||||
* Thu Oct 05 2006 - anicka@suse.cz
|
* Thu Oct 05 2006 anicka@suse.cz
|
||||||
- update to 2.15
|
- update to 2.15
|
||||||
* Makefile.PL changes: reject known-bad PurePerl and RTF parser
|
* Makefile.PL changes: reject known-bad PurePerl and RTF parser
|
||||||
modules; default to XML::SAX::Expat if no parser installed
|
modules; default to XML::SAX::Expat if no parser installed
|
||||||
@@ -83,44 +92,44 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* tidy up code and docs around lexical filehandle
|
* tidy up code and docs around lexical filehandle
|
||||||
passed to OutputFile
|
passed to OutputFile
|
||||||
* reduce memory usage by passing XML strings by reference
|
* reduce memory usage by passing XML strings by reference
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Aug 01 2005 - mjancar@suse.cz
|
* Mon Aug 01 2005 mjancar@suse.cz
|
||||||
- update to 2.14
|
- update to 2.14
|
||||||
* Thu Aug 19 2004 - mjancar@suse.cz
|
* Thu Aug 19 2004 mjancar@suse.cz
|
||||||
- update to 2.12
|
- update to 2.12
|
||||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
* Thu Feb 26 2004 mjancar@suse.cz
|
||||||
- update to 2.09
|
- update to 2.09
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Aug 07 2003 - mjancar@suse.cz
|
* Thu Aug 07 2003 mjancar@suse.cz
|
||||||
- fix tests that depend on certain order of entries
|
- fix tests that depend on certain order of entries
|
||||||
in a hash (it is random in perl 5.8.1)
|
in a hash (it is random in perl 5.8.1)
|
||||||
* Thu Jul 24 2003 - mjancar@suse.cz
|
* Thu Jul 24 2003 mjancar@suse.cz
|
||||||
- update to 2.08
|
- update to 2.08
|
||||||
* Thu Jul 17 2003 - mjancar@suse.cz
|
* Thu Jul 17 2003 mjancar@suse.cz
|
||||||
- adapt to perl-5.8.1
|
- adapt to perl-5.8.1
|
||||||
- use %%perl_process_packlist
|
- use %%perl_process_packlist
|
||||||
* Wed Jun 18 2003 - coolo@suse.de
|
* Wed Jun 18 2003 coolo@suse.de
|
||||||
- package directories
|
- package directories
|
||||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
* Mon Jun 16 2003 mjancar@suse.cz
|
||||||
- don't package MANIFEST
|
- don't package MANIFEST
|
||||||
* Mon May 19 2003 - ro@suse.de
|
* Mon May 19 2003 ro@suse.de
|
||||||
- remove perllocal.pod
|
- remove perllocal.pod
|
||||||
* Tue Apr 29 2003 - mjancar@suse.cz
|
* Tue Apr 29 2003 mjancar@suse.cz
|
||||||
- update to version 2.03
|
- update to version 2.03
|
||||||
* Fri Dec 27 2002 - prehak@suse.cz
|
* Fri Dec 27 2002 prehak@suse.cz
|
||||||
- updated to version 2.02
|
- updated to version 2.02
|
||||||
* Mon Jul 29 2002 - mls@suse.de
|
* Mon Jul 29 2002 mls@suse.de
|
||||||
- Fixed neededforbuild for perl-5.8.0
|
- Fixed neededforbuild for perl-5.8.0
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Tue Jul 02 2002 - garloff@suse.de
|
* Tue Jul 02 2002 garloff@suse.de
|
||||||
- Update to 1.08: (rerelease of 1.06 with minor bugfixes)
|
- Update to 1.08: (rerelease of 1.06 with minor bugfixes)
|
||||||
* searchpath set to current dir if not set
|
* searchpath set to current dir if not set
|
||||||
* obsolete 'convert' script removed from dist
|
* obsolete 'convert' script removed from dist
|
||||||
* Thu Jan 17 2002 - garloff@suse.de
|
* Thu Jan 17 2002 garloff@suse.de
|
||||||
- Creation of package perl-XML-Simple (1.06)
|
- Creation of package perl-XML-Simple (1.06)
|
||||||
(needed by InterMezzo)
|
(needed by InterMezzo)
|
||||||
|
|||||||
Reference in New Issue
Block a user