forked from pool/sqlitebrowser
Accepting request 451660 from home:frispete:PyQt5
OBS-URL: https://build.opensuse.org/request/show/451660 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=25
This commit is contained in:
parent
54a168d395
commit
d9b1cdae76
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f638a751bccde4bf0305a75685e2a72d26fc3e3a69d7e15fd84573f88c1a4d92
|
||||
size 1538043
|
3
sqlitebrowser-3.9.1.tar.gz
Normal file
3
sqlitebrowser-3.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0d2e06a69927ba1d0b955f3261ce70c61befc5bd5ddaa06752dae8bb4219ed8
|
||||
size 1704713
|
@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 12:38:53 UTC 2017 - hpj@urpla.net
|
||||
|
||||
- switch to qmake build: cmake is badly broken ATM
|
||||
- update to version 3.9.1
|
||||
* Major features
|
||||
- DBHub.io was recently announced.
|
||||
- Future releases of DB Browser for SQLite will optionally be able to save and retrieve your SQLite databases "in the cloud".
|
||||
- You can enable/disable this new submenu in Preferences.
|
||||
|
||||
* Enhancements
|
||||
- Decreased lagging with long strings (further work still needed) - #761 (thanks to @innermous and @MKleusberg)
|
||||
- Indicate when display strings are being truncated - #767 (thanks to @justinclift)
|
||||
- Focus the newly created field after clicking 'Add field' - 64ee665 (thanks to @Revolter)
|
||||
- Improved Execute current SQL line action - #780, 45affc9, 531eddb (thanks to @Revolter)
|
||||
|
||||
* Bug fixes
|
||||
- Fixed default font selected being incorrectly detected - b15c7f2, 49786e1 (thanks to @innermous and @justinclift)
|
||||
- Increased custom Page Size upper limit - e12e043 (thanks to @MKleusberg)
|
||||
- Fixed program not being able to uninstall from "Programs and Features" in Windows 7 - 90c094e (thanks to @justinclift)
|
||||
- Fixed executing current line action incorrectly logging the entire SQL - 55d8905 (thanks to @Revolter)
|
||||
- Added HTML entities escaping in output when executing SQL - b9dd11d (thanks to @innermous)
|
||||
- Fixed Indexes with spaces around their name not being able to be deleted - 8be2c54 (thanks to @MKleusberg)
|
||||
- Removed quotes around content when a single cell is copied - 8c510ff (thanks to @Revolter)
|
||||
- Help button should not be present in Windows title bar - #796 (thanks to @schdub)
|
||||
|
||||
- update to version 3.9.0
|
||||
It's been yet another half a year (more precisely, 8 months) since the previous version 3.8.0 was released, and a lot of good things happened.
|
||||
* Major features
|
||||
- Strong encryption is now supported on Windows, using SQLCipher! - 5d98a19 (thanks to @huy-cong and @justinclift for figuring this out)
|
||||
- Keyboard navigation in the "Browse Data" tab now works well
|
||||
- Our releases are now digitally signed on both Windows and MacOS
|
||||
|
||||
* Enhancements
|
||||
- Add Fedora install instructions - #467, #470 (thanks to @subdriven)
|
||||
- Add Windows DATE display format - #471 (thanks to @MyRoGeertGit)
|
||||
- Remove ampersands from windows title - d9d2f96 (thanks to @MKleusberg)
|
||||
- Feature request: Option to turn off "intellisense"-like suggestions - #537 (thanks to @MKleusberg)
|
||||
- Add select and deselect all options for Export SQL dialog - #549 (thanks to @wierzba3)
|
||||
- Add Homebrew Cask install instructions - #564, #566 (thanks to @timbroder)
|
||||
- Add decimal support to display format - #569 (thanks to @jungle-boogie)
|
||||
- Add Edit Database Cell update when selecting a cell from the Execute SQL tab - #570 (thanks to @larsimmisch)
|
||||
- Cannot view binary data on BLOB columns containing image - #580 (thanks to @justinclift)
|
||||
- Update Fedora install instructions - #586, #587 (thanks to @FreedomBen)
|
||||
- Add preference setting for exports line ending - #592, #597 (thanks to @justinclift)
|
||||
- Adjust executable/app name according to the project's name - #593 (thanks to @justinclift)
|
||||
- Add duplicate record option - #594 (thanks to @innermous)
|
||||
- Change default button to No in removal message dialogs - #618 (thanks to @innermous)
|
||||
- Add default field type preference setting - #652 (thanks to @revolter)
|
||||
- Add option to export only the data in an SQL export - c8f0203 (thanks to @MKleusberg)
|
||||
- Remove buggy Edit Dialog and improved Edit Dock - #668, #679 (thanks to @justinclift)
|
||||
- Add Ubuntu install instructions on the website - #671 (thanks to @justinclift)
|
||||
- Add Rackspace logo on the website - 6fda155 (thanks to @justinclift)
|
||||
- Add binary data size to the Edit Dock - #699 (thanks to @revolter)
|
||||
- Update installer .dmg on Mac OS - #693 (thanks to @justinclift and @revolter)
|
||||
- Add Create Index button in the toolbar and fixed Create Index dialog sizing - #704 (thanks to @revolter)
|
||||
- Add backspace alongside delete key for cell empty, for laptops missing the delete key - #705 (thanks to @justinclift)
|
||||
- Optimize choosing displayed text for cell - 6b42af7 (thanks to @innermous)
|
||||
- Improve copy/pasting in ExtendedTableWidget - #709 (thanks to @innermous)
|
||||
- Feature request: We should sign our official releases - #711 (thanks to @justinclift)
|
||||
- Reimplement data handling in the Edit Cell widget - #713 #410 (thanks to @justinclift)
|
||||
|
||||
* Bug fixes
|
||||
- Fix building on CentOS - #572 (thanks to @Maxim-Mazurok)
|
||||
- Fix crash when browsing data in some cases - 730a272 (thanks to @MKleusberg)
|
||||
- Fix font blur on retina displays in the SQL Log - #575 (thanks to @nickberry17)
|
||||
- Fix crash when trying to delete records from empty table - #590 (thanks to @innermous)
|
||||
- Fix database toolbar actions not updating after deleting a table - #600 (thanks to @revolter)
|
||||
- Fix cancel button not working in the Export SQL dialog - #608 (thanks to @justinclift)
|
||||
- Fix Field separator and Quote character preferences not restoring correctly - #609 (thanks to @justinclift)
|
||||
- Fix various small bugs with the quote and separator choices - #611 (thanks to @justinclift)
|
||||
- Fix primary keys not being quoted when creating/modifying tables - 7e0adab (thanks to @MKleusberg)
|
||||
- Fix crash in Browse Data tab when pasting empty string over non-empty cell - 1ce62d7 (thanks to @innermous)
|
||||
- Fix cell Edit Dialog not showing up centered - #644 (thanks to @DelphiGit)
|
||||
- Fix Show rowid column option not correctly refreshing the table view - #645 (thanks to @revolter)
|
||||
- Fix crash when hovering over any row from the rowid column - #646 (thanks to @revolter)
|
||||
- Fix for unquoted path vulnerability in the Windows app - #649 (thanks to @DelphiGit and @justinclift)
|
||||
- Fix incorrect app version in Finder's Info view - #658 (thanks to @revolter)
|
||||
- Fix crash when trying to Export table(s) as CSV in some cases - 2c1ab5b (thanks to @innermous)
|
||||
- Fix navigation keyboard shortcuts not working in Browse Data tab in some cases - 2bcc603 (thanks to @justinclift)
|
||||
- Fix DB Toolbar visibility preference setting not restored in some cases - #666 😈 (thanks to @innermous)
|
||||
- Fix Alt-Delete not setting the selected cell to NULL - #663 (thanks to @justinclift)
|
||||
- Fix transactions not being ignored when executing SQL - #656 (thanks to @revolter)
|
||||
- Fix elements focus order on Tab press - #676 (thanks to @chrisjlocke)
|
||||
- Fix Edit Dialog opening when pressing Enter - a7b5c3f (thanks to @MKleusberg)
|
||||
- Fix Filter Input row in RTL Locales - #685 (thanks to @SafaAlfulaij)
|
||||
- Fix Edit Dock default position - 30d2ce3 (thanks to @revolter)
|
||||
- Fix crash when closing unsaved database (or some other rare cases) - #690 (thanks to @revolter)
|
||||
- Fix font preference settings not being reflected in the Edit Dock - 7eb733b (thanks to @justinclift)
|
||||
- Fix Arabic translations not showing up correctly - #702 (thanks to @justinclift)
|
||||
- Fix cell binary data getting corrupted when trying to edit in place - #708 (thanks to @SafaAlfulaij)
|
||||
- Fix foreign key preview not showing up for foreign keys in the first column - #718 (thanks to @schdub)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 08:32:44 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sqlitebrowser
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sqlitebrowser
|
||||
Version: 3.8.0
|
||||
Version: 3.9.1
|
||||
Release: 0
|
||||
Summary: Create, design and edit SQLite Databases
|
||||
License: GPL-3.0+ or MPL-2.0
|
||||
@ -25,7 +25,6 @@ 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: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: update-desktop-files
|
||||
@ -72,19 +71,21 @@ to:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
-DUSE_QT5=true \
|
||||
%endif
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
|
||||
%qmake CONFIG+=debug
|
||||
%else
|
||||
%qmake5 CONFIG+=debug
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%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
|
||||
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
|
||||
cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF
|
||||
[Desktop Entry]
|
||||
Categories=Application;Network;GNOME;GTK;System;X-SuSE-ServiceConfiguration;
|
||||
|
Loading…
Reference in New Issue
Block a user