Hello community,

here is the log from the commit of package vym for openSUSE:Factory checked in 
at 2015-09-09 20:20:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vym (Old)
 and      /work/SRC/openSUSE:Factory/.vym.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vym"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vym/vym.changes  2014-09-06 17:05:33.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vym.new/vym.changes     2015-09-09 
20:20:48.000000000 +0200
@@ -1,0 +2,35 @@
+Mon Aug 24 13:10:00 CEST 2015 - [email protected]
+- Version 2.4.7
+
+-------------------------------------------------------------------
+Tue Aug 18 13:10:00 CEST 2015 - [email protected]
+- Version 2.4.6
+
+-------------------------------------------------------------------
+Fri Jul 24 16:10:00 CEST 2015 - [email protected]
+- Version 2.4.5
+
+-------------------------------------------------------------------
+Sun May 17 11:30:00 CET 2015 - [email protected]
+- Version 2.4.3
+
+-------------------------------------------------------------------
+Tue May 05 16:30:00 CET 2015 - [email protected]
+- Version 2.4.2
+
+-------------------------------------------------------------------
+Mon Oct 27 16:30:00 CET 2014 - [email protected]
+- Version 2.4.0
+- Update to Qt 5
+- Preliminary support of checking for updates
+  and release notes online
+
+-------------------------------------------------------------------
+Mon Oct 27 15:30:00 CEST 2014 - [email protected]
+- Version 2.3.24
+- Added updated translation by Pavel Fric 
+- When changing sleep time of finished task, also set task state to 'WIP'.
+- Bugfix: Restore saved toolbar configuration
+- Bugfix: #65 Missing break statemens in parser
+
+-------------------------------------------------------------------
@@ -3,0 +39,6 @@
+- Version 2.3.22
+- French translation by Marc Sert
+- Feature: Improved xlinks with arrowheads
+- Feature: Task priority increases slightly with age of tasks
+- Some more includes to ease Debian packaging (by p0llux)
+- Patch to allow hardening in Debian by p0llux
@@ -31 +71,0 @@
--------------------------------------------------------------------

Old:
----
  vym-2.3.24.tar.bz2

New:
----
  vym-2.4.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vym.spec ++++++
--- /var/tmp/diff_new_pack.FR3FIF/_old  2015-09-09 20:20:49.000000000 +0200
+++ /var/tmp/diff_new_pack.FR3FIF/_new  2015-09-09 20:20:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vym
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           vym
+
+BuildRequires:  libQt5Core-devel
+BuildRequires:  libQt5Gui-devel
+BuildRequires:  libqt5-qtbase-devel
+#BuildRequires:  libqt5-qtbase-common-devel
+BuildRequires:  libqt5-qtsvg-devel
+BuildRequires:  libqt5-linguist-devel
+BuildRequires:  update-desktop-files
+Requires:       unzip
+Requires:       zip
+Url:            http://www.insilmaril.de/vym/index.html
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        View Your Mind - generate and manipulate maps which show your 
thoughts
 License:        GPL-2.0
 Group:          Productivity/Office/Other
-Version:        2.3.24
+Version:        2.4.7
 Release:        0
-Url:            http://www.insilmaril.de/vym/index.html
 Source0:        %name-%version.tar.bz2
 Source1:        %name.xml
 Source2:        %name.desktop
@@ -30,11 +40,6 @@
 Source4:        debian.dirs
 Source5:        debian.docs
 Source6:        makedist.config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libqt4-devel
-BuildRequires:  update-desktop-files
-Requires:       unzip
-Requires:       zip
 
 %description
 VYM  (View Your Mind) is a tool to generate and manipulate maps which
@@ -43,19 +48,26 @@
 tasks, to get an overview over complex contexts, to sort your ideas
 etc. Some people even think it is fun to work with such maps...
 
+
+
+Authors:
+--------
+    Uwe Drechsel  <[email protected]>
+
 %prep
 %setup -q
 
 %build
