Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libchardet for openSUSE:Factory 
checked in at 2021-10-25 15:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libchardet (Old)
 and      /work/SRC/openSUSE:Factory/.libchardet.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libchardet"

Mon Oct 25 15:17:32 2021 rev:3 rq:927223 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libchardet/libchardet.changes    2016-05-30 
09:58:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libchardet.new.1890/libchardet.changes  
2021-10-25 15:18:39.769721753 +0200
@@ -1,0 +2,16 @@
+Mon Oct 25 00:37:08 UTC 2021 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.0.6:
+  * Add subdir-objects to configure.ac (gh#Joungkyun/libchardet#9).
+  * Fix an autogen failure because of AM_PROG_AR with
+    automake 1.11.1 (gh#Joungkyun/libchardet#10).
+  * Fix no include guard (gh#Joungkyun/libchardet#12).
+  * Add a BOM member to the DetectObj structure
+    (gh#Joungkyun/libchardet#13).
+  * Support automake-style "make check"
+    (gh#Joungkyun/libchardet#15).
+  * Fix a vulnerability: access to deleted heap memory in chardet
+    and chardet_r api (gh#Joungkyun/libchardet#18).
+  * Can't detect short euc-kr (gh#Joungkyun/libchardet#14).
+
+-------------------------------------------------------------------

Old:
----
  libchardet-1.0.5.tar.gz

New:
----
  libchardet-1.0.6.tar.bz2

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

Other differences:
------------------
++++++ libchardet.spec ++++++
--- /var/tmp/diff_new_pack.lOj5s7/_old  2021-10-25 15:18:40.225722038 +0200
+++ /var/tmp/diff_new_pack.lOj5s7/_new  2021-10-25 15:18:40.225722038 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchardet
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,37 @@
 # 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 lname   libchardet1
 %define _name   chardet
 Name:           libchardet
-Version:        1.0.5
+Version:        1.0.6
 Release:        0
 Summary:        Mozilla Universal Chardet library
 License:        MPL-1.1
-Group:          Development/Libraries/C and C++
-Url:            https://github.com/Joungkyun/libchardet
-Source:         
https://github.com/Joungkyun/libchardet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/Joungkyun/libchardet
+Source:         
https://github.com/Joungkyun/libchardet/releases/download/%{version}/libchardet-%{version}.tar.bz2
 Source1:        baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake >= 1.12
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 Mozilla's Universal Charset Detector C/C++ API.
 
 %package -n %{lname}
 Summary:        Mozilla Universal Chardet library
-Group:          System/Libraries
 
 %description -n %{lname}
 Mozilla's Universal Charset Detector C/C++ API.
 
 %package devel
 Summary:        Development files of libchardet
-Group:          Development/Libraries/C and C++
 Requires:       %{lname} = %{version}
 
 %description devel
@@ -59,7 +56,7 @@
 %build
 %configure \
   --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -74,13 +71,11 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}/
 %{_bindir}/%{_name}-config
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{_name}/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{_name}.pc

++++++ libchardet-1.0.5.tar.gz -> libchardet-1.0.6.tar.bz2 ++++++
++++ 7786 lines of diff (skipped)

Reply via email to