Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2018-03-08 10:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and      /work/SRC/openSUSE:Factory/.libthai.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libthai"

Thu Mar  8 10:52:03 2018 rev:39 rq:583046 version:0.1.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2017-11-03 
19:06:01.460256036 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes     2018-03-08 
10:52:05.241026994 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:40:22 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update descriptions.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:36:34 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libthai.spec ++++++
--- /var/tmp/diff_new_pack.WuDxRa/_old  2018-03-08 10:52:05.877004099 +0100
+++ /var/tmp/diff_new_pack.WuDxRa/_new  2018-03-08 10:52:05.881003955 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,64 +20,59 @@
 Version:        0.1.27
 Release:        0
 Summary:        Thai Language Support Routines
-License:        LGPL-2.1+
-Group:          System/Libraries
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/C and C++
 Url:            http://linux.thai.net/plone/TLWG/libthai/
 Source:         
https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  libdatrie-devel
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 %package -n libthai0
 Summary:        Thai Language Support Routines
 # SLPP applied since version 0.1.15.
-Group:          System/Libraries
-Provides:       libthai = %{version}
-Obsoletes:      libthai < %{version}
 # libthai needs the data to run, but the data is not parallel-installable,
 # hence the >= instead of =. We just hope the data format will stay the same in
 # the future.
+Group:          System/Libraries
 Requires:       libthai-data >= %{version}
+Provides:       libthai = %{version}
+Obsoletes:      libthai < %{version}
 
 %description -n libthai0
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 %package data
-Summary:        Thai Language Support Routines - Data files
+Summary:        Data files for the Thai language support library
 Group:          System/Libraries
 
 %description data
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 This package contains the data files for libthai.
 
 %package devel
-Summary:        Thai Language Support Routines (development files)
+Summary:        Development files for the Thai language support library
 Group:          Development/Languages/C and C++
 Requires:       libthai0 = %{version}
 
 %description devel
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 This package contains headers and libraries required for developing
 software using libthai.
@@ -86,30 +81,23 @@
 %setup -q
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
-
-%clean
-rm -rf %{buildroot}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libthai0 -p /sbin/ldconfig
-
 %postun -n libthai0 -p /sbin/ldconfig
 
 %files -n libthai0
-%defattr(-,root,root)
 %{_libdir}/libthai.so.*
 
 %files data
-%defattr(-, root, root)
 %{_datadir}/libthai/
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/thai/
 %{_libdir}/libthai.so
 %{_libdir}/pkgconfig/*.pc


Reply via email to