[ibus-cangjie] Update to 2.3

Mathieu Bridon bochecha at fedoraproject.org
Wed Mar 4 14:09:32 UTC 2015


commit 30f899811b86f3353b3e8ae27022f97c83abb43d
Author: Mathieu Bridon <bochecha at daitauha.fr>
Date:   Wed Mar 4 22:09:25 2015 +0800

    Update to 2.3

 .gitignore                              |  1 +
 ibus-cangjie-2.2-Skip-a-unit-test.patch | 31 -------------------------------
 ibus-cangjie.spec                       | 17 ++++++++---------
 sources                                 |  2 +-
 4 files changed, 10 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d37b792..1df39d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ibus-cangjie-2.0.tar.xz
 /ibus-cangjie-2.1.tar.xz
 /ibus-cangjie-2.2.tar.xz
+/ibus-cangjie-2.3.tar.xz
diff --git a/ibus-cangjie.spec b/ibus-cangjie.spec
index f1fd09f..c8b5e03 100644
--- a/ibus-cangjie.spec
+++ b/ibus-cangjie.spec
@@ -2,11 +2,11 @@
 
 Name:             ibus-cangjie
 Summary:          IBus engine to input Cangjie and Quick
-Version:          2.2
-Release:          4%{?dist}
+Version:          2.3
+Release:          1%{?dist}
 License:          GPLv3+
 URL:              http://cangjians.github.io/projects/%{name}
-Source0:          http://cangjians.github.io/downloads/%{name}/%{name}-%{version}.tar.xz
+Source0:          https://github.com/Cangjians/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 
 BuildArch:        noarch
 
@@ -23,9 +23,6 @@ Requires:         python3-canberra
 Requires:         python3-cangjie >= 1.2
 Requires:         python3-gobject
 
-# https://github.com/Cangjians/ibus-cangjie/issues/56
-Patch0:           ibus-cangjie-2.2-Skip-a-unit-test.patch
-
 # Splitting the packages for Fedora 21+
 Obsoletes: ibus-cangjie < 2.2-4
 
@@ -69,8 +66,6 @@ However, it should work for others as well (e.g to input Simplified Chinese).
 %prep
 %setup -q
 
-%patch0 -p1
-
 
 %build
 %configure
@@ -107,7 +102,8 @@ fi
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING README.md
+%doc AUTHORS README.md
+%license COPYING
 %{_bindir}/ibus-setup-cangjie
 %{python3_sitelib}/%{module_name}
 %{_datadir}/%{name}
@@ -131,6 +127,9 @@ fi
 
 
 %changelog
+* Wed Mar 04 2015 Mathieu Bridon <bochecha at daitauha.fr> - 2.3-1
+- Update to 2.3.
+
 * Thu Jul 10 2014 Mathieu Bridon <bochecha at fedoraproject.org> - 2.2-4
 - Split the engines into their own subpackages.
   This makes much more sense for users of a graphical package manager (like
diff --git a/sources b/sources
index 5039063..40fe492 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e9cf8cfc2c94f57b85f2aa85e82ca2e  ibus-cangjie-2.2.tar.xz
+2901823bf8a09ccd58442644a84fd470  ibus-cangjie-2.3.tar.xz


More information about the scm-commits mailing list