forked from pool/perl-CSS-Sass
Compare commits
10 Commits
7a6db6a6c6
...
036cbe2fda
Author | SHA256 | Date | |
---|---|---|---|
036cbe2fda | |||
9d30322b89 | |||
ab44786f56 | |||
|
5bb64fac5c | ||
|
4446d71ead | ||
21d7c8bd45 | |||
5f711a648a | |||
2f09aba7ac | |||
|
6a82205b79 | ||
|
fa9eb2df5c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c6bb87212bc2f63619bba264f3eb779358ce739da4e7bd895108a50e76fdbfa
|
||||
size 2559510
|
3
CSS-Sass-3.6.4.tar.gz
Normal file
3
CSS-Sass-3.6.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24529e606e1aae914f53e869e42e6bb0eed3e8c9c256343c8f37fa29d9c06941
|
||||
size 1334355
|
@@ -11,7 +11,10 @@
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: gcc-c++ perl(ExtUtils::CppGuess) perl(YAML::XS) perl(Test::Differences)
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: perl(ExtUtils::CppGuess)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(YAML::XS)
|
||||
#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
|
||||
|
@@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 03:06:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
updated to 3.6.3
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 03:09:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
updated to 3.6.2
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 05:02:38 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.6.0
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
CSS::Sass (3.6.0)
|
||||
|
||||
First release with next major libsass version
|
||||
This may cause your existing sass code to break
|
||||
Please check the libsass changelog for breaking changes
|
||||
https://github.com/sass/libsass/releases/tag/3.6.0
|
||||
|
||||
* Bumped libsass version to latest 3.6 stable branch (3.6.0)
|
||||
* Added digest plugin to compute md5/base64/crc checksums
|
||||
* Adjusted a few test cases to match new 3.6 behaviors
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 19 May 2019 17:49:32 +0100
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 05:06:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.4.13
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
CSS::Sass (3.4.13)
|
||||
|
||||
* Fix build failures when using clang
|
||||
* Fix detection of installed modules
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 11 Apr 2019 22:14:04 +0100
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 05:03:14 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.4.12
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
CSS::Sass (3.4.12)
|
||||
|
||||
* Maintenance release (no libsass upgrade)
|
||||
* Add unit tests for included plugins
|
||||
* Changed plugin locations and auto loading
|
||||
* Implement support for HRX spec tests
|
||||
* Fix issue with newer ExtUtils::CppGuess
|
||||
* Update ppport.h and adjust makefile
|
||||
* Update sassc plugin to latest version
|
||||
* Update img-size plugin to latest version
|
||||
* Add loading of alternate spec output file names
|
||||
* Fix spec test by trimming trailing white-space
|
||||
* Add appveyor for windows/strawberry perl testing
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 10 Apr 2019 01:44:42 +0100
|
||||
|
||||
CSS::Sass (3.4.11)
|
||||
|
||||
* Bumped libsass version to latest 3.4 stable branch (3.4.9)
|
||||
* Improve spec-runner to normalize nth-child binomial spacing
|
||||
* Fix sass operation overloads for inverted operands
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 05 Feb 2018 23:31:14 +0200
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 06:08:32 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.10
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 06:23:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.8
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 05:07:35 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.7
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 08:39:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CSS-Sass
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -12,34 +12,33 @@
|
||||
# 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-CSS-Sass
|
||||
Version: 3.4.6
|
||||
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: http://search.cpan.org/dist/CSS-Sass/
|
||||
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.09
|
||||
BuildRequires: perl(File::Slurp) >= 0.01
|
||||
BuildRequires: perl(ExtUtils::CppGuess) >= 0.14
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52
|
||||
BuildRequires: perl(File::chdir) >= 0.01
|
||||
BuildRequires: perl(List::MoreUtils) >= 0.01
|
||||
BuildRequires: perl(Filesys::Notify::Simple) >= 0.01
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
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(Filesys::Notify::Simple) >= 0.01
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(version)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
@@ -56,15 +55,15 @@ parity and heading towards full 3.4 compatibility. It can compile .scss and
|
||||
.sass files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%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}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -72,8 +71,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes perlobject.map README.md util
|
||||
%doc appveyor.yml Changes CODE_OF_CONDUCT.md perlobject.map README.md util
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user