Accepting request 285328 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/285328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-mustache?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2015-02-11 11:21:24 +00:00 committed by Git OBS Bridge
parent 6e765d65bf
commit 382052e4f5
4 changed files with 14 additions and 8 deletions

View File

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

3
mustache-1.0.0.gem Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 10 18:07:32 UTC 2015 - coolo@suse.com
- updated to version 1.0.0
-------------------------------------------------------------------
Fri Nov 14 10:41:06 UTC 2014 - mrueckert@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-mustache
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,16 +24,17 @@
#
Name: rubygem-mustache
Version: 0.99.7
Version: 1.0.0
Release: 0
%define mod_name mustache
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 1.9.3}
BuildRequires: %{ruby < 3}
BuildRequires: %{ruby => 2.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
Url: http://github.com/mustache/mustache
Url: https://github.com/mustache/mustache
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Mustache is a framework-agnostic way to render logic-free views