Accepting request 788356 from Education
OBS-URL: https://build.opensuse.org/request/show/788356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/semantik?expand=0&rev=18
This commit is contained in:
commit
0069e232a0
2
_service
2
_service
@ -2,6 +2,6 @@
|
||||
<service name="download_url" mode="disabled">
|
||||
<param name="host">waf.io</param>
|
||||
<param name="protocol">https</param>
|
||||
<param name="path">/semantik-1.2.1.tar.bz2</param>
|
||||
<param name="path">/semantik-1.2.4.tar.bz2</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33901309d2127ba45e8e9c345729e9565eea7a45952b7bfdf22ef3838dfb0e84
|
||||
size 617115
|
3
semantik-1.2.4.tar.bz2
Normal file
3
semantik-1.2.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a460621545c69fca8dff66b22220d829d574ec964c730b626c2add2fbea2a66f
|
||||
size 625411
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 13:29:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 1.2.4
|
||||
* Eliminate drawing artifacts
|
||||
* Eliminate grid alignment issues on diagrams
|
||||
* Improve label positioning on diagrams
|
||||
* Italian translations
|
||||
* Fix stale connections when disconnecting multiple references
|
||||
* Fix broken flags #98
|
||||
* Fix shortcuts configurability #96
|
||||
* Fix diagram thumbnail display on item selection
|
||||
* Add 'nocaption' to disable picture captions in LaTeX
|
||||
* Add 'disable_row_header' and 'disable_col_header' to improve
|
||||
table exports
|
||||
* Add 'disable_slide' to limit extra Beamer slides
|
||||
* Paint long branches with a lighter color
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 03:57:31 UTC 2019 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package semantik
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: semantik
|
||||
Version: 1.2.1
|
||||
Version: 1.2.4
|
||||
Release: 0
|
||||
Summary: A mindmapping-like tool
|
||||
License: GPL-3.0-only AND GPL-2.0-only
|
||||
Group: Productivity/Office/Other
|
||||
Url: https://waf.io/semantik.html
|
||||
URL: https://waf.io/semantik.html
|
||||
Source0: https://waf.io/%{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.1
|
||||
BuildRequires: ImageMagick
|
||||
@ -97,6 +97,7 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license LICENSE
|
||||
%doc ChangeLog README
|
||||
%{_bindir}/semantik*
|
||||
%{_libdir}/lib*.so*
|
||||
|
Loading…
Reference in New Issue
Block a user