Hello community, here is the log from the commit of package ucommon for openSUSE:Factory checked in at 2014-05-13 20:48:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ucommon (Old) and /work/SRC/openSUSE:Factory/.ucommon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ucommon" Changes: -------- --- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes 2013-10-08 11:06:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2014-05-13 20:48:50.000000000 +0200 @@ -1,0 +2,13 @@ +Sun May 4 12:00:00 UTC 2014 - [email protected] + +- Update to new upstream release 6.1.3 +* A number of memory corruption issues fixed & improved cmake + build support in this package. A new keywait utility was + added. Exception behavior standardized for commoncpp. Many + changes to improve commoncpp legacy support. Fixed default + Semaphore constructor and default Semaphore behavior. +- Proposed method to add doc support back to spec. +- Other small improvements in spec, including those made possible + with better cmake support upstream. + +------------------------------------------------------------------- Old: ---- ucommon-6.0.7.tar.gz ucommon-6.0.7.tar.gz.sig New: ---- ucommon-6.1.3.tar.gz ucommon-6.1.3.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ucommon.spec ++++++ --- /var/tmp/diff_new_pack.H4uyr1/_old 2014-05-13 20:48:51.000000000 +0200 +++ /var/tmp/diff_new_pack.H4uyr1/_new 2014-05-13 20:48:51.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ucommon # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008, 2009 David Sugar, Tycho Softworks. # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -21,7 +21,7 @@ Name: ucommon -Version: 6.0.7 +Version: 6.1.3 Release: 0 %define lname libucommon6 Summary: Runtime library for portable C++ threading and sockets @@ -41,9 +41,6 @@ BuildRequires: graphviz-gd BuildRequires: openssl-devel BuildRequires: pkgconfig -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif # Added for 13.1 Obsoletes: %name-bin < %version-%release Provides: %name-bin = %version-%release @@ -75,7 +72,7 @@ Summary: Headers for building ucommon applications Group: Development/Libraries/C and C++ Requires: %lname = %version -Requires: openssl-devel +Requires: libopenssl-devel %description devel This package provides header and support files needed for building @@ -84,13 +81,15 @@ %package doc Summary: Generated class documentation for ucommon Group: Documentation +%if 0%{?sles_version} != 11 +BuildArch: noarch +%endif %description doc Generated class documentation for GNU uCommon library from header files, html browsable. %prep -%{?gpg_verify: %gpg_verify %{S:2}} %setup -q %build @@ -106,7 +105,12 @@ -DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \ .. + make %{?_smp_mflags} +#%%if %%build_docs +#rm -rf doc/html +#make doc +#%%endif %install cd build @@ -121,18 +125,20 @@ %doc AUTHORS README NEWS SUPPORT ChangeLog %{_bindir}/args %{_bindir}/car +%{_bindir}/keywait %{_bindir}/scrub-files %{_bindir}/mdsum -%_bindir/pdetach +%{_bindir}/pdetach %{_bindir}/sockaddr %{_bindir}/zerofill %{_mandir}/man1/args.* %{_mandir}/man1/scrub-files.* %{_mandir}/man1/mdsum.* -%_mandir/man1/pdetach.1* +%{_mandir}/man1/pdetach.1* %{_mandir}/man1/zerofill.* %{_mandir}/man1/sockaddr.* %{_mandir}/man1/car.* +%{_mandir}/man1/keywait.* %files -n %lname %defattr(-,root,root) ++++++ ucommon-6.0.7.tar.gz -> ucommon-6.1.3.tar.gz ++++++ ++++ 5336 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
