automatic rebuild by autodist [release 1.01-4mamba;Wed Mar 27 2024]

This commit is contained in:
Automatic Build System 2024-03-27 23:56:44 +01:00
parent 0d6481ff55
commit 0f09e614fd

View File

@ -2,20 +2,20 @@
Name: perl-XML-Filter-BufferText
Version: 1.01
Release: 3mamba
Release: 4mamba
Summary: XML::Filter::BufferText - Filter to put all characters() in one event
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-%{version}.tar.gz
License: Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-XML-Sax-Base
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.
@ -58,6 +58,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 1.01-4mamba
- automatic rebuild by autodist
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.01-3mamba
- perl 5.16 mass rebuild