From 07fb1e0f4a04367244610a2cb2334e359428771f Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: Apr 12 2009 22:11:44 +0000 Subject: - Do not complain at all if the configuration file is missing. --- diff --git a/orsa-file.patch b/orsa-file.patch index 413762d..e91a224 100644 --- a/orsa-file.patch +++ b/orsa-file.patch @@ -1,6 +1,6 @@ --- src/liborsa/orsa_file.cc.orig 2009-04-07 16:27:28.000000000 +0200 +++ src/liborsa/orsa_file.cc 2009-04-07 17:33:23.000000000 +0200 -@@ -1399,6 +1399,36 @@ +@@ -1399,6 +1399,32 @@ list_enum.push_back(TEXTURE_NEPTUNE); } @@ -27,10 +27,6 @@ + return; + } + -+ if (file == 0) { -+ ORSA_DEBUG("Configuration file %s not found.",filename.c_str()); -+ } -+ + status = CLOSE; + } + diff --git a/orsa.spec b/orsa.spec index 3c97e30..68673fc 100644 --- a/orsa.spec +++ b/orsa.spec @@ -1,6 +1,6 @@ Name: orsa Version: 0.7.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Orbit Reconstruction, Simulation and Analysis Group: Amusements/Graphics @@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libxorsa.so %changelog +* Sun Apr 12 2009 Milos Jakubicek - 0.7.0-8 +- Do not complain at all if the configuration file is missing. + * Tue Apr 08 2009 Milos Jakubicek - 0.7.0-7 - Fix segfault on missing jpl file.