Compare commits

..

No commits in common. "rawhide" and "f33" have entirely different histories.

4 changed files with 36 additions and 53 deletions

12
.gitignore vendored
View file

@ -7,15 +7,3 @@
/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

View file

@ -1,32 +0,0 @@
* 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

View file

@ -1,2 +1,2 @@
SHA512 (xcb-imdkit-1.0.9.tar.zst) = b63e4698e4c6c918923e58f38aa096366025d960f362ef9c84d47cb3f4fc1e01f231342839552019ccf256b1de1e108bb395057ea2beb2d009c245954296b321
SHA512 (xcb-imdkit-1.0.9.tar.zst.sig) = 92936ee260d03263fb63231df776399f81c7549ffe829411ab545c3526ae8d5db9d1679219e4f0f759c847560e040d7ef407f444bd33138daa7691fc8732741a
SHA512 (xcb-imdkit-1.0.3.tar.xz) = df15dbe8363f89259f59b4afb81befd3be88173362f78c3b6cf0c7cdb2bdca75b352b779e0e7a91bb814a6afe59c4cc8acc946ce96721ca376438a9e8f3b4e80
SHA512 (xcb-imdkit-1.0.3.tar.xz.sig) = 8d2bf0aa4d16f8144de63d45fc05011ec38317cf4dadfef43b914814951149fe341c5899873b4ea37f505560a5a44eb9b725ed07fc81492bc5e31793b728c760

View file

@ -1,13 +1,12 @@
Name: xcb-imdkit
Version: 1.0.9
Release: %autorelease
Version: 1.0.3
Release: 1%{?dist}
Summary: Input method development support for xcb
# source files in src/xlibi18n use the "old style" MIT license known as NTP.
# Automatically converted from old format: LGPLv2 and MIT - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2 AND LicenseRef-Callaway-MIT
License: LGPLv2 and MIT
URL: https://github.com/fcitx/xcb-imdkit
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
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
Source2: https://pgp.key-server.io/download/0x8E8B898CBF2412F9
BuildRequires: gnupg2
@ -57,4 +56,32 @@ Devel files for xcb-imdkit
%{_libdir}/pkgconfig/xcb-imdkit.pc
%changelog
%autochangelog
* 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