Hello community, here is the log from the commit of package gambas3 for openSUSE:Factory checked in at 2018-04-20 17:31:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gambas3 (Old) and /work/SRC/openSUSE:Factory/.gambas3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gambas3" Fri Apr 20 17:31:29 2018 rev:7 rq:598805 version:3.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes 2017-12-15 14:06:22.657742442 +0100 +++ /work/SRC/openSUSE:Factory/.gambas3.new/gambas3.changes 2018-04-20 17:33:54.912867020 +0200 @@ -1,0 +2,11 @@ +Wed Apr 18 12:07:52 UTC 2018 - [email protected] + +- Drop sqlite2 support as it is being obsoleted + +------------------------------------------------------------------- +Tue Mar 6 19:08:50 UTC 2018 - [email protected] + +- use %license macro +- use spdx 3.0 license string + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gambas3.spec ++++++ --- /var/tmp/diff_new_pack.aule2c/_old 2018-04-20 17:33:56.172821326 +0200 +++ /var/tmp/diff_new_pack.aule2c/_new 2018-04-20 17:33:56.176821182 +0200 @@ -1,7 +1,7 @@ # # spec file for package gambas3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012-2015 Lars Vogdt <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -35,7 +35,7 @@ Version: 3.10.0 Release: 0 Summary: BASIC interpreter under Linux -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/IDE Url: http://gambas.sourceforge.net/ Source0: http://sourceforge.net/projects/gambas/files/gambas3/%{name}-%{version}.tar.bz2 @@ -68,7 +68,7 @@ BuildRequires: ncurses-devel BuildRequires: openldap2-devel BuildRequires: postgresql-devel -BuildRequires: sqlite2-devel +BuildRequires: shared-mime-info BuildRequires: unixODBC-devel BuildRequires: update-desktop-files BuildRequires: xdg-utils @@ -100,6 +100,7 @@ BuildRequires: pkgconfig(libpcre) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(librsvg-2.0) +BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(ogg) @@ -110,8 +111,6 @@ BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libv4l2) -BuildRequires: shared-mime-info Requires: %{name}-runtime = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build # Code is not endian clean. @@ -194,7 +193,6 @@ Recommends: %{name}-gb-db-mysql = %{version} Recommends: %{name}-gb-db-odbc = %{version} Recommends: %{name}-gb-db-postgresql = %{version} -Recommends: %{name}-gb-db-sqlite2 = %{version} Recommends: %{name}-gb-db-sqlite3 = %{version} Recommends: %{name}-gb-dbus = %{version} Recommends: %{name}-gb-geom = %{version} @@ -467,16 +465,6 @@ %description gb-db-postgresql This component allows you to access Postgresql databases. -%package gb-db-sqlite2 -Summary: SQLite2 database driver for Gambas -Group: Development/Tools/IDE -Requires: %{name}-gb-db = %{version} -Requires: %{name}-runtime = %{version} -Requires: sqlite2 - -%description gb-db-sqlite2 -This component allows you to access Sqlite v. 2.x databases. - %package gb-db-sqlite3 Summary: SQLite3 database driver for Gambas Group: Development/Tools/IDE @@ -1258,7 +1246,8 @@ %files runtime %defattr(-,root,root) -%doc COPYING ChangeLog README.svn-commit +%license COPYING +%doc ChangeLog README.svn-commit %dir %{_libdir}/%{name} %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/info @@ -1415,13 +1404,6 @@ %{_libdir}/%{name}/gb.db.postgresql.so* %{_datadir}/%{name}/info/gb.db.postgresql.* -%files gb-db-sqlite2 -%defattr(-,root,root) -%{_libdir}/%{name}/gb.db.sqlite2.component -%{_libdir}/%{name}/gb.db.sqlite2.la -%{_libdir}/%{name}/gb.db.sqlite2.so* -%{_datadir}/%{name}/info/gb.db.sqlite2.* - %files gb-db-sqlite3 %defattr(-,root,root) %{_libdir}/%{name}/gb.db.sqlite3.component
