Hello community,

here is the log from the commit of package libchardet for openSUSE:Factory 
checked in at 2016-05-30 09:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libchardet (Old)
 and      /work/SRC/openSUSE:Factory/.libchardet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libchardet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libchardet/libchardet.changes    2015-02-13 
08:35:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libchardet.new/libchardet.changes       
2016-05-30 09:58:15.000000000 +0200
@@ -1,0 +2,17 @@
+Fri May 27 13:25:24 UTC 2016 - [email protected]
+
+- Update to version 1.0.5:
+  * Fix EUC extended area detection.
+  * Fix control character on US-ASCII detection.
+  * Fix wrong Danash ISO-8859-15 detection.
+  * Fix binary safe problems.
+    + replace detect to detect_r;
+    + replace detect_handledata to detect_handledata_r.
+  * Fix separate model directory
+  * Improve single-byte charset detection confidence algorithm.
+  * Update model of Greek, Hungarian and Thai.
+  * New language model (Arabic, Danish, Esperanto, German, Spanish,
+    Turkish, Vietnamese).
+  * Fix wrong macro in manpages.
+
+-------------------------------------------------------------------

Old:
----
  libchardet-1.0.4.tar.bz2

New:
----
  libchardet-1.0.5.tar.gz

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

Other differences:
------------------
++++++ libchardet.spec ++++++
--- /var/tmp/diff_new_pack.Vvg7VH/_old  2016-05-30 09:58:16.000000000 +0200
+++ /var/tmp/diff_new_pack.Vvg7VH/_new  2016-05-30 09:58:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libchardet
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,13 +19,13 @@
 %define lname   libchardet1
 %define _name   chardet
 Name:           libchardet
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 Summary:        Mozilla Universal Chardet library
 License:        MPL-1.1
 Group:          Development/Libraries/C and C++
-Url:            http://mirror.oops.org/pub/oops/libchardet
-Source:         
http://mirror.oops.org/pub/oops/%{name}/%{name}-%{version}.tar.bz2
+Url:            https://github.com/Joungkyun/libchardet
+Source:         
https://github.com/Joungkyun/libchardet/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake >= 1.12
@@ -55,25 +55,27 @@
 
 %prep
 %setup -q
-sed -i 's/^\(AM_MAINTAINER\)/m4_ifdef([AM_PROG_AR], [AM_PROG_AR])\n\1/' 
configure.ac
-sed -i '/^dist_doc/d' Makefile.am
 
 %build
-autoreconf -fi
-%configure --disable-static
+%configure \
+  --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
+mkdir -p %{buildroot}%{_docdir}/
+mv -f %{buildroot}%{_datadir}/doc/%{name}/ \
+  %{buildroot}%{_docdir}/%{name}/
+
 %post -n %{lname} -p /sbin/ldconfig
 
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc Changelog LICENSE README
+%doc %{_docdir}/%{name}/
 %{_bindir}/%{_name}-config
 %{_libdir}/%{name}.so.*
 


Reply via email to