Hello community, here is the log from the commit of package libuna for openSUSE:Factory checked in at 2013-07-31 17:25:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libuna (Old) and /work/SRC/openSUSE:Factory/.libuna.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libuna" Changes: -------- --- /work/SRC/openSUSE:Factory/libuna/libuna.changes 2013-04-17 07:18:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libuna.new/libuna.changes 2013-07-31 17:25:08.000000000 +0200 @@ -1,0 +2,17 @@ +Sat Jul 27 02:09:50 UTC 2013 - [email protected] + +- update to v0~20130609 + * fix in .pc.in file + * updated dependencies + * fixes issues for building with stand-alone version of libcnotify + * removed date time functionality from libcsystem +- change to gz compression for tarball to eliminate conversion from download +- use libyal libraries from factory where posible, not internal versions + +------------------------------------------------------------------- +Mon Apr 22 17:37:40 UTC 2013 - [email protected] + +- run spec-cleaner +- add comments about why internal libraries are being used + +------------------------------------------------------------------- Old: ---- libuna-alpha-20130103.tar.xz New: ---- libuna-alpha-20130609.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libuna.spec ++++++ --- /var/tmp/diff_new_pack.56FCfS/_old 2013-07-31 17:25:09.000000000 +0200 +++ /var/tmp/diff_new_pack.56FCfS/_new 2013-07-31 17:25:09.000000000 +0200 @@ -16,25 +16,25 @@ # - Name: libuna %define lname libuna1 -%define timestamp 20130103 +%define timestamp 20130609 Version: 0~%timestamp Release: 0 -License: LGPL-3.0+ Summary: Library to support Unicode and ASCII (byte string) conversions +License: LGPL-3.0+ Group: Development/Libraries/C and C++ Url: http://code.google.com/p/libuna/ -#DL-URL: http://libuna.googlecode.com/files/libuna-alpha-%timestamp.tar.gz -Source: %name-alpha-%timestamp.tar.xz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/libuna-alpha-%timestamp.tar.gz +Source: %{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: xz -#BuildRequires: pkgconfig(libcerror) >= 20120425 -#BuildRequires: pkgconfig(libcfile) >= 20120526 -#BuildRequires: pkgconfig(libclocale) >= 20120425 -#BuildRequires: pkgconfig(libcnotify) >= 20120425 +BuildRequires: pkgconfig(libcfile) >= 0~20120526 +BuildRequires: pkgconfig(libclocale) >= 0~20120425 +BuildRequires: pkgconfig(libcnotify) >= 0~20121224 +# these fail to build with factory version, so use internal version. Verified 7/30/13 +#BuildRequires: pkgconfig(libcerror) >= 0~20130609 + BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,7 +61,7 @@ %package devel Summary: Development files for libuna, a library to support Unicode/ASCII conversions Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %lname = %{version} %description devel libuna is a library to support Unicode and ASCII (byte string) @@ -78,8 +78,8 @@ make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" -rm -f "%buildroot/%_libdir"/*.la +%make_install +rm -f "%{buildroot}/%{_libdir}"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -87,18 +87,18 @@ %files -n %lname %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog ABOUT-NLS -%_libdir/libuna.so.1* +%{_libdir}/libuna.so.1* %files tools %defattr(-,root,root) -%_bindir/una* -%_mandir/man1/unaexport.1* +%{_bindir}/una* +%{_mandir}/man1/unaexport.1* %files devel %defattr(-,root,root) -%_includedir/libuna* -%_libdir/libuna.so -%_libdir/pkgconfig/libuna.pc -%_mandir/man3/libuna.3* +%{_includedir}/libuna* +%{_libdir}/libuna.so +%{_libdir}/pkgconfig/libuna.pc +%{_mandir}/man3/libuna.3* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
