commit ucommon for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2020-09-17 14:45:00

Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and  /work/SRC/openSUSE:Factory/.ucommon.new.4249 (New)


Package is "ucommon"

Thu Sep 17 14:45:00 2020 rev:24 rq:832619 version:7.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2017-12-11 
18:57:41.83099 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new.4249/ucommon.changes
2020-09-17 14:47:15.931705688 +0200
@@ -1,0 +2,5 @@
+Sun Sep  6 14:08:15 UTC 2020 - Jan Engelhardt 
+
+- Trim old specfile constructs.
+
+---



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.uIS7lY/_old  2020-09-17 14:47:17.947707612 +0200
+++ /var/tmp/diff_new_pack.uIS7lY/_new  2020-09-17 14:47:17.951707616 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # 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
@@ -16,7 +16,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,15 +25,14 @@
 Release:0
 %define lname  libucommon8
 Summary:Runtime library for portable C++ threading and sockets
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.gnu.org/software/commoncpp
+URL:http://www.gnu.org/software/commoncpp
 
-#Git-Clone:git://github.com/dyfet/ucommon
+#Git-Clone:https://git.savannah.gnu.org/cgit/commoncpp.git
 Source: http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz
 Source2:http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz.sig
 Source3:%name.keyring
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
@@ -80,20 +79,18 @@
 %package doc
 Summary:Generated class documentation for ucommon
 Group:  Documentation
-%if 0%{?suse_version} >= 1230
 BuildArch:  noarch
-%endif
 
 %description doc
 Generated class documentation for GNU uCommon library from header files,
 html browsable.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -104,7 +101,6 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS README NEWS SUPPORT ChangeLog
 %_bindir/args
 %_bindir/car
@@ -126,14 +122,12 @@
 %_mandir/man1/keywait.*
 
 %files -n %lname
-%defattr(-,root,root)
-%doc COPYING COPYING.LESSER COPYRIGHT
+%license COPYING COPYING.LESSER COPYRIGHT
 %_libdir/libucommon.so.8*
 %_libdir/libusecure.so.8*
 %_libdir/libcommoncpp.so.8*
 
 %files devel
