parent
0d12acfda0
commit
77538bbfa0
3 changed files with 6 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,4 +3,3 @@
|
|||
/rabbit-2.1.2.gem
|
||||
/rubygem-rabbit-2.1.2-test-missing-files.tar.gz
|
||||
/rabbit-2.1.3.gem
|
||||
/rabbit-2.1.4.gem
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ BuildRequires: %1 \
|
|||
%{nil}
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 2.1.4
|
||||
Release: 1%{?dist}
|
||||
Version: 2.1.3
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: RD-document-based presentation application
|
||||
# CC-BY: rubykaigi2011-background-white.jpg and
|
||||
|
|
@ -22,9 +22,9 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|||
Source1: %{name}-2.1.2-test-missing-files.tar.gz
|
||||
Source10: rabbit.desktop
|
||||
Source11: rabbit.xml
|
||||
# https://github.com/rabbit-shocker/rabbit/issues/54
|
||||
# https://github.com/rabbit-shocker/rabbit/commit/21a43670ae6db43a2b464662bcee33043fec8577.patch
|
||||
Patch0: rubygem-rabbit-2.1.4-0001-test-use-real-logger.patch
|
||||
# http://www.cozmixng.org/~w3ml/index.rb/rabbit-shocker/msg/1228
|
||||
# https://github.com/rabbit-shocker/rabbit/commit/9e788e7f2a5b28748b6e55d9444a7e0428461145.patch
|
||||
Patch0: rubygem-rabbit-2.1.3-replace-invalid-character.patch
|
||||
|
||||
%BothRequires ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
|
|
@ -41,8 +41,6 @@ Requires: ruby(rubygems)
|
|||
%BothRequires rubygem(rsvg2)
|
||||
%BothRequires rubygem(rdtool)
|
||||
%BothRequires rubygem(rttool)
|
||||
# test_codeblock_fence test needs below
|
||||
BuildRequires: %{_bindir}/blockdiag
|
||||
BuildRequires: desktop-file-utils
|
||||
# For rabbirc
|
||||
Requires: rubygem(net-irc)
|
||||
|
|
@ -179,9 +177,6 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||
%doc %{gem_instdir}/sample/
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.1.4-1
|
||||
- 2.1.4
|
||||
|
||||
* Fri Nov 7 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.1.3-3
|
||||
- Rescue Encoding::UndefinedConversionError on logger
|
||||
(shocker-ja:1228)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
d5b5d3be4def7d1c066265d3fa221bb6 rabbit-2.1.3.gem
|
||||
99fab8a244fd2d1cbddccd33e8be8896 rubygem-rabbit-2.1.2-test-missing-files.tar.gz
|
||||
c15d25b014ee8169a91d09aa1130fdff rabbit-2.1.4.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue