forked from pool/rubygem-mustache
Accepting request 482399 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/482399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-mustache?expand=0&rev=12
This commit is contained in:
parent
a06a1cdc6c
commit
0305df7c50
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ed9d389e41c54f000ad33bba6d1939a5685c0a0c3eb02d707fc21bddf6e97ec
|
|
||||||
size 40960
|
|
3
mustache-1.0.4.gem
Normal file
3
mustache-1.0.4.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cb937ef01d3302b4dffb885b0bb738ce260998e0c421a7e7e67e1d409e11e1b
|
||||||
|
size 41984
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 05:31:37 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.0.4
|
||||||
|
no changelog found
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 06:26:11 UTC 2016 - coolo@suse.com
|
Wed Apr 6 06:26:11 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-mustache
|
# spec file for package rubygem-mustache
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,13 +24,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-mustache
|
Name: rubygem-mustache
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name mustache
|
%define mod_name mustache
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: %{ruby < 3}
|
BuildRequires: %{ruby >= 2.0}
|
||||||
BuildRequires: %{ruby => 2.0}
|
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user