Hello community, here is the log from the commit of package kteatime for openSUSE:Factory checked in at 2015-01-08 23:18:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kteatime (Old) and /work/SRC/openSUSE:Factory/.kteatime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kteatime" Changes: -------- --- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes 2014-11-19 20:25:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes 2015-01-08 23:18:44.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Dec 17 20:40:17 UTC 2014 - [email protected] + +- Update to KDE Applications 14.12.0 + * KDE Applications 14.12.0 + * See https://www.kde.org/announcements/announce-applications-14.12.0.php + +------------------------------------------------------------------- Old: ---- kteatime-4.14.3.tar.xz New: ---- kteatime-14.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kteatime.spec ++++++ --- /var/tmp/diff_new_pack.YhyMg1/_old 2015-01-08 23:18:45.000000000 +0100 +++ /var/tmp/diff_new_pack.YhyMg1/_new 2015-01-08 23:18:45.000000000 +0100 @@ -23,7 +23,7 @@ License: GPL-2.0+ Group: Amusements/Toys/Other Url: http://www.kde.org -Version: 4.14.3 +Version: 14.12.0 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ kteatime-4.14.3.tar.xz -> kteatime-14.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-4.14.3/doc/index.docbook new/kteatime-14.12.0/doc/index.docbook --- old/kteatime-4.14.3/doc/index.docbook 2014-04-02 06:58:09.000000000 +0200 +++ new/kteatime-14.12.0/doc/index.docbook 2014-09-11 17:25:13.000000000 +0200 @@ -33,8 +33,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2012-07-14</date> -<releaseinfo>1.2.2 (&kde; 4.9)</releaseinfo> +<date>2014-09-11</date> +<releaseinfo>1.2.2 (&kde; 4.14)</releaseinfo> <abstract> <para>This Handbook describes &kteatime;, the &kde; Tea Cooker.</para> @@ -83,7 +83,7 @@ <sect1 id="select-your-tea"> <title>Select Your Tea</title> -<para>Clicking on the icon with the &RMB; will bring up a menu. At the top of the menu there are three menu items. Here, you can select what kind of tea you are preparing to drink. There are: <guimenuitem>Black Tea</guimenuitem>, <guimenuitem>Earl Grey</guimenuitem>, and <guimenuitem>Fruit Tea</guimenuitem>. These teas are preconfigured with a default time. Many people have complained that the times are not correct. Please be aware that the amount of time it takes to steep a cup of tea is based on personal preference. The times chosen are approximations. If you read on, you will learn how to change or delete these predefined times and to set your own time. A quick-and-easy way to set a custom time is to choose <guimenuitem>Anonymous...</guimenuitem> from the menu.</para> +<para>Clicking on the icon with the &RMB; will bring up a menu. At the top of the menu there are four menu items. Here, you can select what kind of tea you are preparing to drink. There are: <guimenuitem>Black Tea</guimenuitem>, <guimenuitem>Earl Grey</guimenuitem>, <guimenuitem>Fruit Tea</guimenuitem>, and <guimenuitem>Green Tea</guimenuitem>. These teas are preconfigured with a default time. Many people have complained that the times are not correct. Please be aware that the amount of time it takes to steep a cup of tea is based on personal preference. The times chosen are approximations. If you read on, you will learn how to change or delete these predefined times and to set your own time. A quick-and-easy way to set a custom time is to choose <guimenuitem>Anonymous...</guimenuitem> from the menu.</para> </sect1> <sect1 id="start"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-4.14.3/src/toplevel.cpp new/kteatime-14.12.0/src/toplevel.cpp --- old/kteatime-4.14.3/src/toplevel.cpp 2014-04-02 06:58:09.000000000 +0200 +++ new/kteatime-14.12.0/src/toplevel.cpp 2014-09-11 17:25:13.000000000 +0200 @@ -63,6 +63,7 @@ m_tealist.append( Tea(i18n( "Black Tea" ), 180 ) ); m_tealist.append( Tea(i18n( "Earl Grey" ), 300 ) ); m_tealist.append( Tea(i18n( "Fruit Tea" ), 480 ) ); + m_tealist.append( Tea(i18n( "Green Tea" ), 120 ) ); } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
