diff --git a/CSS-Sass-3.4.1.tar.gz b/CSS-Sass-3.4.1.tar.gz deleted file mode 100644 index d17845a..0000000 --- a/CSS-Sass-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d992713b6a4b5e6bb77157522d5ff6ed402cc5fc199a33d3abeb24eab4d39f63 -size 2525853 diff --git a/CSS-Sass-3.4.2.tar.gz b/CSS-Sass-3.4.2.tar.gz new file mode 100644 index 0000000..3a361c9 --- /dev/null +++ b/CSS-Sass-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba68c45787a05778ab69bc46881602db9af3ef554ea55a1c3108eb7b070ec65 +size 2526222 diff --git a/perl-CSS-Sass.changes b/perl-CSS-Sass.changes index e9ee6a3..e5cb191 100644 --- a/perl-CSS-Sass.changes +++ b/perl-CSS-Sass.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 06:10:11 UTC 2017 - coolo@suse.com + +- updated to 3.4.2 + see /usr/share/doc/packages/perl-CSS-Sass/Changes + ------------------------------------------------------------------- Mon Feb 13 11:19:26 UTC 2017 - coolo@suse.com diff --git a/perl-CSS-Sass.spec b/perl-CSS-Sass.spec index 190e335..5dec25e 100644 --- a/perl-CSS-Sass.spec +++ b/perl-CSS-Sass.spec @@ -17,11 +17,11 @@ Name: perl-CSS-Sass -Version: 3.4.1 +Version: 3.4.2 Release: 0 %define cpan_name CSS-Sass -Summary: Compile .scss files using libsass -License: MIT +Summary: CSS::Sass Perl module +License: The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/CSS-Sass/ Source0: https://cpan.metacpan.org/authors/id/O/OC/OCBNET/%{cpan_name}-%{version}.tar.gz @@ -29,18 +29,6 @@ Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Encode::Locale) >= 0.01 -BuildRequires: perl(ExtUtils::CppGuess) >= 0.09 -BuildRequires: perl(File::Slurp) >= 0.01 -BuildRequires: perl(File::chdir) >= 0.01 -BuildRequires: perl(List::MoreUtils) >= 0.01 -BuildRequires: perl(Test::Differences) >= 0.01 -BuildRequires: perl(YAML::XS) >= 0.01 -BuildRequires: perl(version) -Requires: perl(Encode::Locale) >= 0.01 -Requires: perl(File::Slurp) >= 0.01 -Requires: perl(List::MoreUtils) >= 0.01 -Requires: perl(version) %{perl_requires} # MANUAL BEGIN BuildRequires: gcc-c++