Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad22511502 |
||
|
|
ec64af49e1 |
||
|
|
8e697638af |
||
|
|
b2153f9efa | ||
|
|
d6bf02e8ea |
||
|
|
46a122f130 |
||
|
|
b80f1ea62d |
||
|
|
462bd793ba |
3 changed files with 37 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -14,3 +14,10 @@
|
|||
/sequeler-0.6.3.tar.gz
|
||||
/sequeler-0.6.4.tar.gz
|
||||
/sequeler-0.6.5.tar.gz
|
||||
/sequeler-0.6.7.tar.gz
|
||||
/sequeler-0.6.8.tar.gz
|
||||
/sequeler-0.6.9.tar.gz
|
||||
/sequeler-0.7.0.tar.gz
|
||||
/sequeler-0.7.1.tar.gz
|
||||
/sequeler-0.7.2.tar.gz
|
||||
/sequeler-0.7.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: sequeler
|
||||
Summary: SQL Client built in Vala
|
||||
Version: 0.6.5
|
||||
Version: 0.7.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
|
||||
|
|
@ -18,11 +18,12 @@ BuildRequires: vala
|
|||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(granite) >= 0.5
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.10
|
||||
BuildRequires: pkgconfig(granite) >= 5.1.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(libgda-5.0)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libssh2)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
|
@ -64,7 +65,7 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
%files -f %{appname}.lang
|
||||
%doc AUTHORS README.md
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
|
||||
%{_bindir}/%{appname}
|
||||
|
||||
|
|
@ -75,6 +76,30 @@ appstream-util validate-relax --nonet \
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 06 2019 Fabio Valentini <decathorpe@gmail.com> - 0.7.3-1
|
||||
- Update to version 0.7.3.
|
||||
|
||||
* Thu Aug 15 2019 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-1
|
||||
- Update to version 0.7.2.
|
||||
|
||||
* Sun Aug 04 2019 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-1
|
||||
- Update to version 0.7.1.
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 0.7.0-2
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
* Mon Apr 15 2019 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-1
|
||||
- Update to version 0.7.0.
|
||||
|
||||
* Sat Apr 06 2019 Fabio Valentini <decathorpe@gmail.com> - 0.6.9-1
|
||||
- Update to version 0.6.9.
|
||||
|
||||
* Sun Mar 24 2019 Fabio Valentini <decathorpe@gmail.com> - 0.6.8-1
|
||||
- Update to version 0.6.8.
|
||||
|
||||
* Wed Feb 27 2019 Fabio Valentini <decathorpe@gmail.com> - 0.6.7-1
|
||||
- Update to version 0.6.7.
|
||||
|
||||
* Sat Dec 22 2018 Fabio Valentini <decathorpe@gmail.com> - 0.6.5-1
|
||||
- Update to version 0.6.5.
|
||||
|
||||
|
|
@ -129,4 +154,3 @@ appstream-util validate-relax --nonet \
|
|||
* Wed Jan 03 2018 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
|
||||
- Initial package for fedora.
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (sequeler-0.6.5.tar.gz) = e00583fff053b86d15d82a663a63b9cd407de5e31f9149f02fdfd28b012d87711b58cf8de2e17dd0d29ef5f9cc352e1c03dfdff79737475567be8ca90ba724dd
|
||||
SHA512 (sequeler-0.7.3.tar.gz) = 76952ec4505d5f08f8319724e4aec7e5a8558a960e5330508fbe11fa3185683a0be394478e67ab67fdff81f7f952b045ed28b771517f3442bd3e0d4821ee83cf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue