8
0

Accepting request 723267 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/723267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Autoformat?expand=0&rev=24
This commit is contained in:
2019-08-15 10:28:42 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07eb3c2b3515897340ca6e9377495bbe2e05ec80d7f3f146adab8e534a818d5e
size 29485

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dd4f4ce3daec4b4dbf5b59dac4568a8946aed12c28b4e5988c8e8c602c6b771
size 29621

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 14 05:30:37 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.75
see /usr/share/doc/packages/perl-Text-Autoformat/Changes
1.75 2019-08-13 NEILB
- Correctly handle lists with "0" on the end of them to preserve
the "0" rather than dropping it
-------------------------------------------------------------------
Sun Nov 29 10:21:32 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-Autoformat
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# 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 https://bugs.opensuse.org/
#
Name: perl-Text-Autoformat
Version: 1.74
Version: 1.75
Release: 0
%define cpan_name Text-Autoformat
Summary: Automatic text wrapping and reformatting
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Autoformat/
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,14 +40,14 @@ Automatic text wrapping and reformatting
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -56,6 +56,7 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes config.emacs config.vim LICENSE README
%doc Changes config.emacs config.vim README
%license LICENSE
%changelog