[planets] Fix FTBFS, BZ 1106642.

Jon Ciesla limb at fedoraproject.org
Tue Jun 24 15:29:00 UTC 2014


commit 8f8314348d24a7e779caa4e70f51877d1b13b002
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Jun 24 10:25:15 2014 -0500

    Fix FTBFS, BZ 1106642.

 planets.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/planets.spec b/planets.spec
index d869b2a..cac9b29 100644
--- a/planets.spec
+++ b/planets.spec
@@ -1,13 +1,14 @@
 %define debug_package %{nil}
 Name: planets
 Version:  0.1.13
-Release:  13%{?dist}
+Release:  14%{?dist}
 Summary: A celestial simulator  
 
 Group: Amusements/Games 
 License: GPLv2+
 URL: http://planets.homedns.org/
 Source0: http://planets.homedns.org/dist/planets-%{version}.tgz
+Patch0:  planets-0.1.13-ocaml4.patch
 BuildRequires: desktop-file-utils, ocaml-labltk-devel, ocaml-camlp4-devel
 Requires: hicolor-icon-theme
 
@@ -17,6 +18,7 @@ of planetary systems
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 
@@ -63,6 +65,9 @@ fi
 %{_mandir}/man1/planets.1.gz
 
 %changelog
+* Thu Jun 12 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 0.1.13-14
+- Add Debian patch to fix FTBFS with ocaml-4.01 (#1106642)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.13-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list