From c8947ac9d63da414118f0979f9d6279b8ee91167 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Mon, 14 Sep 2015 23:15:16 +0200 Subject: [PATCH] 2.4.0 --- .gitignore | 1 + sombok.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 757e03d..b1625a1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sombok-2.1.1.tar.gz /sombok-2.2.1.tar.gz /sombok-2.3.1.tar.gz +/sombok-2.4.0.tar.gz diff --git a/sombok.spec b/sombok.spec index bd185bd..106c0e3 100644 --- a/sombok.spec +++ b/sombok.spec @@ -1,12 +1,12 @@ Name: sombok -Version: 2.3.1 -Release: 4%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Unicode Text Segmentation Package Group: System Environment/Libraries License: GPLv2+ or Artistic clarified URL: http://sf.net/projects/linefold/ -Source0: http://downloads.sourceforge.net/linefold/%{name}-%{version}.tar.gz +Source0: https://github.com/hatukanezumi/sombok/archive/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) # libthai is available only in Fedora and EL6 @@ -39,7 +39,7 @@ developing applications that use %{name}. %prep -%setup -q +%setup -q -n %{name}-%{name}-%{version} %build @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 14 2015 Xavier Bachelot 2.4.0-1 +- Update to 2.4.0. + * Fri Jun 19 2015 Fedora Release Engineering - 2.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 410866c..207b682 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c22465f4e08ed2b5dd3e144a6a607a5c sombok-2.3.1.tar.gz +761921401ff323ce37d76e217062d2e8 sombok-2.4.0.tar.gz