Dominique Leuenberger 2020-03-25 22:50:20 +00:00 committed by Git OBS Bridge
commit 0069e232a0
5 changed files with 26 additions and 7 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url" mode="disabled"> <service name="download_url" mode="disabled">
<param name="host">waf.io</param> <param name="host">waf.io</param>
<param name="protocol">https</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> </service>
</services> </services>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a460621545c69fca8dff66b22220d829d574ec964c730b626c2add2fbea2a66f
size 625411

View File

@ -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> Wed Feb 6 03:57:31 UTC 2019 - Marguerite Su <i@marguerite.su>

View File

@ -1,7 +1,7 @@
# #
# spec file for package semantik # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: semantik Name: semantik
Version: 1.2.1 Version: 1.2.4
Release: 0 Release: 0
Summary: A mindmapping-like tool Summary: A mindmapping-like tool
License: GPL-3.0-only AND GPL-2.0-only License: GPL-3.0-only AND GPL-2.0-only
Group: Productivity/Office/Other Group: Productivity/Office/Other
Url: https://waf.io/semantik.html URL: https://waf.io/semantik.html
Source0: https://waf.io/%{name}-%{version}.tar.bz2 Source0: https://waf.io/%{name}-%{version}.tar.bz2
Source1: %{name}.1 Source1: %{name}.1
BuildRequires: ImageMagick BuildRequires: ImageMagick
@ -97,6 +97,7 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%license LICENSE
%doc ChangeLog README %doc ChangeLog README
%{_bindir}/semantik* %{_bindir}/semantik*
%{_libdir}/lib*.so* %{_libdir}/lib*.so*