Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-01-05 04:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-08-11 
10:08:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes     2015-01-05 
04:44:26.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Dec 25 16:02:10 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 6.3.0
+* remove legacy cmodel support
+* modernize library usage
+* simplify autoconf and cmake
+* introduce sysruntime
+* cleanup memory operators
+
+-------------------------------------------------------------------

Old:
----
  ucommon-6.1.10.tar.gz
  ucommon-6.1.10.tar.gz.sig

New:
----
  ucommon-6.3.0.tar.gz
  ucommon-6.3.0.tar.gz.sig

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

Other differences:
------------------
++++++ ucommon.spec ++++++
--- /var/tmp/diff_new_pack.FJCm1p/_old  2015-01-05 04:44:27.000000000 +0100
+++ /var/tmp/diff_new_pack.FJCm1p/_new  2015-01-05 04:44:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,9 +21,9 @@
 
 
 Name:           ucommon
-Version:        6.1.10
+Version:        6.3.0
 Release:        0
-%define lname  libucommon6
+%define lname  libucommon7
 Summary:        Runtime library for portable C++ threading and sockets
 License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
@@ -34,12 +34,11 @@
 Source2:        http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz.sig
 Source3:        %name.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
-BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(openssl)
 # Added for 13.1
 Obsoletes:      %name-bin < %version-%release
 Provides:       %name-bin = %version-%release
@@ -80,7 +79,7 @@
 %package doc
 Summary:        Generated class documentation for ucommon
 Group:          Documentation
-%if 0%{?sles_version} != 11
+%if 0%{?suse_version} >= 1230
 BuildArch:      noarch
 %endif
 
@@ -92,73 +91,53 @@
 %setup -q
 
 %build
-mkdir build
-cd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-      -DSYSCONFDIR=%{_sysconfdir} \
-      -DMANDIR=%{_mandir} \
-%if "%{_lib}" == "lib64"
-      -DLIB_SUFFIX=64 \
-%endif
-      -DCMAKE_VERBOSE_MAKEFILE=TRUE \
-      -DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \
-      -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \
-      ..
-
+%configure --disable-static
 make %{?_smp_mflags}
-#%%if %%build_docs
-#rm -rf doc/html
-#make doc
-#%%endif
 
 %install
-cd build
-make install DESTDIR="%buildroot"
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 chmod a+x "%buildroot/%_bindir"/*-config
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS README NEWS SUPPORT ChangeLog
-%{_bindir}/args
-%{_bindir}/car
-%{_bindir}/keywait
-%{_bindir}/scrub-files
-%{_bindir}/mdsum
-%{_bindir}/pdetach
-%{_bindir}/sockaddr
-%{_bindir}/zerofill
-%{_mandir}/man1/args.*
-%{_mandir}/man1/scrub-files.*
-%{_mandir}/man1/mdsum.*
-%{_mandir}/man1/pdetach.1*
-%{_mandir}/man1/zerofill.*
-%{_mandir}/man1/sockaddr.*
-%{_mandir}/man1/car.*
-%{_mandir}/man1/keywait.*
+%_bindir/args
+%_bindir/car
+%_bindir/keywait
+%_bindir/scrub-files
+%_bindir/mdsum
+%_bindir/pdetach
+%_bindir/sockaddr
+%_bindir/zerofill
+%_mandir/man1/args.*
+%_mandir/man1/scrub-files.*
+%_mandir/man1/mdsum.*
+%_mandir/man1/pdetach.1*
+%_mandir/man1/zerofill.*
+%_mandir/man1/sockaddr.*
+%_mandir/man1/car.*
+%_mandir/man1/keywait.*
 
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING COPYING.LESSER COPYRIGHT
-%_libdir/libucommon.so.6*
-%_libdir/libusecure.so.6*
-%_libdir/libcommoncpp.so.6*
+%_libdir/libucommon.so.7*
+%_libdir/libusecure.so.7*
+%_libdir/libcommoncpp.so.7*
 
 %files devel
-%defattr(-,root,root,-)
-%{_libdir}/*.so
-%{_includedir}/ucommon/
-%{_includedir}/commoncpp/
-%{_libdir}/pkgconfig/*.pc
-%{_bindir}/ucommon-config
-%{_bindir}/commoncpp-config
-%{_mandir}/man1/ucommon-config.*
-%{_mandir}/man1/commoncpp-config.*
-
-# %%files doc
-# %%defattr(-,root,root,-)
-# %%doc doc/html/*
+%defattr(-,root,root)
+%_libdir/*.so
+%_includedir/ucommon/
+%_includedir/commoncpp/
+%_libdir/pkgconfig/*.pc
+%_bindir/ucommon-config
+%_bindir/commoncpp-config
+%_mandir/man1/ucommon-config.*
+%_mandir/man1/commoncpp-config.*
 
 %changelog

++++++ ucommon-6.1.10.tar.gz -> ucommon-6.3.0.tar.gz ++++++
++++ 25073 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to