forked from pool/perl-YAML-Syck
Compare commits
23 Commits
8c919cac7d
...
6faee0dfd7
Author | SHA256 | Date | |
---|---|---|---|
6faee0dfd7 | |||
25d3d7034c | |||
0af2b37561 | |||
e7fd359fc5 | |||
890e4a7d01 | |||
|
262fbe3887 | ||
3bee87294c | |||
c74a856601 | |||
90b0777855 | |||
0b2e2f92a6 | |||
c3cada194f | |||
3a2a32a2bb | |||
|
660be3937e | ||
|
1b058b127c | ||
|
c9d68a1b21 | ||
|
50131e1276 | ||
|
aad5e1046f | ||
|
1a778d7f51 | ||
|
7c01949110 | ||
7fda477732 | |||
76099b71d2 | |||
|
4047fbd418 | ||
|
129fb53d10 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62b344216176556a0c497065ad8385157b9f261c6e687218dfa19ec7d7258dc7
|
||||
size 170413
|
3
YAML-Syck-1.34.tar.gz
Normal file
3
YAML-Syck-1.34.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc9156ccaebda798ebfe2f31b619e806577f860ed1704262f17ffad3c6e34159
|
||||
size 166886
|
@@ -1,8 +1,8 @@
|
||||
---
|
||||
summary: Perl YAML loader and dumper
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
@@ -21,8 +21,10 @@
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
custom_build: |-
|
||||
# https://github.com/cpan-authors/YAML-Syck/issues/61
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING -std=gnu11"
|
||||
make %{?_smp_mflags}
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
|
@@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 12:36:00 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- -std=gnu11 to build with gcc15
|
||||
- modified sources
|
||||
% cpanspec.yml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 27 03:09:42 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.34
|
||||
see /usr/share/doc/packages/perl-YAML-Syck/Changes
|
||||
|
||||
1.34 Oct 26 2020
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 03:16:46 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.32
|
||||
see /usr/share/doc/packages/perl-YAML-Syck/Changes
|
||||
|
||||
[Changes for 1.32 - 2020-01-27]
|
||||
|
||||
**** INTERFACE CHANGE ****
|
||||
* Change default for LoadBlessed to false
|
||||
|
||||
* Remove YAML::Syck tests which parse META.yml
|
||||
* Switch to github actions for testing
|
||||
* Remove 'use vars' from code in favor of our
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 00:45:14 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim bias from summary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 07:09:45 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.31
|
||||
see /usr/share/doc/packages/perl-YAML-Syck/Changes
|
||||
|
||||
|
||||
[Changes for 1.31 - 2018-10-25]
|
||||
|
||||
* Switch to ExtUtils::MakeMaker for builder
|
||||
* Switch official issue tracker and repo to github.
|
||||
* MANIFEST warning is now fixed. Also shipping additional tests because of this.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 18:55:05 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-YAML-Syck
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,18 +12,18 @@
|
||||
# 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-YAML-Syck
|
||||
Version: 1.30
|
||||
Version: 1.34
|
||||
Release: 0
|
||||
%define cpan_name YAML-Syck
|
||||
Summary: Fast, lightweight YAML loader and dumper
|
||||
Summary: Perl YAML loader and dumper
|
||||
License: MIT
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/YAML-Syck/
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -43,14 +43,15 @@ backward-compatibility with 'YAML.pm'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING"
|
||||
%{__make} %{?_smp_mflags}
|
||||
# https://github.com/cpan-authors/YAML-Syck/issues/61
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING -std=gnu11"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -59,7 +60,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes COMPATIBILITY
|
||||
%doc Changes COMPATIBILITY README.md
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user