Update to 20171214 (see CHANGES for details)
This commit is contained in:
parent
cc504706cc
commit
b679c16be1
@ -1,17 +1,6 @@
|
||||
--- CHANGES
|
||||
+++ CHANGES
|
||||
@@ -639,8 +639,8 @@ Perltidy Change Log
|
||||
|
||||
-improved breakpoint choices involving '->'
|
||||
|
||||
- -Corrected tokenization of things like ${#} or ${©}. For example,
|
||||
- ${©} is valid, but ${© } is a syntax error.
|
||||
+ -Corrected tokenization of things like ${#} or ${©}. For example,
|
||||
+ ${©} is valid, but ${© } is a syntax error.
|
||||
|
||||
-Corrected minor tokenization errors with indirect object notation.
|
||||
For example, 'new A::()' works now.
|
||||
@@ -813,14 +813,14 @@ Perltidy Change Log
|
||||
@@ -1548,14 +1548,14 @@ Perltidy Change Log
|
||||
closing side comments (-csc) could have incorrect text. This is
|
||||
annoying but will be correct the next time perltidy is run with -csc.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perltidy
|
||||
Version: 20170521
|
||||
Release: 3%{?dist}
|
||||
Version: 20171214
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for indenting and re-formatting Perl scripts
|
||||
License: GPLv2+
|
||||
URL: http://perltidy.sourceforge.net/
|
||||
@ -11,8 +11,8 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
@ -86,6 +86,9 @@ make test
|
||||
%{_mandir}/man3/Perl::Tidy.3*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 15 2017 Paul Howarth <paul@city-fan.org> - 20171214-1
|
||||
- Update to 20171214 (see CHANGES for details)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170521-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Perl-Tidy-20170521.tar.gz) = 5382162346e2eb1276d4790ed03208e52bfb82ecc2bc63facd5dd81e247872ff209a5aba7718997d426bd1aad5a3fc7434117b60f53dc2eaf9993df6ed9cb1e8
|
||||
SHA512 (Perl-Tidy-20171214.tar.gz) = bc561146f184dd0023de44741cafdcf6882ef553ed2e0c0ec8cd9a234f45b76638b4dc7edde0abfc36e4cc1f84ef908c35dc63f776de65e2abd938d35563cc65
|
||||
|
Loading…
Reference in New Issue
Block a user