[udunits2] Update to 2.1.22

Orion Poplawski orion at fedoraproject.org
Mon Nov 7 23:15:38 UTC 2011


commit 60ccff39e5f62272be2167a04dcca4496d2b3a28
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Nov 7 16:15:29 2011 -0700

    Update to 2.1.22

 .gitignore    |    1 +
 sources       |    2 +-
 udunits2.spec |   10 ++++++++--
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfe4496..a27dec0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 udunits-2.1.17.tar.gz
 /udunits-2.1.19.tar.gz
+/udunits-2.1.22.tar.gz
diff --git a/sources b/sources
index 317a56a..01da405 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d23fb8a86c8a5de695d19164aefeac4  udunits-2.1.19.tar.gz
+2306641d84113f88e29bf828cac0ccdf  udunits-2.1.22.tar.gz
diff --git a/udunits2.spec b/udunits2.spec
index b0fa809..0472e61 100644
--- a/udunits2.spec
+++ b/udunits2.spec
@@ -1,6 +1,6 @@
 Name: udunits2
-Version: 2.1.19
-Release: 2%{?dist}
+Version: 2.1.22
+Release: 1%{?dist}
 Summary: A library for manipulating units of physical quantities
 License: MIT
 Group: System Environment/Libraries
@@ -44,7 +44,10 @@ the udunits2 library.
 make %{?_smp_mflags}
 
 %install
+# Hack to get around install order issue
+mkdir -p %{buildroot}%{_docdir}/udunits
 make DESTDIR=%{buildroot} install
+rm -r %{buildroot}%{_docdir}
 mkdir -p %{buildroot}%{_infodir}/
 install -p -m0644 %{name}.info %{buildroot}%{_infodir}
 
@@ -80,6 +83,9 @@ fi
 %{_libdir}/libudunits2.so
 
 %changelog
+* Mon Nov 7 2011 Orion Poplawski <orion at cora.nwra.com> - 2.1.22-1
+- Update to 2.1.22
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.19-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list