[gnumed] Update to 1.3.0

Michel Alexandre Salim salimma at fedoraproject.org
Mon Mar 18 04:15:13 UTC 2013


commit 467e0640919fd8de1e8de59e7554af35dcbbd726
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Mar 17 18:50:03 2013 +0700

    Update to 1.3.0

 .gitignore  |    2 +-
 gnumed.spec |   26 ++++++++++++++++++--------
 sources     |    2 +-
 3 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c73e902..ad7f168 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gnumed-client.1.2.9.tgz
+/gnumed-client.1.3.0.tgz
diff --git a/gnumed.spec b/gnumed.spec
index 3f3a914..b819093 100644
--- a/gnumed.spec
+++ b/gnumed.spec
@@ -1,7 +1,7 @@
-%global major_ver 1.2
+%global major_ver 1.3
 
 Name:           gnumed
-Version:        %{major_ver}.9
+Version:        %{major_ver}.0
 Release:        1%{?dist}
 Summary:        The GNUmed client
 
@@ -20,15 +20,23 @@ Requires:  python-psycopg2 >= 2.0.10
 Requires:  wxPython >= 2.6.3
 
 # Required to use the software properly
-Requires:  file
-Requires:  java
 # rename to python-mx when ready:
 # https://bugzilla.redhat.com/show_bug.cgi?id=878707
+Requires:  gnuplot-py
+Requires:  libreoffice-pyuno
+Requires:  libxslt-python
 Requires:  mx
-Requires:  xsane
+Requires:  python-hl7
+Requires:  python-imaging-sane
 
 # Recommended
-Requires:  texlive
+Requires:  aspell
+Requires:  file
+# not packaged yet
+# Requires:  gtklp
+Requires:  texlive-latex
+Requires:  xmedcon
+Requires:  xsane
 
 
 %description
@@ -175,14 +183,16 @@ install -p -m 0755 gm_ctl_client -t $RPM_BUILD_ROOT/%{_bindir}/
 %{_datadir}/icons/%{name}logo.png
 %{_datadir}/applications/%{name}-client.desktop
 %{python_sitelib}/Gnumed/
-%{_mandir}/man1/gm_ctl_client.1*
 %{_mandir}/man1/%{name}.1*
-%{_mandir}/man1/gm-print_doc.1*
+%{_mandir}/man1/gm*.1*
 
 %files doc
 %doc client/doc/user-manual/*
 
 %changelog
+* Mon Mar 18 2013 Michel Salim <salimma at fedoraproject.org> - 1.3.0-1
+- Update to 1.3.0
+
 * Sat Mar 16 2013 Michel Salim <salimma at fedoraproject.org> - 1.2.9-1
 - Update to 1.2.9
 
diff --git a/sources b/sources
index 7690ddb..51d3e0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aad41235d79c425b48d7a48198befbfb  gnumed-client.1.2.9.tgz
+2aa44051d8be721257c9f0916f5bdec8  gnumed-client.1.3.0.tgz


More information about the scm-commits mailing list