diff --git a/lunar-date-2.9.3.tar.gz b/lunar-date-2.9.3.tar.gz index a6685f9..0dab70d 100644 Binary files a/lunar-date-2.9.3.tar.gz and b/lunar-date-2.9.3.tar.gz differ diff --git a/lunar-date.spec b/lunar-date.spec index 2281b78..86ec5ce 100644 --- a/lunar-date.spec +++ b/lunar-date.spec @@ -21,7 +21,7 @@ Version: 2.9.3 %define _libver 3_0 -Release: 2 +Release: 5 License: GPL-2.0+ Group: System/I18n/Chinese Url: http://liblunar.googlecode.com/ @@ -41,26 +41,23 @@ Chinese Lunar calendar library Summary: Chinese Lunar calendar introspection bindings Group: System/I18n/Chinese +%description -n typelib-1_0-LunarDate-%{_libver} +Library to support date conversion from/to chinese lunar calendar + %package devel Summary: Chinese Lunar calendar library development files Group: Development/Libraries/C and C++ Requires: typelib-1_0-LunarDate-%{_libver} = %{version} Requires: lunar-date%{?_isa} = %{version}-%{release} +%description devel +Development files for Chinese Lunar calendar library + %package holiday Summary: Chinese Holiday definition Group: System/I18n/Chinese BuildArch: noarch -%description -Library to support date conversion from/to chinese lunar calendar - -%description -n typelib-1_0-LunarDate-%{_libver} -Introspection bindings for Chinese Lunar calendar for use in Gnome Shell - -%description devel -Development files for Chinese Lunar calendar library - %description holiday Holiday definition file for Chinese Lunar calendar library @@ -71,7 +68,6 @@ Holiday definition file for Chinese Lunar calendar library %meson -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true -Dc_args="$CFLAGS -DHAVE_BIND_TEXTDOMAIN_CODESET" %meson_build - %install %meson_install %find_lang %{name} @@ -106,6 +102,15 @@ Holiday definition file for Chinese Lunar calendar library %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Apr 12 2023 wangyucheng - 2.9.3-5 +- KYOS-F: fix fake date error & fix description error + +* Tue Feb 07 2023 wangxiaoqing - 2.9.3-4 +- KYOS-B: Add the yaml file (#I4ZQLB) + +* Tue Feb 07 2023 wangxiaoqing - 2.9.3-3 +- KYOS-B: Delete the git directory in the source package (#I6CNEL) + * Thu Dec 01 2022 wangxiaoqing - 2.9.3-2 - KYOS-B: Adjust for LANG GB18030 (#I60PNN) diff --git a/lunar-date.yaml b/lunar-date.yaml new file mode 100644 index 0000000..29774b2 --- /dev/null +++ b/lunar-date.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/yetist/lunar-date.git +tag_prefix: "v" +seperator: "."