8
0
forked from pool/perl-CSS-Sass

Accepting request 457603 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/457603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CSS-Sass?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2017-02-20 18:44:41 +00:00
committed by Git OBS Bridge
parent dd96576ccf
commit 97ddf22da2
4 changed files with 12 additions and 18 deletions

View File

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

3
CSS-Sass-3.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ba68c45787a05778ab69bc46881602db9af3ef554ea55a1c3108eb7b070ec65
size 2526222

View File

@@ -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

View File

@@ -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++