From f0f30cf607d6fc42924765bc830b43f9d5a769f7 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Fri, 4 Jan 2013 13:53:20 +0900 Subject: [PATCH] 5.9.3 --- .gitignore | 1 + oniguruma.spec | 14 ++++++-------- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 02f3492..f9b63a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ onig-5.9.2.tar.gz +/onig-5.9.3.tar.gz diff --git a/oniguruma.spec b/oniguruma.spec index 4d31719..cf088f0 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -1,6 +1,6 @@ Name: oniguruma -Version: 5.9.2 -Release: 4%{?dist} +Version: 5.9.3 +Release: 1%{?dist} Summary: Regular expressions library Group: System Environment/Libraries @@ -11,7 +11,6 @@ Source0: http://www.geocities.jp/kosako3/oniguruma/archive/onig-%{version}.tar.g # Don't know exactly why, however without Patch0 onig_new returns # NULL reg variable Patch0: oniguruma-5.9.2-onig_new-returns-NULL-reg.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ruby >= 1.8 #Requires: @@ -26,7 +25,7 @@ for every regular expression object can be specified. %package devel Summary: Development files for %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -57,16 +56,12 @@ done %install -%{__rm} -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ INSTALL="%{__install} -c -p" find $RPM_BUILD_ROOT -name '*.la' \ -exec %{__rm} -f {} ';' -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %check %{__make} check @@ -102,6 +97,9 @@ find $RPM_BUILD_ROOT -name '*.la' \ %{_includedir}/onig*.h %changelog +* Fri Jan 4 2013 Mamoru TASAKA - 5.9.3-1 +- 5.9.3 + * Fri Jul 20 2012 Fedora Release Engineering - 5.9.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index f3913b7..3d29695 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f4ad1b100a5f9a91623e04111707b84 onig-5.9.2.tar.gz +0d4eda2066d3c92970842a6790ce897a onig-5.9.3.tar.gz