Hello community, here is the log from the commit of package libhangul for openSUSE:Factory checked in at 2019-02-25 17:55:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhangul (Old) and /work/SRC/openSUSE:Factory/.libhangul.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhangul" Mon Feb 25 17:55:54 2019 rev:27 rq:678528 version:0.1.1~git20180606.42f7640 Changes: -------- --- /work/SRC/openSUSE:Factory/libhangul/libhangul.changes 2015-09-08 17:39:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libhangul.new.28833/libhangul.changes 2019-02-25 17:55:59.926397879 +0100 @@ -1,0 +2,6 @@ +Sun Feb 24 04:23:18 UTC 2019 - [email protected] + +- Update to version 0.1.1~git20180606.42f7640: + * no english changelog + +------------------------------------------------------------------- Old: ---- _servicedata libhangul-0.1.0+git20150224.78e9d89.tar.xz New: ---- libhangul-0.1.1~git20180606.42f7640.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhangul.spec ++++++ --- /var/tmp/diff_new_pack.BdwVeF/_old 2019-02-25 17:56:00.514396692 +0100 +++ /var/tmp/diff_new_pack.BdwVeF/_new 2019-02-25 17:56:00.518396684 +0100 @@ -1,7 +1,7 @@ # # spec file for package libhangul # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define soname 1 - Name: libhangul -Version: 0.1.0+git20150224.78e9d89 +Version: 0.1.1~git20180606.42f7640 Release: 0 Summary: The Hangul input library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/I18n/Korean -Url: https://github.com/choehwanjin/libhangul +URL: https://github.com/libhangul/libhangul Source: %{name}-%{version}.tar.xz Source99: baselibs.conf # FIX-FOR-SLES downgrade gettext requirement to 0.14 from 0.18 -Patch0: fix-for-sles-gettext-version.patch +Patch: fix-for-sles-gettext-version.patch +BuildRequires: intltool +BuildRequires: libexpat-devel BuildRequires: libtool -BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description Hangul input library used by scim-hangul and ibus-hangul @@ -55,12 +55,16 @@ %prep %setup -q %if 0%{?sles_version} -%patch0 -p1 +%patch -p1 %endif # Fix for factory gettext version %if 0%{?suse_version} > 1310 sed -i "s/0\.18/0\.19/" configure.ac %endif +# fix for configure.ac +if [ ! -f config.rpath ]; then + touch config.rpath +fi NOCONFIGURE=1 ./autogen.sh # Can't merge with the %%if 0%{?sles_version} above, # This applies _after_ the autogen.sh @@ -79,24 +83,27 @@ make %{?_smp_mflags} %install -%makeinstall -rm -f %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %post -n %{name}%{soname} -p /sbin/ldconfig - %postun -n %{name}%{soname} -p /sbin/ldconfig %files -n %{name}%{soname} -f %{name}.lang -%defattr(-, root, root) -%doc AUTHORS COPYING NEWS README +# /usr/share/licenses is not owned by any package on SLE 12 SP2 and older +%if 0%{?sle_version} <= 120200 && !0%{?is_opensuse} +%doc COPYING +%else +%license COPYING +%endif +%doc AUTHORS NEWS README %{_bindir}/hangul %{_libdir}/libhangul.so.1 %{_libdir}/libhangul.so.1.0.0 %{_datadir}/libhangul/ %files devel -%defattr(-, root, root) %dir %{_includedir}/hangul-1.0/ %{_includedir}/hangul-1.0/* %{_libdir}/libhangul.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.BdwVeF/_old 2019-02-25 17:56:00.550396620 +0100 +++ /var/tmp/diff_new_pack.BdwVeF/_new 2019-02-25 17:56:00.550396620 +0100 @@ -1,9 +1,9 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="url">https://github.com/choehwanjin/libhangul</param> + <param name="url">https://github.com/libhangul/libhangul</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="versionformat">0.1.0+git%cd.%h</param> + <param name="versionformat">0.1.1~git%cd.%h</param> <param name="revision">master</param> <param name="changesgenerate">enable</param> </service>
