Hello community,

here is the log from the commit of package libdbi for openSUSE:Factory checked 
in at 2014-04-26 10:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdbi (Old)
 and      /work/SRC/openSUSE:Factory/.libdbi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdbi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdbi/libdbi.changes    2013-09-09 
19:43:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdbi.new/libdbi.changes       2014-04-26 
10:05:39.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 17 14:55:28 UTC 2014 - jeng...@inai.de
+
+- Update to git snapshot 0.9.0+git23
+* api: offer DATETIME fields also as a "struct tm"
+
+-------------------------------------------------------------------

Old:
----
  libdbi-0.9.0.tar.gz

New:
----
  libdbi-0.9.0.g23.tar.xz

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

Other differences:
------------------
++++++ libdbi.spec ++++++
--- /var/tmp/diff_new_pack.vcZ7VR/_old  2014-04-26 10:05:39.000000000 +0200
+++ /var/tmp/diff_new_pack.vcZ7VR/_new  2014-04-26 10:05:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdbi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,33 @@
 
 
 Name:           libdbi
-%define lname  libdbi1
-Version:        0.9.0
+%define lname  libdbi3
+Version:        0.9.0.g23
+#Snapshot:     libdbi-0.9.0-23-gef3e376
 Release:        0
 Summary:        Database Independent Abstraction Layer for C
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Url:            http://libdbi.sf.net/
+URL:            http://libdbi.sf.net/
 
-Source:         http://downloads.sf.net/libdbi/%name-%version.tar.gz
+#Source:         http://downloads.sf.net/libdbi/%name-%version.tar.gz
+Source:         %name-%version.tar.xz
 Source2:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRoot:      %_tmppath/%name-%version-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  xz
+%define build_doc 1
+%if %build_doc
+# Only needed when doc is not already prebuilt
+BuildRequires:  docbook-dsssl-stylesheets
+BuildRequires:  openjade
+BuildRequires:  texlive-collection-fontsrecommended
+BuildRequires:  texlive-jadetex
+BuildRequires:  texlive-pdftex-bin
+%endif
 
 %description
 libdbi implements a database-independent abstraction layer in C,
@@ -36,11 +51,11 @@
 code, programmers can leverage the power of multiple databases and
 multiple simultaneous database connections by using this framework.
 
-%package -n %{lname}
+%package -n %lname
 Summary:        Database Independent Abstraction Layer for C
 Group:          System/Libraries
 
-%description -n %{lname}
+%description -n %lname
 libdbi implements a database-independent abstraction layer in C,
 similar to the DBI/DBD layer in Perl. Writing one generic set of
 code, programmers can leverage the power of multiple databases and
@@ -49,39 +64,38 @@
 %package devel
 Summary:        Development files for libdbi (Database Independent Abstraction 
Layer for C)
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       %lname = %version
 
 %description devel
 The libdbi-devel package contains the header files and documentation
 needed to develop applications with libdbi.
 
 %prep
-%setup -q
-sed -i s,\-O20,\-O3,g configure
+%setup -qn %name
 
 %build
-%configure --disable-docs --disable-static
+autoreconf -fi
+sed -i s,\-O20,\-O3,g configure
+%configure --disable-static --docdir="%_docdir/%name"
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm %buildroot/%{_libdir}/libdbi.la
-rm README.win32
+make install DESTDIR="%buildroot"
+rm README.win32 "%buildroot/%_libdir/libdbi.la"
+
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README*
-%{_libdir}/libdbi.so.*
+%_libdir/libdbi.so.3*
 
 %files devel
 %defattr(-,root,root)
-%doc TODO doc/programmers-guide.pdf doc/programmers-guide/ 
doc/driver-guide.pdf doc/driver-guide/
 %_includedir/dbi/
-%{_libdir}/libdbi.so
+%_libdir/libdbi.so
 %_libdir/pkgconfig/dbi.pc
-
-%post -n %{lname} -p /sbin/ldconfig
-
-%postun -n %{lname} -p /sbin/ldconfig
+%_docdir/%name/
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.vcZ7VR/_old  2014-04-26 10:05:39.000000000 +0200
+++ /var/tmp/diff_new_pack.vcZ7VR/_new  2014-04-26 10:05:39.000000000 +0200
@@ -1,4 +1,4 @@
-libdbi1
+libdbi3
 libdbi-devel
        requires -libdbi-<targettype>
-       requires "libdbi1-<targettype> = <version>"
+       requires "libdbi3-<targettype> = <version>"

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

Reply via email to