Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2560bdf02a | ||
|
|
6165fa873e | ||
|
|
5c22b629da | ||
|
|
b96a49f4f0 | ||
|
|
d53daa4b1d | ||
|
|
ddb4408aee | ||
|
d3f5de329f |
|||
|
4fb6d3a6dc |
|||
| e497eb525c | |||
|
|
95c8e92387 | ||
| 3d77a123ae | |||
|
|
c9d87796dc | ||
| 4fbb82f79e | |||
|
|
6bfe3ec3c4 | ||
| a59ab0cfa3 | |||
|
|
13678bd17a | ||
|
|
eb8a9ea60f | ||
|
e5404e380e |
|||
|
|
d8f6b36003 |
4 changed files with 53 additions and 36 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -7,3 +7,15 @@
|
|||
/xcb-imdkit-1.0.2.tar.xz.sig
|
||||
/xcb-imdkit-1.0.3.tar.xz
|
||||
/xcb-imdkit-1.0.3.tar.xz.sig
|
||||
/xcb-imdkit-1.0.4.tar.xz
|
||||
/xcb-imdkit-1.0.4.tar.xz.sig
|
||||
/xcb-imdkit-1.0.5.tar.xz
|
||||
/xcb-imdkit-1.0.5.tar.xz.sig
|
||||
/xcb-imdkit-1.0.6.tar.xz
|
||||
/xcb-imdkit-1.0.6.tar.xz.sig
|
||||
/xcb-imdkit-1.0.7.tar.xz
|
||||
/xcb-imdkit-1.0.7.tar.xz.sig
|
||||
/xcb-imdkit-1.0.8.tar.zst
|
||||
/xcb-imdkit-1.0.8.tar.zst.sig
|
||||
/xcb-imdkit-1.0.9.tar.zst
|
||||
/xcb-imdkit-1.0.9.tar.zst.sig
|
||||
|
|
|
|||
32
changelog
Normal file
32
changelog
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Mar 22 2021 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.3-1
|
||||
- Update to 1.0.3 upstream release
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jan 13 10:48:01 CST 2021 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.2-1
|
||||
- update to 1.0.2 upstream release
|
||||
|
||||
* Sat Dec 5 00:34:45 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1 upstream release
|
||||
- Sobump libxcb-imdkit.so.0 -> libxcb-imdkit.so.1
|
||||
|
||||
* Tue Nov 3 18:28:22 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.0-1
|
||||
- update to 1.0.0 upstream release
|
||||
|
||||
* Fri Oct 16 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.4.20201016git33f5c35
|
||||
- update to upstream commit
|
||||
- commit 33f5c35daf543c0faac1041c2896306b82baff64
|
||||
|
||||
* Sun Aug 30 23:37:45 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.3.20200811gitd6609a7
|
||||
- rebuilt to push
|
||||
|
||||
* Sun Aug 16 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.2.20200811gitd6609a7
|
||||
- Change according to review
|
||||
|
||||
* Wed Aug 12 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.1.20200811gitd6609a7
|
||||
- initial package
|
||||
|
||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (xcb-imdkit-1.0.3.tar.xz) = df15dbe8363f89259f59b4afb81befd3be88173362f78c3b6cf0c7cdb2bdca75b352b779e0e7a91bb814a6afe59c4cc8acc946ce96721ca376438a9e8f3b4e80
|
||||
SHA512 (xcb-imdkit-1.0.3.tar.xz.sig) = 8d2bf0aa4d16f8144de63d45fc05011ec38317cf4dadfef43b914814951149fe341c5899873b4ea37f505560a5a44eb9b725ed07fc81492bc5e31793b728c760
|
||||
SHA512 (xcb-imdkit-1.0.9.tar.zst) = b63e4698e4c6c918923e58f38aa096366025d960f362ef9c84d47cb3f4fc1e01f231342839552019ccf256b1de1e108bb395057ea2beb2d009c245954296b321
|
||||
SHA512 (xcb-imdkit-1.0.9.tar.zst.sig) = 92936ee260d03263fb63231df776399f81c7549ffe829411ab545c3526ae8d5db9d1679219e4f0f759c847560e040d7ef407f444bd33138daa7691fc8732741a
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
Name: xcb-imdkit
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Version: 1.0.9
|
||||
Release: %autorelease
|
||||
Summary: Input method development support for xcb
|
||||
# source files in src/xlibi18n use the "old style" MIT license known as NTP.
|
||||
License: LGPLv2 and MIT
|
||||
# Automatically converted from old format: LGPLv2 and MIT - review is highly recommended.
|
||||
License: LicenseRef-Callaway-LGPLv2 AND LicenseRef-Callaway-MIT
|
||||
URL: https://github.com/fcitx/xcb-imdkit
|
||||
Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst
|
||||
Source1: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst.sig
|
||||
Source2: https://pgp.key-server.io/download/0x8E8B898CBF2412F9
|
||||
|
||||
BuildRequires: gnupg2
|
||||
|
|
@ -56,32 +57,4 @@ Devel files for xcb-imdkit
|
|||
%{_libdir}/pkgconfig/xcb-imdkit.pc
|
||||
|
||||
%changelog
|
||||
* Mon Mar 22 2021 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.3-1
|
||||
- Update to 1.0.3 upstream release
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jan 13 10:48:01 CST 2021 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.2-1
|
||||
- update to 1.0.2 upstream release
|
||||
|
||||
* Sat Dec 5 00:34:45 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1 upstream release
|
||||
- Sobump libxcb-imdkit.so.0 -> libxcb-imdkit.so.1
|
||||
|
||||
* Tue Nov 3 18:28:22 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 1.0.0-1
|
||||
- update to 1.0.0 upstream release
|
||||
|
||||
* Fri Oct 16 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.4.20201016git33f5c35
|
||||
- update to upstream commit
|
||||
- commit 33f5c35daf543c0faac1041c2896306b82baff64
|
||||
|
||||
* Sun Aug 30 23:37:45 CST 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.3.20200811gitd6609a7
|
||||
- rebuilt to push
|
||||
|
||||
* Sun Aug 16 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.2.20200811gitd6609a7
|
||||
- Change according to review
|
||||
|
||||
* Wed Aug 12 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.1.20200811gitd6609a7
|
||||
- initial package
|
||||
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue