Accepting request 1002359 from M17N
update: 1.16.11 -> 1.16.12 - Stop using locale.getdefaultlocale() because it is deprecated in Python 3.11 and will be removed in Python 3.13 - Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml OBS-URL: https://build.opensuse.org/request/show/1002359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-table?expand=0&rev=32
This commit is contained in:
commit
5883472ba9
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/mike-fabian/ibus-table</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">f5583ba6dbe3aaca551effa00b8873f9fd5c26ec</param>
|
||||
<param name="revision">88ac6d921e6252e2d1450f017a519fc12e591138</param>
|
||||
<param name="versionrewrite-pattern">Release (\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:461c14c22a2b0bfa89d0838fb3dc07560a489aea51308d5fccd46d2eaf8e2597
|
||||
size 1518653
|
3
ibus-table-1.16.12.tar.gz
Normal file
3
ibus-table-1.16.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3931032dafcaa8c5cd749ec3b7a61a72487b0a9237ebe18c4c46b694cdd02508
|
||||
size 1519559
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 21:13:07 UTC 2022 - Gordon Leung <pirateclip@protonmail.com> - 1.16.12
|
||||
|
||||
update: 1.16.11 -> 1.16.12
|
||||
- Stop using locale.getdefaultlocale() because it is deprecated in Python 3.11
|
||||
and will be removed in Python 3.13
|
||||
- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 6 15:27:27 UTC 2022 - Gordon Leung <pirateclip@protonmail.com> - 1.16.11
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ibus-table
|
||||
Version: 1.16.11
|
||||
Version: 1.16.12
|
||||
Release: 0
|
||||
Summary: The Table engine for IBus platform
|
||||
License: LGPL-2.1-or-later
|
||||
@ -57,7 +57,7 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%configure --disable-static \
|
||||
--enable-additional \
|
||||
--libexecdir=%{_libdir}/ibus
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install NO_INDEX=true
|
||||
|
Loading…
Reference in New Issue
Block a user