Browse Source

ソースの更新です。

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8347 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
7ea1b7a4d8

+ 13 - 3
g/groonga-normalizer-mysql/groonga-normalizer-mysql-vl.spec

@@ -1,7 +1,7 @@
 %global __provides_exclude_from ^%{_libdir}/groonga/plugins/normalizers/mysql\\.so$
 
 Name:		groonga-normalizer-mysql
-Version:	1.0.5
+Version:	1.0.6
 Release:	2%{?_dist_release}
 Summary:	MySQL compatible normalizer plugin for groonga
 
@@ -10,10 +10,14 @@ License:	LGPLv2
 URL:		http://groonga.org/
 Source0:	http://packages.groonga.org/source/%{name}/%{name}-%{version}.tar.gz
 
-BuildRequires:	groonga-devel >= 3.0.3
-Requires:	groonga-libs >= 3.0.3
+BuildRequires:	groonga-devel >= 4.0.1
+Requires:	groonga-libs >= 4.0.1
 ExclusiveArch:	%{ix86} x86_64
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
 %description
 This package provides MySQL compatible normalizer plugin.
 You can use NormalizerMySQLGeneralCI and NormalizerMySQLUnicodeCI as normalizer.
@@ -52,6 +56,12 @@ rm $RPM_BUILD_ROOT%{_libdir}/groonga/plugins/*/*.la
 %{_libdir}/pkgconfig/groonga-normalizer-mysql.pc
 
 %changelog
+* Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net>  - 1.0.6-2
+- rebuilt with groonga-4.0.1.
+
+* Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.6-1
+- new upstream release.
+
 * Tue Dec 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.5-2
 - initial build for Vine Linux.
 

+ 8 - 2
g/groonga/groonga-vl.spec

@@ -3,7 +3,7 @@
 %global _initddir %{_sysconfdir}/init.d/
 
 Name:		groonga
-Version:	3.1.1
+Version:	4.0.1
 Release:	1%{?_dist_release}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -13,7 +13,7 @@ URL:		http://groonga.org/
 Source0:	http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
 # from upstream 06fe432ad0c7eccec43f4824467e4c30e7026c7f
 # https://github.com/groonga/groonga/commit/60a00564d2e9b99c898a25e4ecb3f5c43fb8cf97
-Patch1:		groonga-3.0.0-06fe432a.patch
+#Patch1:		groonga-3.0.0-06fe432a.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:	mecab-devel
@@ -345,6 +345,12 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 %changelog
+* Mon Mar 31 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.1-1
+- new upstream release.
+
+* Tue Feb 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.0-1
+- new upstream release.
+
 * Sun Dec 29 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-1
 - new upstream release.