[esorex] New upstream version (3.10)

Sergio Pascual sergiopr at fedoraproject.org
Thu Dec 5 11:47:49 UTC 2013


commit 952494831b1506e4387a976e43f41e2ceb6d7d81
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Thu Dec 5 12:45:18 2013 +0100

    New upstream version (3.10)
    
    - Fixes format security bug (bz #1037055)

 .gitignore       |    1 +
 esorex-dso.patch |   13 -------------
 esorex.spec      |   13 ++++++-------
 sources          |    2 +-
 4 files changed, 8 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 476af40..e62d0eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ esorex-3.7.2.tar.gz
 /esorex-3.8.3.tar.gz
 /esorex-3.9.0.tar.gz
 /esorex-3.9.6.tar.gz
+/esorex-3.10.tar.gz
diff --git a/esorex.spec b/esorex.spec
index 6bc0c0a..7da296e 100644
--- a/esorex.spec
+++ b/esorex.spec
@@ -1,6 +1,6 @@
 Name: esorex
-Version: 3.9.6
-Release: 2%{?dist}
+Version: 3.10
+Release: 1%{?dist}
 Summary: Recipe Execution Tool of the European Southern Observatory 
 
 Group: Applications/Engineering
@@ -8,8 +8,6 @@ License: GPLv2+
 URL: http://www.eso.org/observing/cpl/esorex.html
 Source0: ftp://ftp.eso.org/pub/dfs/pipelines/libraries/%{name}/%{name}-%{version}.tar.gz
 Patch0: esorex-configure.patch
-# Reported upstream 2010-02-22
-Patch1: esorex-dso.patch
 
 BuildRequires: cpl-devel
 BuildRequires: cfitsio-devel
@@ -32,17 +30,18 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-find -empty -type d| xargs rmdir
 make DESTDIR=%{buildroot} install
 
-
 %files
 %doc AUTHORS COPYING README BUGS ChangeLog
 %config(noreplace) %{_sysconfdir}/*
 %{_bindir}/*
-%{_datadir}/*
 
 %changelog
+* Thu Dec 05 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 3.10-1
+- New upstream version (3.10)
+- Fixes format security bug (bz #1037055)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.9.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8ab1235..85e986f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6e07dc6bfcb5b10c96f4eb5e9a535a5  esorex-3.9.6.tar.gz
+0b93fe258a2533c38e72c8d2904df6e0  esorex-3.10.tar.gz


More information about the scm-commits mailing list