Hello community, here is the log from the commit of package libunistring for openSUSE:Factory checked in at 2012-03-22 12:34:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libunistring (Old) and /work/SRC/openSUSE:Factory/.libunistring.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libunistring", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libunistring/libunistring.changes 2012-02-10 17:17:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libunistring.new/libunistring.changes 2012-03-22 12:35:47.000000000 +0100 @@ -1,0 +2,14 @@ +Fri Mar 16 08:58:14 UTC 2012 - [email protected] + +- license update: LGPL-3.0+ and GPL-3.0+ + Numerous files in tests/ and woedll are GPL-3.0+ licensed. Either put + them in a separate GPL-3.0+ labelled subpackage or use this label for the + main License: line + +------------------------------------------------------------------- +Sun Mar 11 19:50:47 UTC 2012 - [email protected] + +- Nuke unnecessary libunistring binary package: move documentation + files to devel subpackage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libunistring.spec ++++++ --- /var/tmp/diff_new_pack.fbk0FB/_old 2012-03-22 12:35:49.000000000 +0100 +++ /var/tmp/diff_new_pack.fbk0FB/_new 2012-03-22 12:35:49.000000000 +0100 @@ -14,17 +14,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: libunistring +%define lname libunistring0 Version: 0.9.3 Release: 0 Summary: GNU Unicode string library -License: LGPL-3.0+ +License: LGPL-3.0+ and GPL-3.0+ Group: Development/Libraries/C and C++ Url: http://www.gnu.org/software/libunistring/ Source0: libunistring-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: info %description This portable C library implements Unicode string types in three flavours: @@ -36,18 +35,21 @@ %package devel Summary: GNU Unicode string library - development files Group: Development/Libraries/C and C++ -Requires: libunistring0 = %{version} +Requires: %lname = %version +Requires: info +# Obsoletes added in 12.2 +Obsoletes: %name < %version-%release +Provides: %name = %version-%release %description devel Development files for programs using libunistring and documentation for UniString library. -%package -n libunistring0 +%package -n %lname Summary: GNU Unicode string library - development files Group: Development/Libraries/C and C++ -Requires: %{name} -%description -n libunistring0 +%description -n %lname This portable C library implements Unicode string types in three flavours: (UTF-8, UTF-16, UTF-32), together with functions for character processing (names, classifications, properties) and functions for string processing @@ -59,7 +61,7 @@ %setup -q %build -%configure --disable-static --disable-rpath --docdir=%{_docdir}/%{name} +%configure --disable-static --disable-rpath --docdir=%_docdir/%name make %{?_smp_mflags} %install @@ -70,45 +72,30 @@ %check %if ! 0%{?qemu_user_space_build} -make check +make check %{?_smp_mflags} %endif -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%defattr(-,root,root,-) -%doc %{_docdir}/%{name}/AUTHORS -%doc %{_docdir}/%{name}/NEWS -%doc %{_docdir}/%{name}/README - -%files -n libunistring0 +%files -n %lname %defattr(-,root,root) -%{_libdir}/libunistring.so.* +%{_libdir}/libunistring.so.0* %files devel -%defattr(-,root,root,-) -%dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/HACKING -%doc %{_docdir}/%{name}/DEPENDENCIES -%doc %{_docdir}/%{name}/THANKS -%doc %{_docdir}/%{name}/ChangeLog -%doc %{_docdir}/%{name}/*.html +%defattr(-,root,root) +%_docdir/%name %{_infodir}/libunistring.info* %{_libdir}/libunistring.so %{_includedir}/unistring %{_includedir}/*.h -%post -n libunistring0 -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%postun -n libunistring0 -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig %post devel /sbin/install-info %{_infodir}/libunistring.info.gz %{_infodir}/dir || : %preun devel -if [ $1 = 0 ]; then +if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/libunistring.info.gz %{_infodir}/dir || : fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
