Accepting request 340240 from home:MargueriteSu:branches:devel:languages:ruby

OBS-URL: https://build.opensuse.org/request/show/340240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/oniguruma?expand=0&rev=7
This commit is contained in:
2015-10-21 11:56:04 +00:00
committed by Git OBS Bridge
parent 2da7fd61e6
commit e5f90d3c4c
4 changed files with 16 additions and 9 deletions

View File

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

3
onig-5.9.6.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 21 11:48:55 UTC 2015 - i@marguerite.su
- update version 5.9.6
* [impl] add onigenc_end_unicode().
* [impl] add onig_add_end_call().
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 6 08:32:47 UTC 2014 - i@marguerite.su Sat Sep 6 08:32:47 UTC 2014 - i@marguerite.su

View File

@@ -1,7 +1,7 @@
# #
# spec file for package oniguruma # spec file for package oniguruma
# #
# 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 # 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
@@ -17,13 +17,13 @@
Name: oniguruma Name: oniguruma
Version: 5.9.5 Version: 5.9.6
Release: 0 Release: 0
Summary: Regex Library Supporting Different Character Encodings Summary: Regex Library Supporting Different Character Encodings
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Url: http://www.geocities.jp/kosako3/oniguruma/ Url: https://github.com/kkos/oniguruma
Source: http://www.geocities.jp/kosako3/oniguruma/archive/onig-%{version}.tar.gz Source: https://github.com/kkos/oniguruma/releases/download/v%{version}/onig-%{version}.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: ruby-devel >= 1.8 BuildRequires: ruby-devel >= 1.8
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -88,8 +88,8 @@ make %{?_smp_mflags}
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot}%{_libdir} -type f -name "*.a" -delete -print find %{buildroot} -type f -name "*.a" -delete -print
find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%post -n libonig2 -p /sbin/ldconfig %post -n libonig2 -p /sbin/ldconfig