Hello community,

here is the log from the commit of package mdbtools for openSUSE:Factory 
checked in at 2013-05-02 11:24:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mdbtools (Old)
 and      /work/SRC/openSUSE:Factory/.mdbtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mdbtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mdbtools/mdbtools.changes        2011-11-25 
23:05:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mdbtools.new/mdbtools.changes   2013-05-02 
11:24:05.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Apr 29 14:22:02 UTC 2013 - mhruse...@suse.com
+
+- migrated to the new upstream version 0.7
+  https://github.com/brianb/mdbtools
+- no detailed changelog
+
+-------------------------------------------------------------------

Old:
----
  mdbtools-0.5-gnome_prefix.diff
  mdbtools-0.5-no_gmdb_h.diff
  mdbtools-0.6pre1.tar.bz2
  mdbtools-aliasingandendianness.patch
  mdbtools-codecleanup.patch
  mdbtools-declare_yyinput.patch
  mdbtools-doublefree.patch
  mdbtools-null.patch
  mdbtools-off_by_one.patch
  mdbtools-retvals.patch
  mdbtools-uninit.patch
  parallelmake.patch

New:
----
  mdbtools-0.7.tar.gz

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

Other differences:
------------------
++++++ mdbtools.spec ++++++
--- /var/tmp/diff_new_pack.Ceshu7/_old  2013-05-02 11:24:07.000000000 +0200
+++ /var/tmp/diff_new_pack.Ceshu7/_new  2013-05-02 11:24:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mdbtools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,116 +15,99 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           mdbtools
 %define gnome_prefix %(pkg-config libgnomeui-2.0 --variable=prefix)
 %define gnome_datadir %{gnome_prefix}/share
-BuildRequires:  bison flex libglade2-devel libgnomeui-devel readline-devel 
unixODBC-devel
-BuildRequires:  libtool scrollkeeper update-desktop-files
-Url:            http://mdbtools.sourceforge.net
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libglade2-devel
+BuildRequires:  libgnomeui-devel
+BuildRequires:  libtool
+BuildRequires:  readline-devel
+BuildRequires:  scrollkeeper
+BuildRequires:  unixODBC-devel
+BuildRequires:  update-desktop-files
+Url:            https://github.com/brianb/mdbtools
+Version:        0.7
+Release:        0
+Summary:        A Suite of Libraries and Programs to Access Microsoft Access 
Databases
 License:        GPL-2.0+
 Group:          Productivity/Databases/Tools
-Version:        0.6pre1
-Release:        18
-Provides:       mdbtools = 20070410cvs
-Summary:        A Suite of Libraries and Programs to Access Microsoft Access 
Databases
-Source:         mdbtools-%{version}.tar.bz2
+Source:         mdbtools-%{version}.tar.gz
 Source1:        gmdb2.desktop
-Patch:          mdbtools-doublefree.patch
-Patch1:         mdbtools-off_by_one.patch
-Patch2:         mdbtools-0.5-gnome_prefix.diff
-Patch3:         mdbtools-aliasingandendianness.patch
-Patch4:         mdbtools-retvals.patch
-Patch5:         mdbtools-null.patch
-Patch6:         mdbtools-uninit.patch
-Patch7:         mdbtools-0.5-no_gmdb_h.diff
-Patch8:         mdbtools-declare_yyinput.patch
-Patch9:         mdbtools-codecleanup.patch
-Patch10:        parallelmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Mdbtools contains: mdb-dump   -- simple hex dump utility for looking at
-mdb files mdb-schema -- prints DDL for the specified table mdb-export
--- export table to CSV format mdb-tables -- a simple dump of table
-names to be used with shell scripts mdb-header -- generates a C header
-to be used in exporting mdb data to a C prog mdb-parsecvs -- generates
-a C program given a CSV file made with mdb-export mdb-sql -- demo SQL
-engine program mdb-ver -- print version of database
-
-
+Mdbtools contains:
+mdb-dump -- simple hex dump utility for looking at mdb files
+mdb-schema -- prints DDL for the specified table
+mdb-export -- export table to CSV format
+mdb-tables -- a simple dump of table names to be used with shell scripts
+mdb-header -- generates a C header to be used in exporting mdb data to a C prog
+mdb-parsecvs -- generates a C program given a CSV file made with mdb-export
+mdb-sql -- demo SQL engine program
+mdb-ver -- print version of database
 
 %package devel
-License:        GPL-2.0+
-Requires:       glib2-devel unixODBC-devel flex
 Requires:       %{name} = %{version}
 Requires:       %{name}-odbc = %{version}
-Group:          Development/Libraries/C and C++
+Requires:       flex
+Requires:       glib2-devel
+Requires:       unixODBC-devel
 Summary:        All files necessary for development with the MDB Tools 
libraries
+Group:          Development/Libraries/C and C++
 
 %description devel
