[ding-libs] Rebased to 0.3.0beta 1 (0.2.91)

Jan Zeleny jzeleny at fedoraproject.org
Fri May 25 14:48:28 UTC 2012


commit 45eb77c6dbe3d34a21fb481b88063990729fd0f3
Author: Jan Zeleny <jzeleny at redhat.com>
Date:   Fri May 25 16:46:49 2012 +0200

    Rebased to 0.3.0beta 1 (0.2.91)
    
    Changelog available at
    https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.2.91

 .gitignore                                         |    1 +
 ...ls-handle-off-by-one-error-in-path_concat.patch |   62 --------
 0002-path_utils-Handle-in-path_concat.patch        |   62 --------
 ...path_concat-should-return-empty-string-on.patch |  153 --------------------
 ding-libs.spec                                     |   61 ++++++--
 sources                                            |    2 +-
 6 files changed, 50 insertions(+), 291 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9634b65..9c366d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ding-libs-0.1.2.tar.gz
 /ding-libs-0.1.3.tar.gz
+/ding-libs-0.2.91.tar.gz
diff --git a/ding-libs.spec b/ding-libs.spec
index 0b47704..3b6c5d3 100644
--- a/ding-libs.spec
+++ b/ding-libs.spec
@@ -1,6 +1,6 @@
 Name: ding-libs
-Version: 0.1.3
-Release: 8%{?dist}
+Version: 0.2.91
+Release: 1%{?dist}
 Summary: "Ding is not GLib" assorted utility libraries
 Group: Development/Libraries
 License: LGPLv3+
@@ -10,16 +10,12 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %global path_utils_version 0.2.1
 %global dhash_version 0.4.3
-%global collection_version 0.6.1
-%global ref_array_version 0.1.2
-%global ini_config_version 0.6.2
+%global collection_version 0.6.2
+%global ref_array_version 0.1.3
+%global ini_config_version 0.7.0
 
 ### Patches ###
 
-Patch0001: 0001-path_utils-handle-off-by-one-error-in-path_concat.patch
-Patch0002: 0002-path_utils-Handle-in-path_concat.patch
-Patch0003: 0003-path_utils-path_concat-should-return-empty-string-on.patch
-
 ### Dependencies ###
 
 ### Build Dependencies ###
@@ -203,6 +199,45 @@ A dynamically-growing, reference-counted array
 
 
 ##############################################################################
+# basicobjects
+##############################################################################
+
+%package -n libbasicobjects
+Summary: Basic object types for C
+Group: Development/Libraries
+License: GPLv3+
+Version: %{basicobjects_version}
+
+%description -n libbasicobjects
+Basic object types
+
+%package -n libbasicobjects-devel
+Summary: Development files for libbasicobjects
+Group: Development/Libraries
+License: GPLv3+
+Version: %{basicobjects_version}
+Requires: libbasicobjects = %{basicobjects_version}-%{release}
+
+%description -n libbasicobjects-devel
+Basic object types
+
+%post -n libbasicobjects -p /sbin/ldconfig
+%postun -n libbasicobjects -p /sbin/ldconfig
+
+%files -n libbasicobjects
+%defattr(-,root,root,-)
+%doc COPYING
+%doc COPYING.LESSER
+%{_libdir}/libbasicobjects.so.0
+%{_libdir}/libbasicobjects.so.0.0.0
+
+%files -n libbasicobjects-devel
+%defattr(-,root,root,-)
+%{_includedir}/simplebuffer.h
+%{_libdir}/libbasicobjects.so
+%{_libdir}/pkgconfig/basicobjects.pc
+
+##############################################################################
 # ini_config
 ##############################################################################
 
@@ -251,10 +286,6 @@ structure
 %prep
 %setup -q
 
-%patch0001 -p1
-%patch0002 -p1
-%patch0003 -p1
-
 %build
 %configure \
     --disable-static
@@ -287,6 +318,10 @@ rm -f */doc/html/installdox
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri May 25 2012 Jan Zeleny <jzeleny at redhat.com> - 0.2.91-1
+- Rebase to 0.3.0beta1, changelog available at
+  https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.2.91
+
 * Tue Mar 06 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.1.3-8
 - Make path_concat return empty string on ENOBUFS
 
diff --git a/sources b/sources
index 26e72b6..ab59ea1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4f5e03b0b1bd0ab765902a7a466f749  ding-libs-0.1.3.tar.gz
+7d9306ea4f0c2d6ef657c772abd2a8fd  ding-libs-0.2.91.tar.gz


More information about the scm-commits mailing list