From 9d30322b8997bbaf462b718fe2ad9c89c9aef59e9af59c91729f11c05f371edd Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 1 Jun 2021 13:18:03 +0000 Subject: [PATCH] Accepting request 895827 from devel:languages:perl:autoupdate - updated to 3.6.4 see /usr/share/doc/packages/perl-CSS-Sass/Changes OBS-URL: https://build.opensuse.org/request/show/895827 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CSS-Sass?expand=0&rev=22 --- CSS-Sass-3.6.3.tar.gz | 3 --- CSS-Sass-3.6.4.tar.gz | 3 +++ perl-CSS-Sass.changes | 6 ++++++ perl-CSS-Sass.spec | 16 +++++++--------- 4 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 CSS-Sass-3.6.3.tar.gz create mode 100644 CSS-Sass-3.6.4.tar.gz diff --git a/CSS-Sass-3.6.3.tar.gz b/CSS-Sass-3.6.3.tar.gz deleted file mode 100644 index 70aa8dc..0000000 --- a/CSS-Sass-3.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff002cd0fc3d0531fcccf172a999c13223ec07f475ad811cf2c24597067b3d15 -size 1129524 diff --git a/CSS-Sass-3.6.4.tar.gz b/CSS-Sass-3.6.4.tar.gz new file mode 100644 index 0000000..a19d648 --- /dev/null +++ b/CSS-Sass-3.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24529e606e1aae914f53e869e42e6bb0eed3e8c9c256343c8f37fa29d9c06941 +size 1334355 diff --git a/perl-CSS-Sass.changes b/perl-CSS-Sass.changes index 0a0a8bd..a0b1c36 100644 --- a/perl-CSS-Sass.changes +++ b/perl-CSS-Sass.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 22 03:06:59 UTC 2021 - Tina Müller + +- updated to 3.6.4 + see /usr/share/doc/packages/perl-CSS-Sass/Changes + ------------------------------------------------------------------- Tue May 5 03:07:37 UTC 2020 - Tina Müller diff --git a/perl-CSS-Sass.spec b/perl-CSS-Sass.spec index 6c2ccd4..62c51b9 100644 --- a/perl-CSS-Sass.spec +++ b/perl-CSS-Sass.spec @@ -1,7 +1,7 @@ # # spec file for package perl-CSS-Sass # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,20 @@ # -Name: perl-CSS-Sass -Version: 3.6.3 -Release: 0 %define cpan_name CSS-Sass +Name: perl-CSS-Sass +Version: 3.6.4 +Release: 0 Summary: Compile .scss files using libsass License: MIT -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/O/OC/OCBNET/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Encode::Locale) >= 0.01 BuildRequires: perl(ExtUtils::CppGuess) >= 0.14 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52 BuildRequires: perl(File::chdir) >= 0.01 BuildRequires: perl(Filesys::Notify::Simple) >= 0.01 BuildRequires: perl(List::Util) >= 1.45 @@ -56,12 +55,12 @@ parity and heading towards full 3.4 compatibility. It can compile .scss and .sass files. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} 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}" -make %{?_smp_mflags} +%make_build %check make test @@ -72,7 +71,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc appveyor.yml Changes CODE_OF_CONDUCT.md perlobject.map README.md util %license LICENSE