Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnuhealth for openSUSE:Factory checked in at 2021-11-17 01:14:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuhealth (Old) and /work/SRC/openSUSE:Factory/.gnuhealth.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth" Wed Nov 17 01:14:07 2021 rev:52 rq:931723 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes 2021-10-05 22:34:34.786945265 +0200 +++ /work/SRC/openSUSE:Factory/.gnuhealth.new.1890/gnuhealth.changes 2021-11-17 01:15:11.346190500 +0100 @@ -1,0 +2,6 @@ +Tue Nov 16 08:37:25 UTC 2021 - Axel Braun <[email protected]> + +- harden_gnuhealth.service.patch removed - we are not using the service from GH + reporting.diff added to catch change from .odt to .fodt + +------------------------------------------------------------------- Old: ---- harden_gnuhealth.service.patch New: ---- reporting.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuhealth.spec ++++++ --- /var/tmp/diff_new_pack.M9iyZt/_old 2021-11-17 01:15:11.974190529 +0100 +++ /var/tmp/diff_new_pack.M9iyZt/_new 2021-11-17 01:15:11.982190530 +0100 @@ -40,7 +40,7 @@ Source8: https://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz.sig Source9: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring Patch0: shebang.diff -Patch1: harden_gnuhealth.service.patch +Patch1: reporting.diff BuildRequires: fdupes BuildRequires: python-rpm-generators @@ -110,10 +110,10 @@ %prep %setup -q -n %{name}-%{version} -%patch0 -p1 +%autopatch -p1 + cp %{S:1} . cp %{S:2} . -%patch1 -p1 %build for i in h*; do ++++++ reporting.diff ++++++ diff -U 3 -dHrN a/health_reporting/health_reporting_report.xml b/health_reporting/health_reporting_report.xml --- a/health_reporting/health_reporting_report.xml 2021-01-29 00:16:22.747730075 +0100 +++ b/health_reporting/health_reporting_report.xml 2021-11-15 18:31:40.803718094 +0100 @@ -5,14 +5,14 @@ <record model="ir.action.report" id="report_summary_information"> <field name="name">Summary Report</field> <field name="report_name">gnuhealth.summary.report</field> - <field name="report">health_reporting/report/summary_report.odt</field> + <field name="report">health_reporting/report/summary_report.fodt</field> <field name="extension">pdf</field> </record> <record model="ir.action.report" id="report_epidemics_information"> <field name="name">Epidemiological Surveillance</field> <field name="report_name">gnuhealth.epidemics.report</field> - <field name="report">health_reporting/report/epidemics_report.odt</field> + <field name="report">health_reporting/report/epidemics_report.fodt</field> <field name="extension">pdf</field> </record>
