commit when-command for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package when-command for openSUSE:Factory 
checked in at 2017-05-10 20:54:10

Comparing /work/SRC/openSUSE:Factory/when-command (Old)
 and  /work/SRC/openSUSE:Factory/.when-command.new (New)


Package is "when-command"

Wed May 10 20:54:10 2017 rev:7 rq:494350 version:0.9.12~beta5

Changes:

--- /work/SRC/openSUSE:Factory/when-command/when-command.changes
2016-08-03 11:44:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.when-command.new/when-command.changes   
2017-05-10 20:54:12.347619992 +0200
@@ -1,0 +2,15 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.9.12~beta5 (changes since 0.9.12~beta3):
+  * When an interval based condition was created and hours were
+chosen as time unit, the applet ignored this choice and still
+used minutes (gh#almostearthling/when-command#91).
+  * Introduce some more thorough checks when registering stock and
+user events, so that unsupported D-Bus signals result in
+disabled events when all possible implementations have been
+tried for. This resulted in a more portable way to handle
+battery related events, that weren't actually functioning on
+Ubuntu 16.04 due to changes in the D-Bus implementation
+(gh#almostearthling/when-command#92).
+
+---

Old:

  when-command-0.9.12-beta.3.tar.gz

New:

  when-command-0.9.12-beta.5.tar.gz



Other differences:
--
++ when-command.spec ++
--- /var/tmp/diff_new_pack.rSUDo8/_old  2017-05-10 20:54:13.395472126 +0200
+++ /var/tmp/diff_new_pack.rSUDo8/_new  2017-05-10 20:54:13.399471562 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package when-command
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.12-beta.3
+%define _version 0.9.12-beta.5
 Name:   when-command
-Version:0.9.12~beta3
+Version:0.9.12~beta5
 Release:0
 Summary:Configurable user task scheduler
 License:BSD-3-Clause
@@ -66,7 +66,7 @@
 python3 setup.py install \
   --root=%{buildroot} --prefix=%{_prefix}
 
-install -Dm 0644 %{name}.appdata.xml \
+install -Dpm 0644 %{name}.appdata.xml \
   %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 
 mkdir -p %{buildroot}%{_docdir}/

++ when-command-0.9.12-beta.3.tar.gz -> when-command-0.9.12-beta.5.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/when-command-0.9.12-beta.3/README.md 
new/when-command-0.9.12-beta.5/README.md
--- old/when-command-0.9.12-beta.3/README.md2016-06-15 23:35:46.0 
+0200
+++ new/when-command-0.9.12-beta.5/README.md2016-09-21 20:30:09.0 
+0200
@@ -20,6 +20,8 @@
 $ sudo apt-get install when-command
 ```
 
+> *Note:* on Ubuntu 16.04 *"Xenial Xerus"* the required dependency 
`python-support` is not available through regular updates. However it can be 
installed by 
[downloading](http://launchpadlibrarian.net/109052632/python-support_1.0.15_all.deb)
 it from the official 
[repository](https://launchpad.net/ubuntu/xenial/amd64/python-support/1.0.15) 
and issuing `sudo dpkg --install python-support_1.0.15_all.deb` on a terminal 
window from the download directory, before attempting to install **When** using 
the provided PPA.
+
 If the PPA is used, **When** can be started from the *Dash* immediately: once 
started, it can be configured for autostart using the *Settings* dialog box.
 
 ## Alternate Interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/when-command-0.9.12-beta.3/share/when-command/when-command.py 
new/when-command-0.9.12-beta.5/share/when-command/when-command.py
--- old/when-command-0.9.12-beta.3/share/when-command/when-command.py   
2016-06-15 23:35:46.0 +0200
+++ new/when-command-0.9.12-beta.5/share/when-command/when-command.py   
2016-09-21 20:30:09.0 +0200
@@ -78,8 +78,8 @@
 # * the first holds the version ID that build utilities can extract
 # * the second one includes a message that is used both as a commit message
 #   and as a tag-associated message (in `git tag -m`)
-APPLET_VERSION = '0.9.12~beta.3'
-APPLET_TAGDESC = 'Work around an issue occurring on unsupported locales'
+APPLET_VERSION = '0.9.12~beta.5'
+APPLET_TAGDESC = 'Signal registration verification and portable battery events'
 
 # logging constants
 LOG_FORMAT = '%(asctime)s %(levelname)s: %(message)s'
@@ -198,6 +198,19 @@
 

commit when-command for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package when-command for openSUSE:Factory 
checked in at 2016-08-03 11:44:36

Comparing /work/SRC/openSUSE:Factory/when-command (Old)
 and  /work/SRC/openSUSE:Factory/.when-command.new (New)


Package is "when-command"

Changes:

--- /work/SRC/openSUSE:Factory/when-command/when-command.changes
2016-05-17 17:16:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.when-command.new/when-command.changes   
2016-08-03 11:44:54.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9.12~beta3:
+  * Add a possibility to reset the success status of condition
+tests so that also tests that have been successful during one
+very long session can be performed again at user's request.
+  * Workaround a potential error when a locale is not supported.
+- Add a missing python3-gobject-Gdk dependency.
+
+---

Old:

  when-command-0.9.11-beta.1.tar.gz

New:

  when-command-0.9.12-beta.3.tar.gz



Other differences:
--
++ when-command.spec ++
--- /var/tmp/diff_new_pack.PVWf7u/_old  2016-08-03 11:44:55.0 +0200
+++ /var/tmp/diff_new_pack.PVWf7u/_new  2016-08-03 11:44:55.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.11-beta.1
+%define _version 0.9.12-beta.3
 Name:   when-command
-Version:0.9.11~beta1
+Version:0.9.12~beta3
 Release:0
 Summary:Configurable user task scheduler
 License:BSD-3-Clause
@@ -41,6 +41,9 @@
 Requires:   python3-pyinotify
 Recommends: %{name}-lang
 BuildArch:  noarch
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+Requires:   python3-gobject-Gdk
+%endif
 
 %description
 When is a configurable user task scheduler. It interacts with the

++ when-command-0.9.11-beta.1.tar.gz -> when-command-0.9.12-beta.3.tar.gz 
++
 1973 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/when-command-0.9.11-beta.1/po/it.po new/when-command-0.9.12-beta.3/po/it.po
--- old/when-command-0.9.11-beta.1/po/it.po 2016-05-03 19:52:11.0 
+0200
+++ new/when-command-0.9.12-beta.3/po/it.po 2016-06-15 23:35:46.0 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: when-command 0.9.1-beta.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-02-09 19:35+0100\n"
+"POT-Creation-Date: 2016-05-14 21:02+0200\n"
 "PO-Revision-Date: 2015-12-21 14:43+0100\n"
 "Last-Translator: Francesco Garosi \n"
 "Language-Team: Italian\n"
@@ -18,61 +18,73 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Poedit 1.5.4\n"
 
-#: when-command.py:599
+#: when-command.py:623
 #, python-format
 msgid "Are you sure you want to delete task %s?"
 msgstr "Confermi di voler eliminare il task %s?"
 
-#: when-command.py:600
+#: when-command.py:624
 #, python-format
 msgid "Are you sure you want to delete condition %s?"
 msgstr "Confermi di voler eliminare la condizione %s?"
 
-#: when-command.py:601
+#: when-command.py:625
 #, python-format
 msgid "Are you sure you want to delete signal handler %s?"
 msgstr "Confermi di voler eliminare il gestore di segnali %s?"
 
-#: when-command.py:602
+#: when-command.py:626
+msgid "Are you sure you want to reset condition tests?"
+msgstr "Confermi di voler ripristinare i test delle condizioni?"
+
+#: when-command.py:627
 #, python-format
 msgid "Task %s could not be deleted."
 msgstr "Il task %s non può essere eliminato."
 
-#: when-command.py:603
+#: when-command.py:628
 #, python-format
 msgid "Condition %s could not be deleted."
 msgstr "La condizione %s non può essere eliminata."
 
-#: when-command.py:604
+#: when-command.py:629
 #, python-format
 msgid "Signal handler %s could not be deleted."
 msgstr "Il gestore di segnali %s non può essere eliminato."
 
-#: when-command.py:605
+#: when-command.py:630
 #, python-format
 msgid "Task %s could not be found."
 msgstr "Il task %s non è stato trovato."
 
-#: when-command.py:606
+#: when-command.py:631
 #, python-format
 msgid "Condition %s could not be found."
 msgstr "La condizione %s non è stata trovata."
 
-#: when-command.py:607
+#: when-command.py:632
 #, python-format
 msgid "Signal handler %s could not be found."
 msgstr "Il gestore di segnali %s non è stato trovato."
 
-#: when-command.py:608
+#: when-command.py:633
 #, 

commit when-command for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package when-command for openSUSE:Factory 
checked in at 2016-05-17 17:16:15

Comparing /work/SRC/openSUSE:Factory/when-command (Old)
 and  /work/SRC/openSUSE:Factory/.when-command.new (New)


Package is "when-command"

Changes:

--- /work/SRC/openSUSE:Factory/when-command/when-command.changes
2016-03-05 13:07:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.when-command.new/when-command.changes   
2016-05-17 17:16:16.0 +0200
@@ -1,0 +2,20 @@
+Mon May 16 06:32:55 UTC 2016 - jeng...@inai.de
+
+- Add rpmlintrc control file
+
+---
+Sat May  7 07:12:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9.11~beta1 (changes since 0.9.10~beta2):
+  * Fix a bug that would run activities scheduled for time
+specifications containing zeros immediately after their creation.
+  * Fix a bug that prevented the disabled state of a condition to
+be retained when set through the Remote API.
+  * Support the new interface to external devices featured in
+gvfs 1.26, lack of it prevented When to correctly register
+events related to connection of external storage devices.
+- Alter official when-command.desktop instead of supplying an other
+  one.
+- Add a basic when-command.appdata.xml file.
+
+---

Old:

  when-command-0.9.10-beta.2.tar.gz
  when-command.desktop

New:

  when-command-0.9.11-beta.1.tar.gz
  when-command-rpmlintrc
  when-command.appdata.xml



Other differences:
--
++ when-command.spec ++
--- /var/tmp/diff_new_pack.dKMUTF/_old  2016-05-17 17:16:17.0 +0200
+++ /var/tmp/diff_new_pack.dKMUTF/_new  2016-05-17 17:16:17.0 +0200
@@ -16,20 +16,24 @@
 #
 
 
-%define _version 0.9.10-beta.2
+%define _version 0.9.11-beta.1
 Name:   when-command
-Version:0.9.10~beta2
+Version:0.9.11~beta1
 Release:0
 Summary:Configurable user task scheduler
 License:BSD-3-Clause
 Group:  Productivity/Other
 Url:http://almostearthling.github.io/when-command
 Source: 
https://github.com/almostearthling/%{name}/archive/v%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
-Source1:%{name}.desktop
+Source1:%{name}.appdata.xml
+Source2:%{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libXss1
 BuildRequires:  python3-devel
+BuildRequires:  python3-gobject
+BuildRequires:  python3-pyinotify
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:   libXss1
@@ -49,7 +53,8 @@
 
 %prep
 %setup -q -n %{name}-%{_version}
-cp -f %{SOURCE1} %{name}.desktop
+cp -f %{SOURCE1} %{name}.appdata.xml
+sed -i 's/^\(Exec=\).*$/\1%{name}/' share/applications/%{name}.desktop
 
 %build
 python3 setup.py build
@@ -58,15 +63,17 @@
 python3 setup.py install \
   --root=%{buildroot} --prefix=%{_prefix}
 
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+install -Dm 0644 %{name}.appdata.xml \
+  %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 
 mkdir -p %{buildroot}%{_docdir}/
 mv -f %{buildroot}%{_datadir}/doc/%{name}/ \
   %{buildroot}%{_docdir}/%{name}/
 
-%suse_update_desktop_file %{name}
-%find_lang %{name}
+%suse_update_desktop_file -r -G "When scheduler" %{name} Utility TimeUtility
+
 %fdupes %{buildroot}%{_prefix}/
+%find_lang %{name}
 
 %post
 %desktop_database_post
@@ -82,8 +89,10 @@
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%{_mandir}/man?/when-command.?%{?ext_man}
+%{_mandir}/man?/%{name}.?%{?ext_man}
 %{python3_sitelib}/when_command-*
 
 %files lang -f %{name}.lang

++ when-command-0.9.10-beta.2.tar.gz -> when-command-0.9.11-beta.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/when-command-0.9.10-beta.2/README.md 
new/when-command-0.9.11-beta.1/README.md
--- old/when-command-0.9.10-beta.2/README.md2016-03-02 00:45:02.0 
+0100
+++ new/when-command-0.9.11-beta.1/README.md2016-05-03 19:52:11.0 
+0200
@@ -7,9 +7,20 @@
 
 It is not generally intended as a replacement to 
[_cron_](https://en.wikipedia.org/wiki/Cron) and the [Gnome Task 
Scheduler](http://gnome-schedule.sourceforge.net/), although to some extent 
these utilities might overlap. **When** is intended to be more flexible, 
although less precise, and to provide an alternative to more complicated 
solutions -- such as 

commit when-command for openSUSE:Factory

2016-03-05 Thread h_root
Hello community,

here is the log from the commit of package when-command for openSUSE:Factory 
checked in at 2016-03-05 13:07:27

Comparing /work/SRC/openSUSE:Factory/when-command (Old)
 and  /work/SRC/openSUSE:Factory/.when-command.new (New)


Package is "when-command"

Changes:

--- /work/SRC/openSUSE:Factory/when-command/when-command.changes
2016-02-16 09:18:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.when-command.new/when-command.changes   
2016-03-05 13:07:29.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  4 07:46:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.9.10~beta2 (changes since 0.9.9~beta2):
+  * Add possibility to pause selected condition checks through the
+remote API.
+  * Fix a bug that prevented perstistence of suspension state if it
+had been set using the Remote D-Bus API.
+
+---

Old:

  when-command-0.9.9-beta.2.tar.gz

New:

  when-command-0.9.10-beta.2.tar.gz



Other differences:
--
++ when-command.spec ++
--- /var/tmp/diff_new_pack.p5uXjb/_old  2016-03-05 13:07:29.0 +0100
+++ /var/tmp/diff_new_pack.p5uXjb/_new  2016-03-05 13:07:29.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.9-beta.2
+%define _version 0.9.10-beta.2
 Name:   when-command
-Version:0.9.9~beta2
+Version:0.9.10~beta2
 Release:0
 Summary:Configurable user task scheduler
 License:BSD-3-Clause

++ when-command-0.9.9-beta.2.tar.gz -> when-command-0.9.10-beta.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/when-command-0.9.9-beta.2/README.md 
new/when-command-0.9.10-beta.2/README.md
--- old/when-command-0.9.9-beta.2/README.md 2016-02-09 19:41:50.0 
+0100
+++ new/when-command-0.9.10-beta.2/README.md2016-03-02 00:45:02.0 
+0100
@@ -11,6 +11,9 @@
 
 The complete documentation for **When** can be found online 
[here](http://when-documentation.readthedocs.org/). Documentation for 
contributors has a separate 
[site](http://contributing-to-when.readthedocs.org/).
 
+## Alternate Interface
+Besides being fully configurable and accessible from both the command line 
interface and the graphical user interface, an alternate and more streamlined 
GUI for **When** is being actively developed: the [When 
Wizard](https://github.com/almostearthling/when-wizard) suite can be used to 
create actions in **When** in a possibly easier way.
+
 ## Credits
 Open Source Software relies on collaboration, and I'm more than happy to 
receive help from other developers. Here I'll list the main contributions.
 - Adolfo Jayme-Barrientos, aka [fitojb](https://github.com/fitojb), for the 
Spanish translation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/when-command-0.9.9-beta.2/share/when-command/when-command.py 
new/when-command-0.9.10-beta.2/share/when-command/when-command.py
--- old/when-command-0.9.9-beta.2/share/when-command/when-command.py
2016-02-09 19:41:50.0 +0100
+++ new/when-command-0.9.10-beta.2/share/when-command/when-command.py   
2016-03-02 00:45:02.0 +0100
@@ -78,8 +78,8 @@
 # * the first holds the version ID that build utilities can extract
 # * the second one includes a message that is used both as a commit message
 #   and as a tag-associated message (in `git tag -m`)
-APPLET_VERSION = '0.9.9~beta.2'
-APPLET_TAGDESC = 'Thorough checks for item import or remote injection'
+APPLET_VERSION = '0.9.10~beta.2'
+APPLET_TAGDESC = 'Stable beta fully compatible with alternate UI'
 
 # logging constants
 LOG_FORMAT = '%(asctime)s %(levelname)s: %(message)s'
@@ -1709,6 +1709,14 @@
 def RunCLIBasedCondition(self, cond_name, deferred=False):
 return start_event_condition(cond_name, deferred)
 
+@dbus.service.method(APPLET_BUS_NAME, in_signature='sb', out_signature='b')
+def SuspendCondition(self, cond_name, suspend=True):
+return suspend_condition(cond_name, suspend)
+
+@dbus.service.method(APPLET_BUS_NAME, in_signature='s', out_signature='b')
+def IsSuspendedCondition(self, cond_name):
+return is_suspended_condition(cond_name)
+
 @dbus.service.method(APPLET_BUS_NAME, in_signature='ss', out_signature='v')
 def GetConfig(self, section, entry):
 try:
@@ -4558,6 +4566,7 @@
 msgbox.set_markup(resources.DLG_WRONG_EXIT_STATUS)
 msgbox.run()
 msgbox.hide()
+msgbox.destroy()
 applet_log.warning("DLGTASK: wrong exit code 
specification")
 s = 0
 

commit when-command for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package when-command for openSUSE:Factory 
checked in at 2016-02-16 09:18:30

Comparing /work/SRC/openSUSE:Factory/when-command (Old)
 and  /work/SRC/openSUSE:Factory/.when-command.new (New)


Package is "when-command"

Changes:

--- /work/SRC/openSUSE:Factory/when-command/when-command.changes
2015-12-29 13:00:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.when-command.new/when-command.changes   
2016-02-16 09:18:31.0 +0100
@@ -1,0 +2,24 @@
+Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.9.9~beta2 (changes since 0.9.4~beta2):
+  * Register all stock events from Linux Mint 17.x with
+Cinnamon desktop environment and Elementary OS Freya.
+  * Inspect the idle time by directly querying the X server instead
+of relying on xprintidle.
+  * Immediately apply most of the settings as soon as the
+Settings box is accepted.
+  * Expose more conventionally named methods on the D-Bus.
+  * A full-featured D-Bus interface.
+  * Fix a bug that prevented dialog boxes to be shown if When was
+restarted in Minimalistic Mode and was reset to normal mode
+through the Settings dialog box.
+  * The D-Bus Remote API is now rather stable and usable, through
+bug fixes and introduction of more thorough checks.
+  * As a side effect, the import/export functions are more robust,
+as well as the ability to correctly create items from
+Item Definition Files.
+  * Some glitches in the UI and other minor and possibly
+not-so-minor issues have been corrected.
+- Add some missing dependencies.
+
+---

Old:

  when-command-0.9.4-beta.2.tar.gz

New:

  when-command-0.9.9-beta.2.tar.gz



Other differences:
--
++ when-command.spec ++
--- /var/tmp/diff_new_pack.m2FgXU/_old  2016-02-16 09:18:32.0 +0100
+++ /var/tmp/diff_new_pack.m2FgXU/_new  2016-02-16 09:18:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package when-command
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.4-beta.2
+%define _version 0.9.9-beta.2
 Name:   when-command
-Version:0.9.4~beta2
+Version:0.9.9~beta2
 Release:0
 Summary:Configurable user task scheduler
 License:BSD-3-Clause
@@ -32,8 +32,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
+Requires:   libXss1
+Requires:   python3-gobject
+Requires:   python3-pyinotify
 Recommends: %{name}-lang
-Recommends: python3-pyinotify
 BuildArch:  noarch
 
 %description

++ when-command-0.9.4-beta.2.tar.gz -> when-command-0.9.9-beta.2.tar.gz 
++
 5688 lines of diff (skipped)




commit when-command for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package when-command for openSUSE:Factory 
checked in at 2015-12-29 13:00:22

Comparing /work/SRC/openSUSE:Factory/when-command (Old)
 and  /work/SRC/openSUSE:Factory/.when-command.new (New)


Package is "when-command"

Changes:

--- /work/SRC/openSUSE:Factory/when-command/when-command.changes
2015-12-03 13:31:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.when-command.new/when-command.changes   
2015-12-29 13:00:26.0 +0100
@@ -1,0 +2,19 @@
+Tue Dec 29 05:32:40 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.9.4~beta2 (changes since 0.9.2~beta1):
+  * Add battery related events for event-based conditions.
+Supported events are: charging, discharging, low battery.
+  * Package has been stripped most of the documentation, since the
+documentation is much more accessible online than in the
+installation location.
+  * A system-wide applet shortcut when using the LSB packaged
+version.
+  * Item CLI Management (tasks, conditions and signal handlers can
+be added, listed and deleted using the CLI and item definition
+files).
+  * Minimalistic Mode: the menu entries that show dialog boxes and
+their respective CLI counterparts can be hidden and disabled,
+de facto freezing the configuration and reducing memory
+footprint.
+
+---

Old:

  when-command-0.9.2-beta.1.tar.gz

New:

  when-command-0.9.4-beta.2.tar.gz



Other differences:
--
++ when-command.spec ++
--- /var/tmp/diff_new_pack.siqtnV/_old  2015-12-29 13:00:27.0 +0100
+++ /var/tmp/diff_new_pack.siqtnV/_new  2015-12-29 13:00:27.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.2-beta.1
+%define _version 0.9.4-beta.2
 Name:   when-command
-Version:0.9.2~beta1
+Version:0.9.4~beta2
 Release:0
 Summary:Configurable user task scheduler
 License:BSD-3-Clause
@@ -81,6 +81,7 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_mandir}/man?/when-command.?%{?ext_man}
 %{python3_sitelib}/when_command-*
 
 %files lang -f %{name}.lang

++ when-command-0.9.2-beta.1.tar.gz -> when-command-0.9.4-beta.2.tar.gz 
++
 6857 lines of diff (skipped)