Accepting request 303803 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/303803 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JavaScript-Minifier?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
19fbea4ca6
commit
0b4306b7c0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:791a63cab57807263961a54bec28f589a2e3ce7aeff6fddf1df27edede4fdc6e
|
||||
size 22282
|
3
JavaScript-Minifier-1.14.tar.gz
Normal file
3
JavaScript-Minifier-1.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35f2e4679bb18ccfa4637b0a142dea8df641a12fe9a107c8a376f6261ca72482
|
||||
size 22368
|
21
cpanspec.yml
Normal file
21
cpanspec.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#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
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 15:31:41 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.14
|
||||
see /usr/share/doc/packages/perl-JavaScript-Minifier/Changes
|
||||
|
||||
1.14 2015-04-23
|
||||
- Fixed error in SYNOPSIS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:42:39 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-JavaScript-Minifier
|
||||
Version: 1.13
|
||||
Version: 1.14
|
||||
Release: 0
|
||||
%define cpan_name JavaScript-Minifier
|
||||
Summary: Perl extension for minifying JavaScript code
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/JavaScript-Minifier/
|
||||
Source: http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -68,6 +69,6 @@ repeatedly is wasteful.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE README README.md xt
|
||||
%doc Changes examples LICENSE README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user