forked from pool/sqlitebrowser
Accepting request 324700 from server:database
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/324700 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlitebrowser?expand=0&rev=5
This commit is contained in:
commit
074e4d41e5
3
sqlitebrowser-3.7.0.tar.gz
Normal file
3
sqlitebrowser-3.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3093a1dcf5b3138c1adf29857d62249ab2b068e70b001869a31151763e28cc3a
|
||||
size 1509766
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:771ac4e9e0f6da546e49ba13083dc8a3cf3dbaa3271a1617b7e57dbd97a087bd
|
||||
size 885009
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 12:29:25 UTC 2015 - stephan.barth@suse.com
|
||||
|
||||
- update to version 3.7.0
|
||||
* Among many bug fixes 3.7.0 also contains these upstream enhancements:
|
||||
- Add option to remember last location for file dialogs
|
||||
- Add option for setting the font used in the SQL code editor
|
||||
- Preserve filters in Browse Data tab when changing tabs
|
||||
- Allow setting the line type and the point shape in the plot area
|
||||
- Add a 'Copy Create statement' popup action to Database Browser tab
|
||||
See the full list of 3.7.0 changes under
|
||||
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.7.0
|
||||
* Major new features that were added by upstream for version 3.6.0:
|
||||
- Better SQL export
|
||||
- REGEXP support (see the wiki page for details...)
|
||||
- NULL value highlighting - customisable in the preferences
|
||||
See the full list of 3.6.0 changes under
|
||||
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 28 21:32:32 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: sqlitebrowser
|
||||
Version: 3.5.1
|
||||
Version: 3.7.0
|
||||
Release: 0
|
||||
Summary: Create, design and edit SQLite Databases
|
||||
License: GPL-3.0+ or MPL-2.0
|
||||
Group: Productivity/Office/Organizers
|
||||
Url: https://github.com/rp-/sqlitebrowser/
|
||||
# https://github.com/rp-/sqlitebrowser/releases
|
||||
Source0: sqlitebrowser-sqlitebrowser-0ddf048.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: sqlitebrowser.1
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
@ -72,7 +72,7 @@ to:
|
||||
* Examine a log of all SQL commands issued by the application
|
||||
|
||||
%prep
|
||||
%setup -q -n sqlitebrowser-sqlitebrowser-0ddf048
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%optflags"
|
||||
@ -120,6 +120,8 @@ rm -fr %{buildroot}
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/*
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/%{name}.desktop.appdata.xml
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/icons/hicolor/*/apps/sqlitebrowser.png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user