Skip to content

Commit

Permalink
Fix the GitHub download link
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Dec 11, 2014
1 parent a4d6a1e commit ce37b8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ SET(VENDOR "Red Hat, APAC, Inc.")
SET(LICENSE "GPLv2+")
SET(PRJ_GROUP "System Environment/Libraries")
SET(RPM_SPEC_URL "https://github.com/definite/${PROJECT_NAME}")
SET(RPM_SPEC_SOURCES "https://github.com/definite/${PROJECT_NAME}/releases/download/${PROJECT_NAME}/${PROJECT_NAME}-%{version}-Source.tar.gz")

SET(RPM_SPEC_SOURCES "https://github.com/definite/%{name}/releases/download/%{version}/%{name}-%{version}-Source.tar.gz")

####################################################################
# Includes
Expand Down
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.12
- Fix the GitHub download link

* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.11.1
- Resolves Bug 1013977 - Slow focus change with ibus-chewing
- Resolves Bug 1062133 - ibus-chewing may not handle key event after focus change
Expand Down Expand Up @@ -312,4 +315,4 @@ Fix the errors which Funda Wang as pointing out:

* Fri Feb 20 2009 - Ding-Yi Chen <dchen at redhat.com> - 1.0.0.20090220
- This is a barely working version for with IBus C.
- The build system is converted from autotool to CMake.
- The build system is converted from autotool to CMake.
25 changes: 5 additions & 20 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
PRJ_VER=1.4.11.1
SUMMARY=Use GSettings instead of GConf2; MakerDialog no longer invoke GUI on startup.
REDHAT_BUGZILLA=902866,1119963
PRJ_VER=1.4.12
SUMMARY=Fix the GitHub download link
REDHAT_BUGZILLA=
[Changes]
- Resolves Bug 1013977 - Slow focus change with ibus-chewing
- Resolves Bug 1062133 - ibus-chewing may not handle key event after focus change
- Resolves Bug 1073797 - Cannot identify input mode for Chinese IME (ibus-chewing)
- Fixed Bug 902866 - ibus-chewing uses dconf but still installs gconf schemas
(Also listed as GitHub ibus-chewing #36)
- MakerDialog GUI is only loaded when setting dialog is invoked.
- Setting is removed from ibus-properties because it can be launched
from either:
+ Executable ibus-setup-chewing: Usually under /usr/libexec
+ Input method preference in IBus preference.
- Fixed github issue #43: First space not able to input
Thanks FreedomKnight.
- Fixed github issue #44: Update input-events (for libchewing-0.4.0)
Thanks hiunnhue.
- Fixed github issue #45: Optimize properties handling.
Thanks Ueno.
- github is now hosting the ibus-chewing tarballs.
- Fix the GitHub download link

0 comments on commit ce37b8f

Please sign in to comment.