OBS User unknown
2008-11-03 13:42:49 +00:00
committed by Git OBS Bridge
parent 8acfc8aadd
commit 7f9403b88f
4 changed files with 65 additions and 8 deletions

View File

@@ -1,10 +1,17 @@
#
# spec file for package vym (Version 1.12.0)
# spec file for package vym (Version 1.12.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -20,8 +27,8 @@ Url: http://www.insilmaril.de/vym/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: VYM (View Your Mind) generate and manipulate maps which show your thoughts
Version: 1.12.0
Release: 9
Version: 1.12.2
Release: 1
Source0: %name-%version.tar.bz2
Source1: %name.desktop
Source2: x-%name.desktop
@@ -73,6 +80,22 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_defaultdocdir}/%{name}
%changelog
* Mon Oct 06 2008 uwedr@suse.de
- Bugfix: Updated chinese translation from Moligaloo
* Sun Oct 05 2008 uwedr@suse.de
- Version: 1.12.2
- Bugfix: No more segfault for "delete & keep childs" on MapCenter
* Sun Jul 27 2008 uwedr@suse.de
- Version: 1.12.1
* Sun Jul 27 2008 uwedr@suse.de
- Bugfix: Animation timer didn't stop after animation was done, which
caused high load
* Thu Jul 17 2008 uwedr@suse.de
- Bugfix: Deleting an animated part no longer segfaults
- Bugfix: smaller image for export to elliminate pixel jitter on right
side
* Fri Jul 11 2008 uwedr@suse.de
- Bugfix: bnc#407600 vym fails with non-ASCI characters in path names
* Sun Jun 08 2008 uwedr@suse.de
- Bugfix: bnc#396365 vym cannot load maps saved with Qt 4.4
* Wed May 14 2008 uwedr@suse.de