Hello community,

here is the log from the commit of package sqlitebrowser for openSUSE:Factory 
checked in at 2017-09-04 12:30:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlitebrowser (Old)
 and      /work/SRC/openSUSE:Factory/.sqlitebrowser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlitebrowser"

Mon Sep  4 12:30:35 2017 rev:9 rq:519688 version:3.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes      
2017-01-24 10:38:06.750269861 +0100
+++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new/sqlitebrowser.changes 
2017-09-04 12:30:36.955654839 +0200
@@ -1,0 +2,34 @@
+Wed Aug 30 14:24:07 UTC 2017 - mplus...@suse.com
+
+- Correct license
+- Use more cmake macros
+- Use shared qscintilla library
+
+-------------------------------------------------------------------
+Tue Aug 29 16:59:44 UTC 2017 - wba...@tmo.at
+
+- update to version 3.10.0
+  * Highlights
+    - DBHub.io integration
+      + Uploading and downloading of databases works
+      + Branching, forking, starring works, as does creating tags and releases
+      + There's a 100MB per database limit at the moment though, as it's still 
in development
+      + Backups aren't done on it (yet), so don't use it as your only place 
for storing important things (!!!)
+      + The front page is... not great. We're working on it.
+      + Still lots of upcoming stuff needing to be done. An API to query your 
databases, a cli, merging, discussions/issues
+      + Please report bugs, ideas, suggestions (etc) on the dbhub.io repo 
issue tracker as you find them.
+    - Many plot improvements (NULL values, progress dialog, remember settings, 
better colours, and bug fixes)
+    - Better table editing (foreign key editor, toggling the WITHOUT ROWID 
flag, temporary tables, ...)
+    - Better Import CSV dialog. It can now handle multiple CSV files at once
+    - Improved Index dialog and better index handling in general
+    - Better handling of virtual tables
+    - Filter improvements (ranges, NULL search)
+    - The usual improvements to the grammar parser
+  * See the full list of changes under
+    https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.0
+- switch back to cmake build
+- use system antlr on openSUSE, the problems seem to be fixed
+- unconditionally build with Qt5, Qt4 support has been dropped in
+  this release
+
+-------------------------------------------------------------------

Old:
----
  sqlitebrowser-3.9.1.tar.gz

New:
----
  sqlitebrowser-3.10.0.tar.gz

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

Other differences:
------------------
++++++ sqlitebrowser.spec ++++++
--- /var/tmp/diff_new_pack.ALUcej/_old  2017-09-04 12:30:37.823532816 +0200
+++ /var/tmp/diff_new_pack.ALUcej/_new  2017-09-04 12:30:37.827532254 +0200
@@ -17,35 +17,34 @@
 
 
 Name:           sqlitebrowser
-Version:        3.9.1
+Version:        3.10.0
 Release:        0
 Summary:        Create, design and edit SQLite Databases
-License:        GPL-3.0+ or MPL-2.0
+License:        GPL-3.0+ AND MPL-2.0
 Group:          Productivity/Office/Organizers
 Url:            http://sqlitebrowser.org/
 Source0:        
https://github.com/sqlitebrowser/sqlitebrowser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        sqlitebrowser.1
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqscintilla_qt5-devel
+BuildRequires:  libqt5-linguist-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(sqlite3)
 Requires(post): hicolor-icon-theme
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme
 Requires(postun): update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # not on SLE-12
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
-#BuildRequires:  antlr-devel
-BuildRequires:  libqt5-linguist-devel
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(glib-2.0)
-%else
-BuildRequires:  libqt4-devel
+BuildRequires:  antlr-devel
 %endif
 
 %description
@@ -71,21 +70,18 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
-    %qmake CONFIG+=debug
-%else
-    %qmake5 CONFIG+=debug
-%endif
-
-make %{?_smp_mflags}
+%cmake \
+  -DQSCINTILLA_INCLUDE_DIR=%{_includedir}/qt5/Qsci \
+  -DQSCINTILLA_LIBRARY=%{_libdir}/libqscintilla2_qt5.so \
+  -DBUILD_SHARED_LIBS=OFF \
+  -Wno-dev
+%make_jobs
 
 %install
-install -Dm 0755 src/%{name} %{buildroot}/%{_bindir}/%{name}
-install -Dm 0644 distri/%{name}.desktop.appdata.xml 
%{buildroot}/%{_datadir}/appdata/%{name}.desktop.appdata.xml
-install -Dm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/%{name}.1
-install -Dm 0644 src/icons/%{name}.png 
%{buildroot}/%{_datadir}/pixmaps/%{name}.png
-install -Dm 0644 src/icons/%{name}.png 
%{buildroot}/%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
-mkdir -p %{buildroot}/%{_datadir}/applications 
+%cmake_install
+mkdir -p %{buildroot}/%{_bindir} 
%{buildroot}/%{_datadir}/{applications,pixmaps}
+install -D -m 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/%{name}.1
+install    -m 0644 images/%{name}.png 
%{buildroot}/%{_datadir}/pixmaps/%{name}.png
 cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF
 [Desktop Entry]
 Categories=Application;Network;GNOME;GTK;System;X-SuSE-ServiceConfiguration;
@@ -108,7 +104,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 %doc README.md LICENSE currentrelease
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{_bindir}/%{name}

++++++ sqlitebrowser-3.9.1.tar.gz -> sqlitebrowser-3.10.0.tar.gz ++++++
++++ 155037 lines of diff (skipped)


Reply via email to