Hello community, here is the log from the commit of package uchardet for openSUSE:Factory checked in at 2018-03-04 12:50:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uchardet (Old) and /work/SRC/openSUSE:Factory/.uchardet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uchardet" Sun Mar 4 12:50:18 2018 rev:2 rq:581460 version:0.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/uchardet/uchardet.changes 2017-02-24 02:54:43.409907554 +0100 +++ /work/SRC/openSUSE:Factory/.uchardet.new/uchardet.changes 2018-03-04 12:50:25.160367574 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 20:22:45 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uchardet.spec ++++++ --- /var/tmp/diff_new_pack.oQQWU7/_old 2018-03-04 12:50:25.852342356 +0100 +++ /var/tmp/diff_new_pack.oQQWU7/_new 2018-03-04 12:50:25.852342356 +0100 @@ -1,7 +1,7 @@ # # spec file for package uchardet # -# Copyright (c) 2013 SUSE LINUX Products 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 @@ -15,21 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define major 0 +%define major 0 Name: uchardet Version: 0.0.6 Release: 0 -License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Summary: Universal Charset Detection Library -Url: https://www.freedesktop.org/wiki/Software/uchardet/ +License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later Group: Productivity/Text/Utilities +URL: https://www.freedesktop.org/wiki/Software/uchardet/ Source0: https://www.freedesktop.org/software/%{name}/releases/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description uchardet is a C language binding of the original C++ implementation of @@ -93,9 +92,10 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING +%license COPYING +%doc AUTHORS %{_bindir}/%{name} -%doc %{_mandir}/man?/* +%{_mandir}/man?/* %files -n libuchardet%{major} %defattr(-,root,root,-) @@ -103,7 +103,8 @@ %files -n libuchardet-devel %defattr(-,root,root,-) -%doc AUTHORS COPYING +%license COPYING +%doc AUTHORS %{_includedir}/%{name} %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc
