SHA256
1
0
forked from pool/libkkc

4 Commits

4 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74de8c798e05309368139a83a9c945195bcd72616eb2696c4590777e7da72189
size 230856

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun May 4 12:38:47 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Replace obsolete and unused gnome-common with really used libtool
BuildRequires.
-------------------------------------------------------------------
Sat Oct 19 15:04:20 UTC 2024 - wei@hardenedlinux.org
- Update to version 0.3.6~git20240902.ce17a35:
* Fix invalid escape on json file
* Use get_monotonic_time instead of deprecated TimeVal
* Use get_real_time instead of deprecated TimeVal
* Use ".keys" for "in" operator with Gee.Map
* Return false rather than null in boolean function
* Add enum NONE case to switch
* Ignore files under the tests directory
* Use LIBKKC_CFLAGS and LIBKKC_LIBS in tests/lib/Makefile.am
* Handle Error(s) in server.vala
* Add dzu for づ in default rom-kana map.
-------------------------------------------------------------------
Thu Feb 29 17:04:53 UTC 2024 - pgajdos@suse.com

View File

@@ -18,7 +18,7 @@
%define soname 2
Name: libkkc
Version: 0.3.6~git20200818.e33e7fb
Version: 0.3.6~git20240902.ce17a35
Release: 0
Summary: Japanese Kana-string to Kana-Kanji-mixed-string converter
License: GPL-3.0-only
@@ -35,8 +35,11 @@ Patch1: libkkc-gettext.patch
Patch2: libkkc-public.patch
BuildRequires: fdupes
BuildRequires: gcc-c++
%if 0%{?suse_version} > 1600
BuildRequires: gcc13-c++
%endif
# for autogen.sh
BuildRequires: gnome-common
BuildRequires: libtool
BuildRequires: gobject-introspection-devel
# json_generator_set_pretty is not available in version below.
BuildRequires: json-glib-devel >= 0.14.0
@@ -100,6 +103,10 @@ This package contains its development headers and vala bindings.
NOCONFIGURE=1 ./autogen.sh
%build
%if 0%{?suse_version} > 1600
export CC=%{_bindir}/gcc-13
export CXX=%{_bindir}/g++-13
%endif
%configure --enable-introspection=yes \
--enable-vala=yes \
--enable-vapigen=yes