10 Commits
devel ... main

Author SHA256 Message Date
9f9268b6e4 Add Gitea build results 2025-08-12 18:18:33 +02:00
f27de42042 Accepting request 1155449 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1155449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=29
2024-03-07 17:27:39 +00:00
Stephan Kulow
dd012c9aaf Accepting request 185948 from devel:languages:perl
- add fix-pointers.diff to fix build on factory

- updated to 0.53
   - Remove executable permissions from files that shouldn't have them.
   - Added shebang to main Bare.pm file ( apparently some people want this )
   - Correct line endings to unix style on parser.c
   - Improved simplify function that works properly with trees instead of just a single level
   - Added hash2xml to quickly convert recursing hashes into XML
   - Added proper binmode setting when outputting XML to address deficiences on Win32 ( such as failing Strawberry perl due to line endings )
   - Added evil OS check in file writing code to address differences in how files must be opened to write utf8 on win32 versus linux/cygwin.
   - Added note regarding using utf8 flag instead of using encoding(utf8)
   - Altered UTF8 test to also write XML containing UTF8 to a file.
   - New 'unsafe' parsing mode, giving a 30% speed increase with some downfalls
   - New 'read_more' function, allowing more data to be read in before parsing into a tree
   - Fixed some memory leaks
   - Added 'Controversy' section to documentation
   - Updated speed comparisons for feed2.xml, adding a comparison against XML::Fast as well
     as a comparison of running in 'unsafe' mode.
   - Spelling correction
   - "Modernized" file handling using my variables
   - Remove debugging print statements that were left in
   - Include the new test cases in the distribution
   - Fixes to find_by_perl
     Can now be accessed in an object or namespace flexibly.
     Now ignores case of keys.
     Keys with underscores can be used.
     Will work properly when passed a single node instead of an array reference of nodes.
   - Fixes to xget
     Method of deferencing has been changed to be compatible with newer versions of perl ( 5.10.2+ )
   - Fixed handling of nodes named 'value'; they will no longer crash the XS code

OBS-URL: https://build.opensuse.org/request/show/185948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=26
2013-08-06 07:22:32 +00:00
Stephan Kulow
3f9f884888 Accepting request 104871 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/104871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=23
2012-02-16 11:26:01 +00:00
Stephan Kulow
875f76da7d replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=22
2011-12-06 17:49:39 +00:00
Stephan Kulow
1212489b16 Accepting request 92243 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=21
2011-11-21 11:50:11 +00:00
Sascha Peilicke
03d1300b7e Autobuild autoformatter for 64200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=19
2011-03-16 09:52:26 +00:00
Sascha Peilicke
9b5cf1d2c3 Accepting request 64200 from devel:languages:perl
Accepted submit request 64200 from user coolo

OBS-URL: https://build.opensuse.org/request/show/64200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=18
2011-03-16 09:52:19 +00:00
Lars Vogdt
cb4b554539 Autobuild autoformatter for 54692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=16
2010-12-05 21:27:59 +00:00
Lars Vogdt
aedce2d411 Accepting request 54692 from devel:languages:perl
Accepted submit request 54692 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-Bare?expand=0&rev=15
2010-12-05 21:27:51 +00:00
2 changed files with 13 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-XML-Bare/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-XML-Bare)

View File

@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Bare/
Source: http://www.cpan.org/authors/id/C/CO/CODECHILD/%{cpan_name}-%{version}.tar.gz
Source100: README.md
Patch0: fix-pointers.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl