313 lines
10 KiB
Plaintext
313 lines
10 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 17 03:08:17 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.64
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.64 2022-08-16 rurban
|
|
* Exec: Silence all Windows -Wint-conversion and -Wint-to-pointer-cast
|
|
warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 13 03:09:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.63
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.63 2022-08-11 rurban
|
|
* Exec: Really fix USE_ITHREADS (GH #17) with USE_THREADS
|
|
on windows. USE_5005THREADS is not defined in older perls, but
|
|
OLD_PTHREADS_API is.
|
|
|
|
1.62 2022-08-10 rurban
|
|
* Exec: compile with USE_THREADS and USE_ITHREADS (GH #17)
|
|
* add a make release target
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 03:06:47 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.61
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.61 2022-06-13 rurban
|
|
* perfilter.pod: minor improvements (PR #16 khw)
|
|
* Remove runtime recommends META (GH #14 kentfredric)
|
|
* use strict in all modules. Fixes Test::Kwalitee.
|
|
* Add github actions, and cirrus CI's
|
|
* Updated Copyright years.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 6 03:09:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.60
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.60 2020-08-05 rurban
|
|
* Increase t/call.t verbosity on failures (PR #12 aatomic)
|
|
* Push cwd to @INC for PERL_CORE (PR #11 jkeenan)
|
|
* Update search.cpan.org link to metacpan (PR #10 Grinnz)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 5 05:23:05 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.59
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.59 2018-08-04 rurban
|
|
* Improve tests using FindBin for filter-util.pl [atoomic #9]
|
|
* Added new m4 filter [werner lemberg #8]
|
|
* Add int casts, assert on 2GB limitation.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 16 06:21:36 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 1.58
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.58 2017-11-15 rurban
|
|
* Drop 5.005 support
|
|
* Switch from DynaLoader to XSLoader [atoomic #5]
|
|
* Replace use vars by our. [atoomic #5]
|
|
* Lazy load Carp only when required. [atoomic #5]
|
|
* Minor test improvements
|
|
* Fix v5.8 cast warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 11:58:25 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 1.57
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.57 2017-01-22 rurban
|
|
* Todo the t/exec.t test 2 on cygwin.
|
|
* Fixed/Todo the t/decrypt.t test 7 utf8 failures.
|
|
Skip with non UTF-8 locale.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 29 08:42:52 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.55
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.55 2015-07-26 rurban
|
|
* Fix t/z_pod-coverage.t with old Test::More by Kent Frederik. RT #106090.
|
|
* Fix t/tee.t + t/order.t race under parallel testing. RT #105396.
|
|
Thanks to Kent Frederik
|
|
* Fix Filter exec refcount, breaking earlier parse exits with __DATA__ RT #101668
|
|
Thanks to user42_kevin@yahoo.com.au
|
|
* Add missing filter_del in exec filter.
|
|
* Add pod for Filter::Util::Call::unimport to fix t/z_pod-coverage.t
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 2 09:20:55 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.54
|
|
see /usr/share/doc/packages/perl-Filter/Changes
|
|
|
|
1.44 2012-06-18 rurban
|
|
* Sync t/call.t with core fixes in 2adbc9b6
|
|
|
|
1.45 2012-06-19 rurban
|
|
* Sync perlfilter.pod with core improvements
|
|
|
|
1.46 2013-03-29 rurban
|
|
* Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban)
|
|
* Fix RT #84210 Bad NAME in Makefile.PL (miyagawa)
|
|
* Fix RT #82687 cpansign MANIFEST failure (myra)
|
|
* Work on RT #41285 test failures with non-english locale (reported by srezic)
|
|
* Skip patching the src for newWarnings style, these are the default (rurban)
|
|
* Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde)
|
|
and add usage docs.
|
|
|
|
1.47 2013-03-31 rurban
|
|
* Reproduced and fixed RT #41285 test failures with non-english locale
|
|
(reported by srezic)
|
|
|
|
1.48 2013-04-01 rurban
|
|
* added META records, such as repository, recommends to Makefile.PL
|
|
* added META and POD tests
|
|
|
|
1.49 2013-04-02 rurban
|
|
* Better fix for RT #41285 test failures with non-english locale
|
|
(patched by srezic, pull #1)
|
|
* Add t/z_*.t meta tests (now for real), move Try to t/FilterTry,
|
|
add POD to Filter::Util::Call, Filter::Util::Exec and generated
|
|
FilterTry.
|
|
|
|
1.50 2014-06-04 rurban
|
|
* Do not re-bless already blessed filter_add arguments into the callers package.
|
|
Fixes RT #54452
|
|
* t/z_pod-coverage.t: omit empty Filter::decrypt (also fixes RT #84405)
|
|
* Fix Perl Compiler detection in Filter::decrypt
|
|
|
|
1.51 2014-12-09 rurban
|
|
* Minor -Wall -Wextra cleanups by jhi and me. Fixes RT #100742
|
|
* Updated Copyright years
|
|
* Document and warn about its limitations
|
|
|
|
1.52 2014-12-19 rurban
|
|
* Fix Filter::Util::Call regression from 1.50, for filter_add({}) or filter_add([]).
|
|
This broke Switch, see RT #101004.
|
|
|
|
1.53 2014-12-20 rurban
|
|
* Re-release caused by broken SIGNATURE, caused by broken ExtUtils::Makemaker distsignature rules.
|
|
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/177
|
|
|
|
1.54 2015-01-17 rurban
|
|
* Fix some compiler warnings for -Wall. Some patches by Dave Mitchell. RT #101587
|
|
Note that perl5 itself is not yet -pedantic safe, Filter is.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 22 02:35:04 UTC 2012 - vcizek@suse.com
|
|
|
|
- update to 1.43
|
|
* Improve t/tee.t test 5 on windows which allows all Administrator
|
|
members read-access [RT #75164]
|
|
* Fix more windows tests:
|
|
http://www.cpantesters.org/cpan/report/9e790a72-6bf5-1014-9f3b-641f296be760
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 20 02:35:39 UTC 2012 - vcizek@suse.com
|
|
|
|
- update to 1.41
|
|
* Fix tee and all tests to work with Perl 5.14 and higher.
|
|
PVIO has no IV field anymore, so abuse the empty IoOFP,
|
|
which is only used for printing, not reading.
|
|
Fixes [RT #56875] and more.
|
|
* Hide example packages from the pause indexer
|
|
- licence correction
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 2 08:44:44 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 1.39
|
|
* Fix decrypt to work with Perl 5.14
|
|
[RT #67656]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 26 07:44:47 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 1.38
|
|
* Versions being seperate from Module versions results in dependency confusion
|
|
Bumped all versions to match the distribution version number.
|
|
[RT #67655]
|
|
* Fix decrypt to work with Perl 5.14
|
|
[RT #67656]
|
|
* Update the Filter-Simple URL
|
|
[RT #49778]
|
|
- corrected license
|
|
- removed author from spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:32:28 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 21 16:07:23 UTC 2010 - chris@computersalat.de
|
|
|
|
- cleanup spec
|
|
- added perl-macros
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 3 15:50:48 CEST 2009 - anicka@suse.cz
|
|
|
|
- update to 1.37
|
|
* No new feature or bug fixes - just sync with perl core.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 12:57:24 CET 2009 - anicka@suse.cz
|
|
|
|
- update to 1.36
|
|
* Fixed install issue [RT #28232]
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 27 10:45:32 CET 2009 - anicka@suse.cz
|
|
|
|
- update to 1.35
|
|
* Included Core patches 32864, 33341 & 34776
|
|
* Side effect of above patches means that Filters needs at least
|
|
Perl 5.005
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 9 12:00:31 CEST 2007 - anicka@suse.cz
|
|
|
|
- update to 1.34
|
|
* support perl 5.10 for Filter::Util::Call
|
|
* equivalent changes for the other filters
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 10:42:01 CET 2007 - anicka@suse.cz
|
|
|
|
- update to 1.33
|
|
* fixed ninstr issue for 5.8.9
|
|
* added t/pod.t
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:39:41 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 6 13:11:26 CET 2006 - anicka@suse.cz
|
|
|
|
- update to 1.32
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 3 14:21:50 CET 2006 - anicka@suse.cz
|
|
|
|
- update to 1.31
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 18 15:18:15 CET 2004 - mjancar@suse.cz
|
|
|
|
- don't package backup files (#36312)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 30 19:15:09 CET 2003 - mjancar@suse.cz
|
|
|
|
- update to 1.30
|
|
- no root for build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 22 14:47:10 CEST 2003 - mjancar@suse.cz
|
|
|
|
- require the perl version we build with
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 18:27:59 CEST 2003 - mjancar@suse.cz
|
|
|
|
- adapt to perl-5.8.1
|
|
- use %perl_process_packlist
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 20 12:39:45 CEST 2003 - mjancar@suse.cz
|
|
|
|
- remove unpackaged files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 20 13:27:11 CET 2002 - prehak@suse.cz
|
|
|
|
- updated to version 1.29
|
|
- adjusted .packlist
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 29 15:48:02 MEST 2002 - mls@suse.de
|
|
|
|
- deleted Filter::Util::Call as it's in perl-5.8.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
|
|
|
- remove race in .packlist generation
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 16 16:29:54 CET 2002 - rvasice@suse.cz
|
|
|
|
- initial package release (version 1.28)
|