-qmake -o Makefile vym.pro PREFIX=%_prefix CONFIG+=RELEASE
+qmake-qt5 -o Makefile vym.pro PREFIX=%_prefix/share BINDIR=%_prefix/bin 
CONFIG+=RELEASE
 make  
-lrelease vym.pro
+lrelease-qt5 vym.pro
 
 %install
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/vym
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
 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 README.md LICENSE.txt INSTALL.txt 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 install -m 0644 doc/*.pdf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 %makeinstall INSTALL_ROOT=$RPM_BUILD_ROOT
 
@@ -83,6 +95,7 @@
 /usr/share/pixmaps/*
 /usr/bin/vym
 /usr/share/vym
+
 %doc %{_docdir}/%{name}
 %doc %{_mandir}/*/*
 %{_datadir}/mime/packages/vym.xml

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.FR3FIF/_old  2015-09-09 20:20:49.000000000 +0200
+++ /var/tmp/diff_new_pack.FR3FIF/_new  2015-09-09 20:20:49.000000000 +0200
@@ -1,8 +1,56 @@
+vym (2.4.7.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Mon, 24 Aug 2015 12:10:00 +0100
+
+vym (2.4.6.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Tue, 18 Aug 2015 12:10:00 +0100
+
+vym (2.4.5.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Fri, 24 Jul 2015 16:10:00 +0100
+
+vym (2.4.3.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Sun, 17 May 2015 11:30:00 +0100
+
+vym (2.4.1.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Tue, 05 May 2015 16:30:00 +0100
+
+vym (2.4.0.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Sat, 26 Apr 2015 16:30:00 +0100
+
+vym (2.4.0.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Mon, 28 Oct 2014 16:30:00 +0100
+
 vym (2.3.24.1) unstable; urgency=low
 
   * New upstream release
 
- -- Uwe Drechsel <[email protected]>  Tue, 29 Jul 2014 14:28:00 +0100
+ -- Uwe Drechsel <[email protected]>  Mon, 28 Jul 2014 15:00:00 +0100
+
+vym (2.3.22.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Uwe Drechsel <[email protected]>  Wed, 12 Feb 2014 15:00:00 +0100
 
 vym (2.3.20.1) unstable; urgency=low
 
@@ -428,4 +476,4 @@
 
  -- Steffen Joeris <[email protected]>  Thu,  4 Aug 2005 17:58:32 
+0200
 
- 
+ 
\ No newline at end of file

++++++ makedist.config ++++++
--- /var/tmp/diff_new_pack.FR3FIF/_old  2015-09-09 20:20:50.000000000 +0200
+++ /var/tmp/diff_new_pack.FR3FIF/_new  2015-09-09 20:20:50.000000000 +0200
@@ -1,3 +1,3 @@
-VERSION=2.3.24
-BRANCH="master"
+VERSION=2.4.7
+BRANCH="qt5"
 REMOTE="sf"

++++++ vym-2.3.24.tar.bz2 -> vym-2.4.7.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/vym/vym-2.3.24.tar.bz2 
/work/SRC/openSUSE:Factory/.vym.new/vym-2.4.7.tar.bz2 differ: char 11, line 1

++++++ vym.dsc ++++++
--- /var/tmp/diff_new_pack.FR3FIF/_old  2015-09-09 20:20:50.000000000 +0200
+++ /var/tmp/diff_new_pack.FR3FIF/_new  2015-09-09 20:20:50.000000000 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: vym
-Version: 2.3.24
+Version: 2.4.0
 Binary: vym
 Maintainer: Uwe Drechsel <[email protected]>
 Architecture: any
-Build-Depends: debhelper (>= 4.1.16),g++, libqt4-dev
+Build-Depends: debhelper (>= 4.1.16),g++, libqt5-dev
 Files:
- af20857e1561468436ec9e738867bc74 20140729 vym-2.3.24.tar.bz2
+ 4116086282d260056458a8b96b2d5459 20171606 vym-1.13.32.tar.bz2
\ No newline at end of file



Reply via email to