Sync from SUSE:SLFO:Main perl-Mixin-Linewise revision 40e100b96f495f55dd4e39ffb6e306e8
This commit is contained in:
commit
b2a70a190f
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
Mixin-Linewise-0.111.tar.gz
(Stored with Git LFS)
Normal file
BIN
Mixin-Linewise-0.111.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
35
cpanspec.yml
Normal file
35
cpanspec.yml
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
#skip_doc: regexp_to_skip_for_doc.*
|
||||
#add_doc: files to add to docs
|
||||
#misc: |-
|
||||
#anything else to be added to spec file
|
||||
#follows directly after %files section, so it can contain new blocks or also
|
||||
#changes to %files section
|
96
perl-Mixin-Linewise.changes
Normal file
96
perl-Mixin-Linewise.changes
Normal file
@ -0,0 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 03:14:56 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.111
|
||||
see /usr/share/doc/packages/perl-Mixin-Linewise/Changes
|
||||
|
||||
0.111 2022-12-31 21:09:24-05:00 America/New_York
|
||||
- update author information
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 03:08:44 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.110
|
||||
see /usr/share/doc/packages/perl-Mixin-Linewise/Changes
|
||||
|
||||
0.110 2021-06-22 22:27:07-04:00 America/New_York
|
||||
- tweak the file test again to exclude directories; (is this going to
|
||||
turn into something more convoluted in several releases? probably)
|
||||
|
||||
0.109 2021-06-20 21:10:22-04:00 America/New_York
|
||||
- use "-r" test instead of "-f" test, to allow use on (say) named
|
||||
pipes (thanks, L. Alberto Giménez!)
|
||||
- update author information
|
||||
- add perl support section to docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:47:46 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.108
|
||||
see /usr/share/doc/packages/perl-Mixin-Linewise/Changes
|
||||
|
||||
0.108 2015-04-08 14:56:06-04:00 America/New_York
|
||||
- first argument can be options only if there are two options
|
||||
|
||||
0.107 2015-04-07 20:14:41-04:00 America/New_York
|
||||
- add leading hashref arg for passing binmode to read_string,
|
||||
write_string
|
||||
- do not modify references of args passed to read_file, write_file
|
||||
|
||||
0.106 2014-03-10 08:08:39-04:00 America/New_York
|
||||
- avoid dumb v-string warning in dumb perl versions (thanks, Graham
|
||||
Knop, you're not dumb!)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 06:39:24 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.105
|
||||
- update Readers to, by default, use PerlIO::utf8_strict to avoid
|
||||
problems with CRLF layer on Win32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:33:37 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.104
|
||||
- clean up the docs for changes made in 0.103
|
||||
[THIS MIGHT BREAK YOUR CODE]
|
||||
- the string methods once again open references to scalars, rather
|
||||
than using IO::Scalar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:36:06 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.102
|
||||
- revert the IO::String changes found in 0.101
|
||||
|
||||
[THIS MIGHT BREAK YOUR CODE]
|
||||
- tweak how read_string handles non-ASCII strings; needs further
|
||||
automated testing, so be sure to run your test suites
|
||||
- add binmode option to set binmode on opened filehandles; this
|
||||
defaults to encoding(UTF-8); thanks, David Golden!
|
||||
- typo fix by the inimitable David Steinbrunner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 07:28:45 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.004
|
||||
repackage
|
||||
- removed old perl-Mixin-Linewise-use_lib.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:08:04 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 4 23:56:48 UTC 2011 - lars@linux-schulserver.de
|
||||
|
||||
- fix build on distributions with old Test::More module
|
||||
( perl-Mixin-Linewise-use_lib.patch )
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 16:27:03 UTC 2011 - coolo@novell.com
|
||||
|
||||
- initial package 0.003
|
||||
* created by cpanspec 1.78.03
|
||||
|
64
perl-Mixin-Linewise.spec
Normal file
64
perl-Mixin-Linewise.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# spec file for package perl-Mixin-Linewise
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name Mixin-Linewise
|
||||
Name: perl-Mixin-Linewise
|
||||
Version: 0.111
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Write your linewise code for handles; this does the rest
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(PerlIO::utf8_strict)
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(PerlIO::utf8_strict)
|
||||
Requires: perl(Sub::Exporter)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
It's boring to deal with opening files for IO, converting strings to
|
||||
handle-like objects, and all that. With Mixin::Linewise::Readers and
|
||||
Mixin::Linewise::Writers, you can just write a method to handle handles,
|
||||
and methods for handling strings and filenames are added for you.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user