From d5ed9fb5938245af0a9c0151b25066ef2056e0ca984e6dd6fc19a8194dfbf287 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 25 Oct 2007 23:57:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vym?expand=0&rev=8 --- vym-1.10.1.tar.bz2 | 3 --- vym-1.11.0.tar.bz2 | 3 +++ vym.changes | 21 +++++++++++++++++++++ vym.spec | 20 ++++++++++++++++---- 4 files changed, 40 insertions(+), 7 deletions(-) delete mode 100644 vym-1.10.1.tar.bz2 create mode 100644 vym-1.11.0.tar.bz2 diff --git a/vym-1.10.1.tar.bz2 b/vym-1.10.1.tar.bz2 deleted file mode 100644 index 2eeb071..0000000 --- a/vym-1.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c3033511f3b04731f18d08c3e0d9375382d68d656af32281881fd2bf68edde5 -size 2797721 diff --git a/vym-1.11.0.tar.bz2 b/vym-1.11.0.tar.bz2 new file mode 100644 index 0000000..4c86ebf --- /dev/null +++ b/vym-1.11.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9899ebea3c4bb6d6599c1ea0454d35abc997457bf5d40014095beea6717983 +size 2800006 diff --git a/vym.changes b/vym.changes index 976af43..4107f1f 100644 --- a/vym.changes +++ b/vym.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Oct 24 14:11:36 CEST 2007 - uwedr@suse.de + +- Feature: Improved ascii export +- Bugfix: Present flag now does not set down arrows any longer + +------------------------------------------------------------------- +Tue Oct 23 13:11:52 CEST 2007 - uwedr@suse.de + +- Bugfix: included more for compiling with new gcc 4.3 + +------------------------------------------------------------------- +Fri Oct 19 18:08:27 CEST 2007 - uwedr@suse.de + +- Version: 1.11.0 +- Feature: Added patches from Till Maas for better path handling to ease + integration into various operating systems +- Feature: Added patch from Till Maas to use xdg-open as default browser +- Feature: Added patch from ????? to sort branches lexically +- Feature: Added patches from Juha Ruotsalainen for compiling on win32 + ------------------------------------------------------------------- Tue Oct 16 11:51:43 CEST 2007 - uwedr@suse.de diff --git a/vym.spec b/vym.spec index c521e3b..e9013c5 100644 --- a/vym.spec +++ b/vym.spec @@ -1,5 +1,5 @@ # -# spec file for package vym (Version 1.10.1) +# spec file for package vym (Version 1.11.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,7 +18,7 @@ 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.10.1 +Version: 1.11.0 Release: 1 Source0: %name-%version.tar.bz2 Source1: %name.desktop @@ -41,7 +41,7 @@ Authors: %setup -q %build -qmake -o Makefile vym.pro INSTALLDIR=%{buildroot}/usr +qmake -o Makefile vym.pro PREFIX=%_prefix #PREFIX=%{buildroot}/usr make %install @@ -50,7 +50,7 @@ install -m 0644 icons/vym.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} install -m 0644 README.txt LICENSE.txt INSTALL.txt $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} install -m 0644 doc/*.pdf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} -make install +%makeinstall INSTALL_ROOT=$RPM_BUILD_ROOT %suse_update_desktop_file -i %name Office ProjectManagement mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/ @@ -68,6 +68,18 @@ rm -rf $RPM_BUILD_ROOT #%doc demos %doc %{_defaultdocdir}/%{name} %changelog +* Wed Oct 24 2007 - uwedr@suse.de +- Feature: Improved ascii export +- Bugfix: Present flag now does not set down arrows any longer +* Tue Oct 23 2007 - uwedr@suse.de +- Bugfix: included more for compiling with new gcc 4.3 +* Fri Oct 19 2007 - uwedr@suse.de +- Version: 1.11.0 +- Feature: Added patches from Till Maas for better path handling to ease + integration into various operating systems +- Feature: Added patch from Till Maas to use xdg-open as default browser +- Feature: Added patch from ????? to sort branches lexically +- Feature: Added patches from Juha Ruotsalainen for compiling on win32 * Tue Oct 16 2007 - uwedr@suse.de - Bugfix: included for compiling in beta * Thu Oct 04 2007 - uwedr@suse.de