Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2018-09-04 22:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old)
 and      /work/SRC/openSUSE:Factory/.gnuhealth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuhealth"

Tue Sep  4 22:57:16 2018 rev:27 rq:632878 version:3.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes      2018-07-21 
10:25:19.418955981 +0200
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new/gnuhealth.changes 2018-09-04 
22:57:50.449343077 +0200
@@ -1,0 +2,5 @@
+Mon Aug 27 14:07:12 UTC 2018 - [email protected]
+
+- Adding a dummy executable called 'gnuhealth' with some help text 
+
+-------------------------------------------------------------------

New:
----
  gnuhealth

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

Other differences:
------------------
++++++ gnuhealth.spec ++++++
--- /var/tmp/diff_new_pack.PH58fE/_old  2018-09-04 22:57:51.017345014 +0200
+++ /var/tmp/diff_new_pack.PH58fE/_new  2018-09-04 22:57:51.017345014 +0200
@@ -35,6 +35,7 @@
 Source3:        gnuhealth.service
 Source4:        [email protected]
 Source5:        openSUSE-gnuhealth-setup
+Source6:        gnuhealth
 
 BuildArch:      noarch
 
@@ -120,6 +121,7 @@
 mkdir -p -m 755 %{buildroot}%{_bindir}
 install -p -m 755 gnuhealth-control %{buildroot}%{_bindir}/gnuhealth-control
 install -p -m 755 %{S:5} %{buildroot}%{_bindir}/openSUSE-gnuhealth-setup
+install -p -m 755 %{S:6} %{buildroot}%{_bindir}/gnuhealth
 
 mkdir -p $RPM_BUILD_ROOT%{_unitdir}
 install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service

++++++ gnuhealth ++++++
#!/bin/bash

# GNU Health dummy program - for thos who dont read manuals

##############################################################################
#
#    GNU Health dummy
#
#    Copyright (C) 2018 Axel Braun  <[email protected]>
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

cat << EOF

You have installed GNU Health and no idea how it should work.
(Otherwise you would not see this message)

How about reading a fine manual? You find it at
/usr/share/doc/packages/gnuhealth/GNUHealth.README.SUSE

Or see the full documentation at
https://en.wikibooks.org/wiki/GNU_Health

Want to start immediately with some configuration?
Run openSUSE-gnuhealth-setup

Whatever you do...have fun!

EOF
    exit 0
++++++ openSUSE-gnuhealth-setup ++++++
--- /var/tmp/diff_new_pack.PH58fE/_old  2018-09-04 22:57:51.101345301 +0200
+++ /var/tmp/diff_new_pack.PH58fE/_new  2018-09-04 22:57:51.101345301 +0200
@@ -8,6 +8,8 @@
 #    GNU Health Installer for openSUSE
 #
 #    Copyright (C) 2018 Axel Braun  <[email protected]>
+
+#    inspired by gnuhealth-control (C) 2018 Luis Falcon <[email protected]>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by


Reply via email to