Accepting request 359036 from network:ldap

- Correct the version number of library packages in spec file.

- Upgrade to latest upstream version 0.5.0.
  The new version is ABI compatible with 0.4.0.
* libini_config: This release adds an API to create, modify and
  save INI files
* libini_config: Merging configuration snippets installed in
  different locations is supported
* libcollection: New functions: col_get_dup_item,
  col_delete_item_with_cb, col_remove_item_with_cb

OBS-URL: https://build.opensuse.org/request/show/359036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ding-libs?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2016-02-17 09:31:15 +00:00 committed by Git OBS Bridge
commit 3960cd5ce7
6 changed files with 39 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457
size 827058

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJThcdbAAoJEG9akOtE+8fHTusH/jDLtQ6EtfGTPeyiivdAk38l
NVp+ByfLAPC07INL8Vi+PTxQWqgprq53aCgUQk2XgH3rBM3BNzTBUSd93iSdat+T
vgFGnt/vw7XpxGopXhnYxi5vi6p0XPORxOgyeAx7qVDkdDa1AQ7M6PyO1SefJ6uD
6pFZlVeFm4rp25sHciMTWhzHP3VmM3ysjai8nZJUZcU7euJ/hwCNlNcaEE6DNb+K
tKds6dSgTY2m/xR2z2h5UOCckgBwIS/HB2h7/mXB9Jqgi8DOroQ1vmIPCPWld8vQ
F7cyjc4xkoippwSyaadOEHuMBt7qd1yfs0K8QzpfJfqmq2Jp5MKM66mM860w9ts=
=onSd
-----END PGP SIGNATURE-----

3
ding-libs-0.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dab937537a05d7a7cbe605fdb9b3809080d67b124ac97eb321255b35f5b172fd
size 868840

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJViXHfAAoJEG9akOtE+8fHt9YH/AjFIgBSaA3hf6ep499JHlNg
i/t9yCupDZCQAef/dCmqOTaP7bHmh01TGj8CakTek1uGJ97PmBncSVGxyedvTMo+
AfwrxzkgfhFp6ToMONljaDE9/IlN6FN5fIT7NnARC0Bck4OZ3jz4sK3fYzCghkyK
b3W9uIrLIn1n/bURK/pKELjlSDtca+pMSETJmjetixVLudOJ8CWE4AEMhzQdsmEl
FDpmbui4sYCAQ4D2C/5qL2FEzQFDYPFQQXROsZ5E78vQYWt7JG07Qh7eqsGMR9vu
WF5yUVyQpEezw6XeGnWuqJx/xXSJtZo1Y/6xsxMJ83qWNDAL/2r2DjmESbG8wgo=
=pLYw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Feb 12 13:49:23 UTC 2016 - hguo@suse.com
- Correct the version number of library packages in spec file.
-------------------------------------------------------------------
Wed Feb 10 11:23:05 UTC 2016 - hguo@suse.com
- Upgrade to latest upstream version 0.5.0.
The new version is ABI compatible with 0.4.0.
* libini_config: This release adds an API to create, modify and
save INI files
* libini_config: Merging configuration snippets installed in
different locations is supported
* libcollection: New functions: col_get_dup_item,
col_delete_item_with_cb, col_remove_item_with_cb
-------------------------------------------------------------------
Sun Aug 10 13:39:44 UTC 2014 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ding-libs
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,15 +16,15 @@
#
%global basicobjects_version 0.1.1
%global collection_version 0.6.2
%global dhash_version 0.4.3
%global ini_config_version 1.1.0
%global path_utils_version 0.2.1
%global dhash_version 0.4.3
%global collection_version 0.7.0
%global ref_array_version 0.1.4
%global basicobjects_version 0.1.0
%global ini_config_version 1.2.0
Name: ding-libs
Version: 0.4.0
Version: 0.5.0
Release: 0
Summary: "Ding is not GLib" assorted utility libraries
License: GPL-3.0+ and LGPL-3.0+
@ -188,9 +188,8 @@ make %{?_smp_mflags} all docs
make %{?_smp_mflags} check
%install
b="%buildroot"
make install DESTDIR="$b"
rm -f "$b/%_libdir"/*.la
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
# Remove the example files from the output directory
# We will copy them directly from the source directory