-%defattr(-,root,root)
 %_libdir/*.so
 %_includedir/ucommon/
 %_includedir/commoncpp/






commit ucommon for openSUSE:Factory

2017-12-11 Thread root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2017-12-11 18:57:37

Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and  /work/SRC/openSUSE:Factory/.ucommon.new (New)


Package is "ucommon"

Mon Dec 11 18:57:37 2017 rev:23 rq:555907 version:7.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2016-01-01 
19:50:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2017-12-11 
18:57:41.83099 +0100
@@ -1,0 +2,7 @@
+Sun Dec 10 21:54:49 UTC 2017 - jeng...@inai.de
+
+- BuildRequire pre-1.1 openssl.
+  Update devel Require to pkgconfig() because there is (just)
+  a "-lcrypto" in /usr/bin/*-config.
+
+---



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.xuV51k/_old  2017-12-11 18:57:41.999140805 +0100
+++ /var/tmp/diff_new_pack.xuV51k/_new  2017-12-11 18:57:42.003140614 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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
@@ -38,7 +38,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-gd
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(openssl) < 1.1
 # Added for 13.1
 Obsoletes:  %name-bin < %version-%release
 Provides:   %name-bin = %version-%release
@@ -70,7 +70,8 @@
 Summary:Headers for building ucommon applications
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
-Requires:   libopenssl-devel
+Requires:   pkgconfig(libcrypto)
+Requires:   pkgconfig(libssl)
 
 %description devel
 This package provides header and support files needed for building






commit ucommon for openSUSE:Factory

2016-01-01 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2016-01-01 19:47:57

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  2015-11-15 
12:48:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2016-01-01 
19:50:01.0 +0100
@@ -1,0 +2,10 @@
+Sun Dec 20 17:38:44 UTC 2015 - mplus...@suse.com
+
+- Update to version 7.0.0
+  * clean new library abi 8.0
+  * atomic typeref system completed, matches tychomt spec
+  * c++11 support completed
+  * deprecated functions and templates removed
+  * deprecated modules (xml, persist) moved to commoncpp
+
+---

Old:

  ucommon-6.6.2.tar.gz
  ucommon-6.6.2.tar.gz.sig

New:

  ucommon-7.0.0.tar.gz
  ucommon-7.0.0.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.tRl659/_old  2016-01-01 19:50:02.0 +0100
+++ /var/tmp/diff_new_pack.tRl659/_new  2016-01-01 19:50:02.0 +0100
@@ -21,9 +21,9 @@
 
 
 Name:   ucommon
-Version:6.6.2
+Version:7.0.0
 Release:0
-%define lname  libucommon7
+%define lname  libucommon8
 Summary:Runtime library for portable C++ threading and sockets
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
@@ -110,12 +110,14 @@
 %_bindir/keywait
 %_bindir/scrub-files
 %_bindir/mdsum
+%_bindir/urlout
 %_bindir/pdetach
 %_bindir/sockaddr
 %_bindir/zerofill
 %_mandir/man1/args.*
 %_mandir/man1/scrub-files.*
 %_mandir/man1/mdsum.*
+%_mandir/man1/urlout.*
 %_mandir/man1/pdetach.1*
 %_mandir/man1/zerofill.*
 %_mandir/man1/sockaddr.*
@@ -125,9 +127,9 @@
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING COPYING.LESSER COPYRIGHT
-%_libdir/libucommon.so.7*
-%_libdir/libusecure.so.7*
-%_libdir/libcommoncpp.so.7*
+%_libdir/libucommon.so.8*
+%_libdir/libusecure.so.8*
+%_libdir/libcommoncpp.so.8*
 
 %files devel
 %defattr(-,root,root)

++ ucommon-6.6.2.tar.gz -> ucommon-7.0.0.tar.gz ++
 37738 lines of diff (skipped)





commit ucommon for openSUSE:Factory

2015-11-15 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-11-15 12:46:45

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  2015-10-06 
13:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-11-15 
12:48:01.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov  8 22:49:11 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 6.6.2
+* Updated for isValid in socket address for some broken compilers
+
+---

Old:

  ucommon-6.6.1.tar.gz
  ucommon-6.6.1.tar.gz.sig

New:

  ucommon-6.6.2.tar.gz
  ucommon-6.6.2.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.We1sQK/_old  2015-11-15 12:48:02.0 +0100
+++ /var/tmp/diff_new_pack.We1sQK/_new  2015-11-15 12:48:02.0 +0100
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.6.1
+Version:6.6.2
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.6.1.tar.gz -> ucommon-6.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ucommon-6.6.1/CMakeLists.txt 
new/ucommon-6.6.2/CMakeLists.txt
--- old/ucommon-6.6.1/CMakeLists.txt2015-10-04 15:23:27.0 +0200
+++ new/ucommon-6.6.2/CMakeLists.txt2015-10-11 03:51:33.0 +0200
@@ -19,7 +19,7 @@
 
 cmake_minimum_required(VERSION 2.6)
 PROJECT(ucommon)
-set (VERSION 6.6.1)
+set (VERSION 6.6.2)
 
 if(BIICODE)
 include(dyfet/ucommon/cmake/biicode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ucommon-6.6.1/configure new/ucommon-6.6.2/configure
--- old/ucommon-6.6.1/configure 2015-10-04 15:24:34.0 +0200
+++ new/ucommon-6.6.2/configure 2015-10-11 03:52:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ucommon 6.6.1.
+# Generated by GNU Autoconf 2.69 for ucommon 6.6.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ucommon'
 PACKAGE_TARNAME='ucommon'
-PACKAGE_VERSION='6.6.1'
-PACKAGE_STRING='ucommon 6.6.1'
+PACKAGE_VERSION='6.6.2'
+PACKAGE_STRING='ucommon 6.6.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1379,7 +1379,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ucommon 6.6.1 to adapt to many kinds of systems.
+\`configure' configures ucommon 6.6.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1450,7 +1450,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ucommon 6.6.1:";;
+ short | recursive ) echo "Configuration of ucommon 6.6.2:";;
esac
   cat <<\_ACEOF
 
@@ -1582,7 +1582,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ucommon configure 6.6.1
+ucommon configure 6.6.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2068,7 +2068,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ucommon $as_me 6.6.1, which was
+It was created by ucommon $as_me 6.6.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2418,7 +2418,7 @@
 
 
 
-LT_VERSION="7:22:0"
+LT_VERSION="7:23:0"
 OPENSSL_REQUIRES="0.9.7"
 
 ac_aux_dir=
@@ -16225,7 +16225,7 @@
 
 # Define the identity of the package.
  PACKAGE='ucommon'
- VERSION='6.6.1'
+ VERSION='6.6.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20508,7 +20508,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ucommon $as_me 6.6.1, which was
+This file was extended by ucommon $as_me 6.6.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -20574,7 +20574,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ucommon config.status 6.6.1
+ucommon config.status 6.6.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' 

commit ucommon for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-10-06 13:27:30

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  2015-09-09 
20:21:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-10-06 
13:27:41.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  4 20:26:40 UTC 2015 - mplus...@suse.com
+
+- Update to 6.6.1
+  * errlog for error
+
+---

Old:

  ucommon-6.6.0.tar.gz
  ucommon-6.6.0.tar.gz.sig

New:

  ucommon-6.6.1.tar.gz
  ucommon-6.6.1.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.YnvtMh/_old  2015-10-06 13:27:42.0 +0200
+++ /var/tmp/diff_new_pack.YnvtMh/_new  2015-10-06 13:27:42.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.6.0
+Version:6.6.1
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.6.0.tar.gz -> ucommon-6.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ucommon-6.6.0/CMakeLists.txt 
new/ucommon-6.6.1/CMakeLists.txt
--- old/ucommon-6.6.0/CMakeLists.txt2015-08-30 02:57:38.0 +0200
+++ new/ucommon-6.6.1/CMakeLists.txt2015-10-04 15:23:27.0 +0200
@@ -19,7 +19,7 @@
 
 cmake_minimum_required(VERSION 2.6)
 PROJECT(ucommon)
-set (VERSION 6.6.0)
+set (VERSION 6.6.1)
 
 if(BIICODE)
 include(dyfet/ucommon/cmake/biicode)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ucommon-6.6.0/ChangeLog new/ucommon-6.6.1/ChangeLog
--- old/ucommon-6.6.0/ChangeLog 2015-09-07 19:28:45.0 +0200
+++ new/ucommon-6.6.1/ChangeLog 2015-10-04 15:22:43.0 +0200
@@ -1,3 +1,6 @@
+Changes from 6.6.0 to 6.6.1
+- errlog for error
+
 Changes from 6.5.7 to 6.6.0
 - introduced rsa key support
 - expanded hmac support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ucommon-6.6.0/configure new/ucommon-6.6.1/configure
--- old/ucommon-6.6.0/configure 2015-08-30 16:01:53.0 +0200
+++ new/ucommon-6.6.1/configure 2015-10-04 15:24:34.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ucommon 6.6.0.
+# Generated by GNU Autoconf 2.69 for ucommon 6.6.1.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ucommon'
 PACKAGE_TARNAME='ucommon'
-PACKAGE_VERSION='6.6.0'
-PACKAGE_STRING='ucommon 6.6.0'
+PACKAGE_VERSION='6.6.1'
+PACKAGE_STRING='ucommon 6.6.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1379,7 +1379,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ucommon 6.6.0 to adapt to many kinds of systems.
+\`configure' configures ucommon 6.6.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1450,7 +1450,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ucommon 6.6.0:";;
+ short | recursive ) echo "Configuration of ucommon 6.6.1:";;
esac
   cat <<\_ACEOF
 
@@ -1582,7 +1582,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ucommon configure 6.6.0
+ucommon configure 6.6.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2068,7 +2068,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ucommon $as_me 6.6.0, which was
+It was created by ucommon $as_me 6.6.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2418,7 +2418,7 @@
 
 
 
-LT_VERSION="7:21:0"
+LT_VERSION="7:22:0"
 OPENSSL_REQUIRES="0.9.7"
 
 ac_aux_dir=
@@ -16225,7 +16225,7 @@
 
 # Define the identity of the package.
  PACKAGE='ucommon'
- VERSION='6.6.0'
+ VERSION='6.6.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20508,7 +20508,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ucommon $as_me 6.6.0, which was
+This file was extended by ucommon $as_me 6.6.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= 

commit ucommon for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-09-09 20:21:17

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  2015-08-31 
22:59:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-09-09 
20:21:20.0 +0200
@@ -1,0 +2,16 @@
+Wed Sep  9 07:09:49 UTC 2015 - mplus...@suse.com
+
+- Update to 6.6.0
+  * introduced rsa key support
+  * expanded hmac support
+  * expanded digests for sha256 and 384
+  * reword of common digest code
+  * improved nullptr clang support
+  * remove clang forced c++11 from build
+  * check for openssl rsa support
+  * port types for 7.0 migration
+  * socket addresses for typeref
+  * further c++11 header fixes
+  * removed old ssl demo app
+
+---

Old:

  ucommon-6.5.7.tar.gz
  ucommon-6.5.7.tar.gz.sig

New:

  ucommon-6.6.0.tar.gz
  ucommon-6.6.0.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.WZHMgn/_old  2015-09-09 20:21:21.0 +0200
+++ /var/tmp/diff_new_pack.WZHMgn/_new  2015-09-09 20:21:21.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.5.7
+Version:6.6.0
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.5.7.tar.gz -> ucommon-6.6.0.tar.gz ++
 3503 lines of diff (skipped)





commit ucommon for openSUSE:Factory

2015-08-31 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-08-31 22:59:16

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  2015-08-14 
14:46:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-08-31 
22:59:17.0 +0200
@@ -1,0 +2,32 @@
+Sun Aug 30 07:27:38 UTC 2015 - mplus...@suse.com
+
+- Update to 6.5.7
+  * improved c++11 support
+  * mapped pointer introduced
+  * fixed is usage
+  * improved mapref remove
+- Changes from 6.5.5 to 6.5.6
+  * simplified arrayref
+  * added listref
+  * map iterators thru locked instances
+  * type standardization
+  * socket address type
+- Changes from 6.5.4 to 6.5.5
+  * more portable nullptr support
+  * thread-safe mapref class
+  * some typeref convenience types
+  * bit operations on byterefs
+- Changes from 6.5.3 to 6.5.4
+  * secure string and key management types
+  * better cleanup of secure objects
+  * file i/o for heap temporary
+- Changes from 6.5.2 to 6.5.3
+  * arrayref now uses ConditionalAccess, fix for Conditional
+- Changes from 6.5.1 to 6.5.2
+  * memory management cleanup and mingw32 support for native 
+conditionals
+  * new methodology of having getaddrinfo allocate memory
+  * introduction of queueref and stackref; arrayref becomes 
+useful typeref concatenation operators
+
+---

Old:

  ucommon-6.5.1.tar.gz
  ucommon-6.5.1.tar.gz.sig

New:

  ucommon-6.5.7.tar.gz
  ucommon-6.5.7.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.40bjcC/_old  2015-08-31 22:59:17.0 +0200
+++ /var/tmp/diff_new_pack.40bjcC/_new  2015-08-31 22:59:17.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.5.1
+Version:6.5.7
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.5.1.tar.gz -> ucommon-6.5.7.tar.gz ++
 5348 lines of diff (skipped)

++ ucommon.keyring ++
--- /var/tmp/diff_new_pack.40bjcC/_old  2015-08-31 22:59:18.0 +0200
+++ /var/tmp/diff_new_pack.40bjcC/_new  2015-08-31 22:59:18.0 +0200
@@ -1,94 +1,51 @@
-pub   1024D/EAAD 2008-05-29
-uid  David Sugar 
-sub   4096g/90B9BE45 2008-05-29
-
-pub   4096R/B37C87BA 2012-05-22
-uid  David Sugar 
-sub   4096R/C8F039C8 2012-05-22
-
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.22 (GNU/Linux)
+Version: GnuPG v2
 
-mQGiBEg+5X8RBADB4UIBnD1man43BIb5jsTaAcIKMHX2KxiuCCLUuAF8Tjp1AII/
-Y9ALEChSJcTzrIEokQuU+ujx5+9cutfGNr/iTtgL7qsljJXsObWPH8jCZ0gWgdKZ
-L9rVp1j/7rJGDb6Oz15RfqZuMmGaMEy59XBINxHJYwildcoFzdO7wUklywCg1qcB
-1q1il8VM6Ov9L/Bk/sqGyNsD/innQT4qGzP5h0n5KRSNZ303Wm5zOGz2fnxSJaCg
-/xDhiIEVqk/Jqb6m6ly9Zv6ZYvOnHm5NAo3nLb1F3enQhbAAzjOcCVxxhShV2nDS
-AaxyMXHgZ3jZ8JjYR0jw7zUb1nMy6HX0sVvANH+dezBklwwgzm+Fj1IPs3Sq1JbQ
-1Fy3BACBxIQ4wJzUMqdcdgxRW6Dg56EtbcLRvEYRVp8Qrm9JqOzA2JtJF5T7Vx6O
-fEFIp/5kSotNtXQXPqd++imipHueIFhWTeeaprZFEk6qIy+o9ObMF/eMrenhBzNT
-OE8gKAaq4GGQlxrTzBlTHOkm2pCfAI4eq3FxIJQizEBl6VEzvLQkRGF2aWQgU3Vn
-YXIgPGR5ZmV0QGdudXRlbGVwaG9ueS5vcmc+iGAEExECACAFAkg+5X8CGyMGCwkI
-BwMCBBUCCAMEFgIDAQIeAQIXgAAKCRD8UxIJ6oiIrao8AJ9+8P8P5jPEzluNfMdV
-pgjO5sWfVgCfS8G8JfsWAJ+pi0+ankdTlrk4OI+5BA0ESD7lxBAQALDzUNstDnp6
-KAQ1TSC5uxyh5zBkSySYt1wnNr+AFiQ5Tu+05jrS/y18VBeSjpe95lMFbEsj/NYj
-sDtIYtUbvaE6SWUQXsS/oQy4l27qzRT4CrBo9IW3Nur1NmaskPZ6mEwSC8Ik7TSp
-xt1qFU10A2rexbLhY9S03+YtYFFG5CtfqcjdR33E30zykxEKUS18L6u4XrerUArY
-NKxYBwuadFWg6yaBnKne4ja6sD1KlgtUUMHP1pvY9K7RVFijbe/GtuQmvDSmdXy7
-x53iimsvQetEnkVaapVeLcBSHasRhhu31QJmeNbCEDGzTw73hU1Z6ljl+F9nWzXi
-z+8pi6kS0olDeGUVKJ6N5d0QEyV1zhd4hhywlPIA9WOEy09CUAtdPxyBnBds61Rq
-p4Oc68KhOypblOkbvuQiPXyGB/L6oLDlzBSdH8Yn1HaXsll9usBsTl+Z/DPxd225
-D3Cy5UZEYDle5RM5jUawYzkgxFKsrFZQhjufdhAADAxIlJfZxtj2r3OJRSW+9u33
-RhTHxZIIh5ePxi9CEHx77ovMRGO8kworbchfVEy7e3zciNbqiyB1chhrbSslCSFJ
-QbZFoyt1wQVLkPkbnPmO9c1sKmHFC2kZMDD1oFt7wP6uy7XXtUfVgSOtXbeIL4QO
-t4Vz8LccE69/wvlLXtdsv596cBjYyfejAAMFD/9TfA8starOo2Hl72PZlY2GWT5h
-Qw3MCsbQ0PRbECEnv/us4B3G7Z+XE8gAF4bd4rMjAJvYfRcC3j8MGzf554wuzgd5
-jVNxW+439stI17+ViduwFVXbLblc2ytnFZssTOfA5I4sOyvgP/LSjxKX4UqnY8gW
-Ud6Pe0OOg1YKoiwRUxq3j0CRDDgrPDCSgKb/Dao5LU4LrlpsNhfXO8R80CRNoXv0
-n9GXcuTRrKTtMBqg3hxWxiyPtqaisCT/SGw3/+Qi3GAY85lctliX2uexMEB/lIN8
-R2jo/OLMAewG2mN8GqRTxSLY8ulzXDd0bFHrC6g/TusONTFL1ultzNKw5jqvUUmW
-gf1YBDekxcUbtPNQjmaA07gIHuPY0HWG5rNIRjDYjkRi/+hSMq7lIR+xMJJSA/WH
-pqMD1FVLzuLc2moL9W+gTwDWrdHB+YQbLE34yXy1GX0GoB3cv0ghy3zJTKu4v9Rk

commit ucommon for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-08-14 14:46:52

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  2015-03-29 
20:18:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-08-14 
14:46:53.0 +0200
@@ -1,0 +2,51 @@
+Thu Aug 13 14:00:27 UTC 2015 - mplus...@suse.com
+
+- Update to 6.5.1
+  * thread shared references added
+- Changes from 6.4.4 to 6.5.0
+  * typeref expanded
+  * arrayref introduced
+  * nullptr and other c++ modernizations
+  * clang now defaulted to c++11
+  * minimum native windows now requires conditionals
+  * mingw has to use win32 pthread support
+  * somewhat more usable heap temporary templates
+- Changes from 6.4.3 to 6.4.4
+  * additional typeref operators
+- Changes from 6.4.2 to 6.4.3
+  * fix for broken windows setuid macro
+-Changes from 6.4.1 to 6.4.2
+  * solaris related cmake fixes
+  * cleanup of test build and osx fixes
+- Changes from 6.4.0 to 6.4.1
+  * keyfile fixed constructor issue
+- Changes from 6.3.6 to 6.4.0
+  * new typeref system for immutable atomic reference counted 
+objects
+  * heap management objects support moving heap through 
+assignment
+  * extended unit tests for typeref system
+  * improved openbsd support
+  * atomics enabled by default
+- Changes from 6.3.5 to 6.3.6
+  * code cleanup
+  * simulate option for scrub
+  * set newline style for cmake genorated files
+- Changes from 6.3.4 to 6.3.5
+  * general code cleanup
+  * some build fixes
+- Changes from 6.3.3 to 6.3.4
+  * improved atomics support
+  * configure atomics default matches cmake default
+  * general code cleanup
+  * more casting operations and cast fixups
+  * polymorphic casting support  rtti detection
+  * enclose random value templates in Random
+  * improved rng support
+- Changes from 6.3.2 to 6.3.3
+  * improved cipher key management
+  * b64 support improved and string hex conversions
+  * simplified digest functions
+  * some solaris fixes
+
+---

Old:

  ucommon-6.3.1.tar.gz
  ucommon-6.3.1.tar.gz.sig

New:

  ucommon-6.5.1.tar.gz
  ucommon-6.5.1.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.wyG49H/_old  2015-08-14 14:46:54.0 +0200
+++ /var/tmp/diff_new_pack.wyG49H/_new  2015-08-14 14:46:54.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.3.1
+Version:6.5.1
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.3.1.tar.gz - ucommon-6.5.1.tar.gz ++
 11141 lines of diff (skipped)




commit ucommon for openSUSE:Factory

2015-03-29 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-03-29 20:18:15

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  2015-01-05 
04:44:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-03-29 
20:18:16.0 +0200
@@ -1,0 +2,6 @@
+Sun Mar 29 08:33:48 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 6.3.1
+* Build system updates only
+
+---

Old:

  ucommon-6.3.0.tar.gz
  ucommon-6.3.0.tar.gz.sig

New:

  ucommon-6.3.1.tar.gz
  ucommon-6.3.1.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.6P7EH2/_old  2015-03-29 20:18:17.0 +0200
+++ /var/tmp/diff_new_pack.6P7EH2/_new  2015-03-29 20:18:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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.3.0
+Version:6.3.1
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets
@@ -134,6 +134,7 @@
 %_libdir/*.so
 %_includedir/ucommon/
 %_includedir/commoncpp/
+%_datadir/ucommon/
 %_libdir/pkgconfig/*.pc
 %_bindir/ucommon-config
 %_bindir/commoncpp-config

++ ucommon-6.3.0.tar.gz - ucommon-6.3.1.tar.gz ++
 6856 lines of diff (skipped)

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



commit ucommon for openSUSE:Factory

2015-01-04 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-01-05 
04:44:26.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.FJCm1p/_new  2015-01-05 04:44:27.0 +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

commit ucommon for openSUSE:Factory

2014-08-11 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2014-08-11 10:07:50

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-05-13 
20:48:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2014-08-11 
10:08:21.0 +0200
@@ -1,0 +2,15 @@
+Sun Aug 10 16:08:52 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 6.1.10
+* Fix a memory leak in DateTime ctor
+* Socket::address: allow printing to std::ostream
+* Socket::address: use in_port_t for port numbers
+* Socket::join, ::drop: allow to set interface index for IPv6
+
+---
+Sat Jun 28 01:15:55 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 6.1.8
+* A number of changes to Socket::address.
+
+---

Old:

  ucommon-6.1.3.tar.gz
  ucommon-6.1.3.tar.gz.sig

New:

  ucommon-6.1.10.tar.gz
  ucommon-6.1.10.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.z7sZXG/_old  2014-08-11 10:08:23.0 +0200
+++ /var/tmp/diff_new_pack.z7sZXG/_new  2014-08-11 10:08:23.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.1.3
+Version:6.1.10
 Release:0
 %define lname  libucommon6
 Summary:Runtime library for portable C++ threading and sockets
@@ -30,7 +30,6 @@
 Url:http://www.gnu.org/software/commoncpp
 
 #Git-Clone:git://github.com/dyfet/ucommon
-#Freecode-URL: http://freecode.com/projects/ucommon
 Source: http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz
 Source2:http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz.sig
 Source3:%name.keyring

++ ucommon-6.1.3.tar.gz - ucommon-6.1.10.tar.gz ++
 12782 lines of diff (skipped)

++ ucommon.keyring ++
--- /var/tmp/diff_new_pack.z7sZXG/_old  2014-08-11 10:08:24.0 +0200
+++ /var/tmp/diff_new_pack.z7sZXG/_new  2014-08-11 10:08:24.0 +0200
@@ -1,55 +1,94 @@
+pub   1024D/EAAD 2008-05-29
+uid  David Sugar dy...@gnutelephony.org
+sub   4096g/90B9BE45 2008-05-29
+
 pub   4096R/B37C87BA 2012-05-22
 uid  David Sugar dy...@gnu.org
 sub   4096R/C8F039C8 2012-05-22
 
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
+Version: GnuPG v2.0.22 (GNU/Linux)
 
-mQINBE+7lIQBEADLCqIS2RGM0W8RHVnQ+czFkDbJuqT/v/oNzuneCwkmVrTcHJZ+
-zIxkV5E45gs08RHvntMvsAX4wjRfZM93Ngr9dHgS2vXWqi3MZI6FEzRtmY6Ow9RG
-2HeXouF13UKVvG+0WUSvH8V1Bo6v+34bUaITsZWRAwEAHu13Z6gURzIr7LV1EB70
-3by4g0agzden4XAEH4COa/oNlrNiqnVraAJHT8g2cmiJYVt5m1JJFogGg9ltOgPU
-ArICG1Fv9XHnGU1Yi4+RI07sicQDo6xdRdqP/zKOHJeZhPBQcCFpX72aweTzQFEb
-Nwb0FVg3RXR5m+5qfg3mHXYF8F0ecyK3Q2oEeLo4QPG4+rRqjPJ1eHYItxDzUFTP
-LucICtHyNtY6+lvPXTRNy1G+i7Mxl56gTnbM3a6kopJ/J2NHtS+J+fzKmGnDG2Os
-gozSQG0uf0uvTKMvOsAPyi0cXjG06pIiP5MvX/G6z/kBKh/1AmLZKN2UkT3UtZZZ
-NpKs7msE/0iOQmtsVT+5bQWsr0sd0f+MqFkKEUUL5FwIEqfL5j58ZYNWzgQ//t22
-wI1CBL92to69UnRCnFYnnXRUMgebAz1FCzLNmu36j+wgX4rdgN+/6WfHjjxeIETS
-grhYk8NyJN5+1wuWeAZZw0EN8LrG098UO1bQUasVLWaZ1nybU86w+pWkwwARAQAB
-tBtEYXZpZCBTdWdhciA8ZHlmZXRAZ251Lm9yZz6JAjgEEwEIACIFAk+7lIQCGwMG
-CwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJELFzKpyzfIe63V4P/30t69uWlWFY
-Hekc++ZYaTy5BuAle+vmEe46fz6Tdckf6RzDWz6MBBJ6a08KF2iUGJVf7WX1Xni/
-URsuD8/aBjel6hcPnNMIWdnZXzG4rbV2Vx9oEMTUpsCxVVCNKXNSDlzaDrn0JLtr
-Wfz+DvH4vJn+UTsdxHslNSqHBxWvmgFKWs9yQAIjoNTbqmbRToNbEL9BBOFmKOnl
-tTGwvvc6QQythNjwmVCA+vjn3b0RmblE0eQBxK5WV8CUcLE7w9Z/s/PKckKamuZa
-Ve7k/KlokvIJwfz2dGbOc/d2r8GQ1KIcNtjMTHVDYGiwH8C0ZkzB5Cdo+OQJQThG
-mbJkGWm38A5gpLK68qB6ZuRyD+a0fa5tE9ob7/oZ2hYednOgBZ/AYrYWKWQiy7CL
-KdZFK+knC9d/b9zTBIDFwYLZsXJk34/97ReqhPd9BGx4CGQKsve1rBumOgYMJoGz
-Ryytrty8HpH3OwU/UxwfcP2t9sMUsUZI6bgSsuhUTgD34AapfBla8cwwcsrKGVd0
-LItqkzoVn9zLvNnDAIFFhB4niQDQtZRoUusoIubACT+8S/qq/DmbMHTNqLoo71qX
-Pqe/zKTZWTMvMJKj0bMda1DSH8Re0PBdcvDrYvK5g3hCtCvt1aW1PcVWfsLW6d4K
-QubEnrGh2PXjlr1b31mmazEU3grfFHC7uQINBE+7lIQBEAC8/miF6+5LvkXobeV0
-TsOEQbV0z6Oc6nxB30jKtD9WOLoZ/EP2gf8Xxn8mIgC44YLMs2Dhdmr9DxW8njjJ
-bGD3ke52HxwH3BYnKD/Nmn3Lyu3aVmWs2MXBknNz8qdPN/lUEUYcPvTAxhTa78ZS
-BdCjsb+HIHrNb6foSjTZ/YkjuVAJwcRzp3CG3aTb/+IYAzo87OahTJEQ37m5HMXg
-ziMlN7dh531nn8bgYTncaXSGY27GmihYtzUnyHNUL+18OtUiQhALgG6g1IXXP4mc
-4/Fm3dqDeCaXvhoTVoNTiYOLjn9hTw8Rgj+TLcqimO4tJkxLjzvTZeGX3XN3pPu3
-mOQj1ZYd7b18EtV4ugzVDXUVXyhHeFMMWobr/qwyhUo3YXGXdmPOR/h0Vi9hw5q5
-CGM6/ALr0spumzDqsmu9r9imw3PU9qp7+K2/judhr8KPVEogv7eDcwnEJ94Wg/Wn
-E+9Lxl1DeES0lutB7/nlkzLXzp/hsljN7+KRmxZ91WRy4OK0WxjbkSxrBMaXPFm7

commit ucommon for openSUSE:Factory

2014-05-13 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2014-05-13 
20:48:50.0 +0200
@@ -1,0 +2,13 @@
+Sun May  4 12:00:00 UTC 2014 - dy...@gnutelephony.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.H4uyr1/_new  2014-05-13 20:48:51.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ucommon for openSUSE:Factory

2013-10-08 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2013-10-08 11:06:47

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-06-18 
10:39:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2013-10-08 
11:06:48.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  1 00:20:58 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 6.0.7
+* Small but essential fixes in the fsys class. Fixes for other
+  small socket address validation assignment operations that
+  risked security.
+
+---

Old:

  ucommon-6.0.5.tar.gz
  ucommon-6.0.5.tar.gz.sig

New:

  ucommon-6.0.7.tar.gz
  ucommon-6.0.7.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.L4TDKr/_old  2013-10-08 11:06:49.0 +0200
+++ /var/tmp/diff_new_pack.L4TDKr/_new  2013-10-08 11:06:49.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.0.5
+Version:6.0.7
 Release:0
 %define lname  libucommon6
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.0.5.tar.gz - ucommon-6.0.7.tar.gz ++
 9764 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ucommon-6.0.5/CMakeLists.txt new/ucommon-6.0.7/CMakeLists.txt
--- old/ucommon-6.0.5/CMakeLists.txt2013-05-16 20:42:45.0 +0200
+++ new/ucommon-6.0.7/CMakeLists.txt2013-07-28 12:32:06.0 +0200
@@ -18,7 +18,7 @@
 
 cmake_minimum_required(VERSION 2.6)
 PROJECT(ucommon)
-set (VERSION 6.0.5)
+set (VERSION 6.0.7)
 
 set(RC_VERSION ${VERSION})
 STRING(REGEX REPLACE [.] , RC_VERSION ${RC_VERSION})
@@ -82,7 +82,6 @@
 option(BUILD_STDLIB Set to OFF to disable C++ stdlib ON)
 set(POSIX_TIMERS OFF CACHE BOOL does not use posix timers FORCE)
 set(GCC_ATOMICS OFF CACHE BOOL does not use gcc atomics FORCE)
-MARK_AS_ADVANCED(POSIX_TIMERS GCC_ATOMICS)
 else()
 option(BUILD_STATIC Set to ON to build static libraries OFF)
 option(BUILD_STDLIB Set to OFF to disable C++ stdlib ON)
@@ -90,6 +89,8 @@
 option(GCC_ATOMICS Set to ON to enable OFF)
 endif()
 
+MARK_AS_ADVANCED(POSIX_TIMERS GCC_ATOMICS)
+
 option(BUILD_TESTING Set to ON to build test programs OFF)
 
 MESSAGE( STATUS Configuring GNU ${PROJECT_NAME} ${VERSION}...)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ucommon-6.0.5/ChangeLog new/ucommon-6.0.7/ChangeLog
--- old/ucommon-6.0.5/ChangeLog 2013-05-10 16:24:03.0 +0200
+++ new/ucommon-6.0.7/ChangeLog 2013-07-28 12:32:06.0 +0200
@@ -1,3 +1,12 @@
+from ucommon 6.0.6 to 6.0.7
+- error state in fsys open fixed
+- fsys error reset inline added
+
+from ucommon 6.0.5 to 6.0.6
+- small cleanup of useless validator assignments
+- fix gnutls casting and warnings
+- modernized automake support
+
 from ucommon 6.0.4 to 6.0.5
 - additional constructors to pass pre-allocated memory
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ucommon-6.0.5/INSTALL new/ucommon-6.0.7/INSTALL
--- old/ucommon-6.0.5/INSTALL   2012-06-18 17:19:26.0 +0200
+++ new/ucommon-6.0.7/INSTALL   2013-06-27 14:04:41.0 +0200
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
- 

commit ucommon for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2013-06-18 10:39: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  2012-02-08 
17:21:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2013-06-18 
10:39:50.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 13 16:47:20 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 6.0.5
+* A new version 6 API. A complete refactor of most core classes for
+  greater consistency and simplicity. Many depreciated methods and
+  conventions have been removed.
+- Implement shlib package naming guideline. Signature verification.
+
+---

Old:

  ucommon-5.0.5.tar.gz

New:

  ucommon-6.0.5.tar.gz
  ucommon-6.0.5.tar.gz.sig
  ucommon.keyring



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.xG9b5Q/_old  2013-06-18 10:39:51.0 +0200
+++ /var/tmp/diff_new_pack.xG9b5Q/_new  2013-06-18 10:39:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ucommon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -20,66 +20,77 @@
 #
 
 
-
 Name:   ucommon
-Version:5.0.5
-Release:1
-License:LGPL-3.0+
+Version:6.0.5
+Release:0
+%define lname  libucommon6
 Summary:Runtime library for portable C++ threading and sockets
-URL:http://www.gnu.org/software/commoncpp
-Group:  System/Libraries
-Source0:
http://www.gnutelephony.org/dist/archive/ucommon-%{version}.tar.gz
+License:LGPL-3.0+
+Group:  Development/Libraries/C and C++
+Url:http://www.gnu.org/software/commoncpp
+
+#Git-Clone:git://github.com/dyfet/ucommon
+#Freecode-URL: http://freecode.com/projects/ucommon
+Source: http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz
+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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
+# Added for 13.1
+Obsoletes:  %name-bin  %version-%release
+Provides:   %name-bin = %version-%release
 
 %description
-GNU uCommon C++ is a lightweight library to facilitate using C++ design
-patterns even for very deeply embedded applications, such as for systems using
-uClibc along with POSIX threading support. For this reason, uCommon disables
-language features that consume memory or introduce runtime overhead. uCommon
-introduces some design patterns from Objective-C, such as reference counted
-objects, memory pools, and smart pointers.  uCommon introduces some new
-concepts for handling of thread locking and synchronization.
-
-%package bin
-
-Summary:GNU uCommon system and support applications
-Group:  Development/Tools/Other
-Requires:   %{name} = %{version}
+GNU uCommon C++ is a lightweight library to facilitate using C++
+design patterns even for very deeply embedded applications, such as
+for systems using uClibc along with POSIX threading support.
+
+This subpackage contains a collection of command line tools that use
+various aspects of the ucommon library. Some may be needed to prepare
+files or for development of applications.
 
-%package devel
+%package -n %lname
+Summary:GNU uCommon Runtime library for portable C++ threading and 
sockets
+Group:  System/Libraries
+
+%description -n %lname
+GNU uCommon C++ is a lightweight library to facilitate using C++
+design patterns even for very deeply embedded applications, such as
+for systems using uClibc along with POSIX threading support. For this
+reason, uCommon disables language features that consume memory or
+introduce runtime overhead. uCommon introduces some design patterns
+from Objective-C, such as reference counted objects, memory pools,
+and smart pointers. uCommon introduces some new concepts for handling
+of thread locking and synchronization.
 
+%package devel
 Summary:Headers for building ucommon applications
 Group:  

commit ucommon for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2012-02-08 17:21:08

Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and  /work/SRC/openSUSE:Factory/.ucommon.new (New)


Package is ucommon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2011-11-29 
16:25:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2012-02-08 
17:21:10.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 26 16:40:14 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+
+---



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.fI0UDF/_old  2012-02-08 17:21:11.0 +0100
+++ /var/tmp/diff_new_pack.fI0UDF/_new  2012-02-08 17:21:11.0 +0100
@@ -26,7 +26,7 @@
 Release:1
 License:LGPL-3.0+
 Summary:Runtime library for portable C++ threading and sockets
-Url:http://www.gnu.org/software/commoncpp
+URL:http://www.gnu.org/software/commoncpp
 Group:  System/Libraries
 Source0:
http://www.gnutelephony.org/dist/archive/ucommon-%{version}.tar.gz
 BuildRequires:  cmake
@@ -83,7 +83,6 @@
 %setup -q
 
 %build
-rm -rf build
 mkdir build
 cd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -100,15 +99,11 @@
 
 %install
 cd build
-rm -rf %{buildroot}
 %make_install
 chmod 0755 %{buildroot}%{_bindir}/ucommon-config
 chmod 0755 %{buildroot}%{_bindir}/commoncpp-config
 rm -rf %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS README COPYING COPYING.LESSER COPYRIGHT NEWS SUPPORT ChangeLog

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



commit ucommon for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2011-12-06 19:09:54

Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and  /work/SRC/openSUSE:Factory/.ucommon.new (New)


Package is ucommon, Maintainer is 

Changes:




Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.NwKAY2/_old  2011-12-06 19:44:22.0 +0100
+++ /var/tmp/diff_new_pack.NwKAY2/_new  2011-12-06 19:44:22.0 +0100
@@ -24,7 +24,7 @@
 Name:   ucommon
 Version:5.0.5
 Release:1
-License:LGPLv3+
+License:LGPL-3.0+
 Summary:Runtime library for portable C++ threading and sockets
 Url:http://www.gnu.org/software/commoncpp
 Group:  System/Libraries

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



commit ucommon for openSUSE:Factory

2011-11-29 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2011-11-29 16:25:04

Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and  /work/SRC/openSUSE:Factory/.ucommon.new (New)


Package is ucommon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2011-09-23 
12:49:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2011-11-29 
16:25:06.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 29 13:58:39 UTC 2011 - idoen...@suse.de
+
+- Use upstream tarball 
+
+---
+Tue Nov 29 14:32:47 CET 2011 - r...@suse.de
+
+- define LIB_SUFFIX for other lib64 platforms 
+
+---

Old:

  ucommon-5.0.5.tar.bz2

New:

  ucommon-5.0.5.tar.gz



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.Ffaz8y/_old  2011-11-29 16:25:10.0 +0100
+++ /var/tmp/diff_new_pack.Ffaz8y/_new  2011-11-29 16:25:10.0 +0100
@@ -28,7 +28,7 @@
 Summary:Runtime library for portable C++ threading and sockets
 Url:http://www.gnu.org/software/commoncpp
 Group:  System/Libraries
-Source0:
http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.bz2
+Source0:
http://www.gnutelephony.org/dist/archive/ucommon-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -48,14 +48,12 @@
 
 %package bin
 
-
 Summary:GNU uCommon system and support applications
 Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 
 %package devel
 
-
 Summary:Headers for building ucommon applications
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -65,7 +63,6 @@
 
 %package doc
 
-
 Summary:Generated class documentation for ucommon
 Group:  Documentation
 
@@ -92,6 +89,9 @@
 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} \

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



commit ucommon for openSUSE:Factory

2011-08-11 Thread h_root

Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory
checked in at Thu Aug 11 10:52:25 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/ucommon/ucommon.changes2011-07-31 
08:36:59.0 +0200
@@ -0,0 +1,8 @@
+---
+Sat Jul  30 09:10:00 MEZ 2011 - werner.dittm...@t-online.de
+
+- First version of GNU uCommon as standard package
+  The changelog file in the source package contains the the full history 
+  of GNU uCommon. Changes to GNU uCommon that happen after it becomes
+  a standard package will be recorded in ucommon.changes file as well.
+

calling whatdependson for head-i586


New:

  ucommon-5.0.5.tar.bz2
  ucommon.changes
  ucommon.spec



Other differences:
--
++ ucommon.spec ++
#
# spec file for package ucommon
#
# Copyright (c) 2011 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
# modifications, as long as this notice is preserved.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   ucommon
Version:5.0.5
Release:1
License:LGPLv3+
Summary:Runtime library for portable C++ threading and sockets
Url:http://www.gnu.org/software/commoncpp
Group:  System/Libraries
Source0:
http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.bz2
BuildRequires:  cmake
BuildRequires:  doxygen
BuildRequires:  gcc-c++
BuildRequires:  graphviz-gd
BuildRequires:  openssl-devel
BuildRequires:  pkgconfig
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for systems using
uClibc along with POSIX threading support. For this reason, uCommon disables
language features that consume memory or introduce runtime overhead. uCommon
introduces some design patterns from Objective-C, such as reference counted
objects, memory pools, and smart pointers.  uCommon introduces some new
concepts for handling of thread locking and synchronization.

%package bin


Summary:GNU uCommon system and support applications
Group:  Development/Tools/Other
Requires:   %{name} = %{version}

%package devel


Summary:Headers for building ucommon applications
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}
Requires:   %{name}-bin = %{version}
Requires:   openssl-devel
Requires:   pkgconfig

%package doc


Summary:Generated class documentation for ucommon
Group:  Documentation

%description bin
This is a collection of command line tools that use various aspects of the
ucommon library.  Some may be needed to prepare files or for development of
applications.

%description devel
This package provides header and support files needed for building
applications that use the uCommon library and frameworks.

%description doc
Generated class documentation for GNU uCommon library from header files,
html browsable.

%prep
%setup -q

%build
rm -rf build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DSYSCONFDIR=%{_sysconfdir} \
  -DMANDIR=%{_mandir} \
  -DCMAKE_VERBOSE_MAKEFILE=TRUE \
  -DCMAKE_C_FLAGS_RELEASE:STRING=%{optflags} \
  -DCMAKE_CXX_FLAGS_RELEASE:STRING=%{optflags} \
  ..
make %{?_smp_mflags}

%install
cd build
rm -rf %{buildroot}
%make_install
chmod 0755 %{buildroot}%{_bindir}/ucommon-config
chmod 0755 %{buildroot}%{_bindir}/commoncpp-config
rm -rf %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS README COPYING COPYING.LESSER COPYRIGHT NEWS SUPPORT ChangeLog
%{_libdir}/libucommon.so.*
%{_libdir}/libusecure.so.*
%{_libdir}/libcommoncpp.so.*

%files bin
%defattr(-,root,root,-)
%{_bindir}/args
%{_bindir}/car
%{_bindir}/scrub-files
%{_bindir}/mdsum
%{_bindir}/sockaddr
%{_bindir}/zerofill
%{_mandir}/man1/args.*
%{_mandir}/man1/scrub-files.*
%{_mandir}/man1/mdsum.*
%{_mandir}/man1/zerofill.*