Hello community,

here is the log from the commit of package oniguruma for openSUSE:Factory 
checked in at 2014-09-10 07:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oniguruma (Old)
 and      /work/SRC/openSUSE:Factory/.oniguruma.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oniguruma"

Changes:
--------
--- /work/SRC/openSUSE:Factory/oniguruma/oniguruma.changes      2011-09-23 
02:15:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.oniguruma.new/oniguruma.changes 2014-09-10 
07:27:31.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Sep  6 08:32:47 UTC 2014 - [email protected]
+
+- update version 5.9.5
+  * [impl] escape warnings for -Wall. 
+  * [impl] remove unused variable.
+- changes in 5.9.4
+  * [dist] add oniguruma.pc.in file
+- changes in 5.9.3
+  * fix print_tree ENCLOSE_OPTION bug
+
+-------------------------------------------------------------------

Old:
----
  onig-5.9.2.tar.bz2
  oniguruma-rpmlintrc

New:
----
  onig-5.9.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ oniguruma.spec ++++++
--- /var/tmp/diff_new_pack.4A1chW/_old  2014-09-10 07:27:32.000000000 +0200
+++ /var/tmp/diff_new_pack.4A1chW/_new  2014-09-10 07:27:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package oniguruma
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           oniguruma
-Version:        5.9.2
-Release:        1
+Version:        5.9.5
+Release:        0
+Summary:        Regex Library Supporting Different Character Encodings
 License:        BSD-2-Clause
 Group:          Development/Languages/C and C++
-Summary:        Regex Library Supporting Different Character Encodings
 Url:            http://www.geocities.jp/kosako3/oniguruma/
-Source:         onig-%{version}.tar.bz2
-Source10:       %{name}-rpmlintrc
-AutoReqProv:    on
+Source:         
http://www.geocities.jp/kosako3/oniguruma/archive/onig-%{version}.tar.gz
+BuildRequires:  pkg-config
 BuildRequires:  ruby-devel >= 1.8
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -43,17 +40,9 @@
 ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
 ISO-8859-16.
 
-
-
-Authors:
---------
-    K. Kosako <[email protected]>
-
 %package -n libonig2
-
-
-Group:          Development/Languages/C and C++
 Summary:        Regex Library Supporting Different Character Encodings
+Group:          System/Libraries
 
 %description -n libonig2
 Oniguruma is a regular expressions library.  The characteristics of
@@ -67,18 +56,10 @@
 ISO-8859-10, ISO-8859-11, ISO-8859-13, ISO-8859-14, ISO-8859-15,
 ISO-8859-16.
 
-
-
-Authors:
---------
-    K. Kosako <[email protected]>
-
 %package devel
-
-
-Group:          Development/Languages/C and C++
 Summary:        Regex Library Supporting Different Character Encodings - 
Development Files
-Requires:       libonig2 = %version
+Group:          Development/Languages/C and C++
+Requires:       libonig2 = %{version}
 Obsoletes:      oniguruma <= 2.5.7
 
 %description devel
@@ -96,28 +77,19 @@
 This package contains all necessary include files and libraries needed to
 develop applications that require it.
 
-
-
-Authors:
---------
-    K. Kosako <[email protected]>
-
-
 %prep
 %setup -q -n onig-%{version}
-%{__cp} -rp sample/ examples
+cp -rp sample/ examples
 
 %build
-export CFLAGS="%optflags -g"
+export CFLAGS="%{optflags} -g"
 %configure
-%{__make}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/libonig.la
-
-%clean
-%{__rm} -rf %{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot}%{_libdir} -type f -name "*.a" -delete -print
+find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 
 %post -n libonig2 -p /sbin/ldconfig
 
@@ -131,11 +103,11 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING HISTORY index.html index_ja.html README README.ja
 %doc doc/* examples/
-%{_libdir}/libonig.so
-%{_libdir}/libonig.a
+%{_bindir}/onig-config
 %{_includedir}/oniguruma.h
 %{_includedir}/oniggnu.h
 %{_includedir}/onigposix.h
-%{_bindir}/onig-config
+%{_libdir}/libonig.so
+%{_libdir}/pkgconfig/oniguruma.pc
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to