-Mdbtools contains: mdb-dump   -- simple hex dump utility for looking at
-mdb files mdb-schema -- prints DDL for the specified table mdb-export
--- export table to CSV format mdb-tables -- a simple dump of table
-names to be used with shell scripts mdb-header -- generates a C header
-to be used in exporting mdb data to a C prog mdb-parsecvs -- generates
-a C program given a CSV file made with mdb-export mdb-sql -- demo SQL
-engine program mdb-ver -- print version of database
-
-
+Mdbtools contains:
+mdb-dump -- simple hex dump utility for looking at mdb files
+mdb-schema -- prints DDL for the specified table
+mdb-export -- export table to CSV format
+mdb-tables -- a simple dump of table names to be used with shell scripts
+mdb-header -- generates a C header to be used in exporting mdb data to a C prog
+mdb-parsecvs -- generates a C program given a CSV file made with mdb-export
+mdb-sql -- demo SQL engine program
+mdb-ver -- print version of database
 
 %package gui
-License:        GPL-2.0+
-Group:          Productivity/Databases/Tools
 Summary:        A Suite of libraries and programs to access Microsoft Access 
databases
+Group:          Productivity/Databases/Tools
 
 %description gui
-Mdbtools contains: mdb-dump   -- simple hex dump utility for looking at
-mdb files mdb-schema -- prints DDL for the specified table mdb-export
--- export table to CSV format mdb-tables -- a simple dump of table
-names to be used with shell scripts mdb-header -- generates a C header
-to be used in exporting mdb data to a C prog mdb-parsecvs -- generates
-a C program given a CSV file made with mdb-export mdb-sql -- demo SQL
-engine program mdb-ver -- print version of database
-
-
+Mdbtools contains:
+mdb-dump -- simple hex dump utility for looking at mdb files
+mdb-schema -- prints DDL for the specified table
+mdb-export -- export table to CSV format
+mdb-tables -- a simple dump of table names to be used with shell scripts
+mdb-header -- generates a C header to be used in exporting mdb data to a C prog
+mdb-parsecvs -- generates a C program given a CSV file made with mdb-export
+mdb-sql -- demo SQL engine program
+mdb-ver -- print version of database
 
-%package odbc
-License:        GPL-2.0+
-Group:          Productivity/Databases/Tools
+%package -n libmdbodbc1
 Summary:        MDB Tools ODBC driver for unixODBC
+Group:          Productivity/Databases/Tools
+Provides:       mdbtools-odbc = %{version}
+Obsoletes:      mdbtools-odbc < %{version}
 
-%description odbc
-Mdbtools contains: mdb-dump   -- simple hex dump utility for looking at
-mdb files mdb-schema -- prints DDL for the specified table mdb-export
--- export table to CSV format mdb-tables -- a simple dump of table
-names to be used with shell scripts mdb-header -- generates a C header
-to be used in exporting mdb data to a C prog mdb-parsecvs -- generates
-a C program given a CSV file made with mdb-export mdb-sql -- demo SQL
-engine program mdb-ver -- print version of database
-
-
+%description -n libmdbodbc1
+Mdbtools contains:
+mdb-dump -- simple hex dump utility for looking at mdb files
+mdb-schema -- prints DDL for the specified table
+mdb-export -- export table to CSV format
+mdb-tables -- a simple dump of table names to be used with shell scripts
+mdb-header -- generates a C header to be used in exporting mdb data to a C prog
+mdb-parsecvs -- generates a C program given a CSV file made with mdb-export
+mdb-sql -- demo SQL engine program
+mdb-ver -- print version of database
 
 %prep
 %setup -q
-%patch
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6
-%patch7
-%patch8
-%patch9
-%patch10 -p1
 
 %build
 autoreconf -f -i
 %configure --disable-static --with-pic --with-unixodbc=%{_usr}
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?jobs:-j%jobs} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %check
 make check
@@ -142,23 +125,24 @@
 
 %postun -p /sbin/ldconfig
 
-%post odbc -p /sbin/ldconfig
+%post -n libmdbodbc1 -p /sbin/ldconfig
 
-%postun odbc -p /sbin/ldconfig
+%postun -n libmdbodbc1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc README AUTHORS COPYING NEWS HACKING ChangeLog TODO
 /usr/bin/mdb-*
-%_libdir/libmdb.so.1
-%_libdir/libmdb.so.1.0.0
-%_libdir/libmdbsql.so.1
-%_libdir/libmdbsql.so.1.0.0
+%_libdir/libmdb.so.2
+%_libdir/libmdb.so.2.0.0
+%_libdir/libmdbsql.so.2
+%_libdir/libmdbsql.so.2.0.0
 %doc %_mandir/man1/mdb-*.1*
 
 %files devel
 %defattr(-,root,root)
 /usr/include/mdb*.h
+/usr/include/gmdb.h
 /usr/include/connectparams.h
 %_libdir/libmdbsql.so
 %_libdir/libmdb.so
@@ -172,10 +156,11 @@
 %gnome_datadir/gmdb
 %doc %gnome_datadir/gnome/help/gmdb
 %gnome_datadir/applications/gmdb2.desktop
+%_mandir/man1/gmdb2.1*
 
-%files odbc
+%files -n libmdbodbc1
 %defattr(-,root,root)
-%_libdir/libmdbodbc.so.0
-%_libdir/libmdbodbc.so.0.0.0
+%_libdir/libmdbodbc.so.1
+%_libdir/libmdbodbc.so.1.0.0
 
 %changelog

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

Reply via email to