Fix URL in anthy.appdata.xml
This commit is contained in:
parent
0df9fe713d
commit
4fa9b7459b
@ -1 +1,28 @@
|
|||||||
|
From b4a93404d83a4d051f4804bd97655c021c7ebc7a Mon Sep 17 00:00:00 2001
|
||||||
|
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||||
|
Date: Wed, 2 Sep 2015 17:25:45 +0900
|
||||||
|
Subject: [PATCH] Updated URL in anthy.appdata.xml.in
|
||||||
|
|
||||||
|
---
|
||||||
|
data/anthy.appdata.xml.in | 6 +++---
|
||||||
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/anthy.appdata.xml.in b/data/anthy.appdata.xml.in
|
||||||
|
index 0c75a8f..273f51e 100644
|
||||||
|
--- a/data/anthy.appdata.xml.in
|
||||||
|
+++ b/data/anthy.appdata.xml.in
|
||||||
|
@@ -14,8 +14,8 @@
|
||||||
|
out on a traditional keyboard.
|
||||||
|
</p>
|
||||||
|
</_description>
|
||||||
|
- <url type="homepage">http://code.google.com/p/ibus/</url>
|
||||||
|
- <url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>
|
||||||
|
- <url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>
|
||||||
|
+ <url type="homepage">https://github.com/ibus/ibus/wiki</url>
|
||||||
|
+ <url type="bugtracker">https://github.com/ibus/ibus-anthy/issues</url>
|
||||||
|
+ <url type="help">https://github.com/ibus/ibus/wiki/FAQ</url>
|
||||||
|
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
|
||||||
|
</component>
|
||||||
|
--
|
||||||
|
2.4.3
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.5.7
|
Version: 1.5.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Anthy engine for IBus input platform
|
Summary: The Anthy engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -31,6 +31,7 @@ Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/
|
|||||||
|
|
||||||
# Upstreamed patches.
|
# Upstreamed patches.
|
||||||
# Patch0: %%{name}-HEAD.patch
|
# Patch0: %%{name}-HEAD.patch
|
||||||
|
Patch0: %{name}-HEAD.patch
|
||||||
|
|
||||||
BuildRequires: anthy-devel
|
BuildRequires: anthy-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -89,6 +90,7 @@ for developers.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# %%patch0 -p1
|
# %%patch0 -p1
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -164,6 +166,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
%{_libdir}/libanthygobject-%{sub_version}.so
|
%{_libdir}/libanthygobject-%{sub_version}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 03 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-2
|
||||||
|
- Fix URL in anthy.appdata.xml
|
||||||
|
|
||||||
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
|
* Thu Jul 16 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.7-1
|
||||||
- Bumped to 1.5.7
|
- Bumped to 1.5.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user