[glite-lb-state-machine] New release 2.0.9 (L&B 4.1.2), delete old patches.

František Dvořák valtri at fedoraproject.org
Thu Jun 26 20:33:27 UTC 2014


commit 6263d095e554666cadd7d26fdfa364dd48996712
Author: František Dvořák <valtri at civ.zcu.cz>
Date:   Thu Jun 26 22:29:12 2014 +0200

    New release 2.0.9 (L&B 4.1.2), delete old patches.

 .gitignore                  |    1 +
 glite-lb-state-machine.spec |   15 +++++++----
 rpath.patch                 |   56 -------------------------------------------
 sources                     |    2 +-
 xsd-location.patch          |   27 --------------------
 5 files changed, 12 insertions(+), 89 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d88693..1dfd96a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /glite-lb-state-machine-2.0.7.tar.gz
 /glite-lb-state-machine-2.0.8.tar.gz
+/glite-lb-state-machine-2.0.9.tar.gz
diff --git a/glite-lb-state-machine.spec b/glite-lb-state-machine.spec
index 6c0f3f3..13c7ba2 100644
--- a/glite-lb-state-machine.spec
+++ b/glite-lb-state-machine.spec
@@ -1,6 +1,6 @@
 Name:           glite-lb-state-machine
-Version:        2.0.8
-Release:        2%{?dist}
+Version:        2.0.9
+Release:        1%{?dist}
 Summary:        gLite Logging and Bookkeeping state machine
 
 License:        ASL 2.0
@@ -62,9 +62,9 @@ CFLAGS="%{?optflags}" LDFLAGS="%{?__global_ldflags}" make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_libdir}/*.a
+rm -f %{buildroot}%{_libdir}/*.la
 
 
 %post -p /sbin/ldconfig
@@ -90,11 +90,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Thu Jun 26 2014 František Dvořák <valtri at civ.zcu.cz> - 2.0.9-1
+- New release 2.0.9 (L&B 4.1.2)
+- Consistent style with buildroot macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
 * Sat May 31 2014 František Dvořák <valtri at civ.zcu.cz> - 2.0.8-1
 - New release 2.0.8 (L&B 4.1.1)
+- Rpath and XSD location patches in upstream
 
 * Wed Dec 25 2013 František Dvořák <valtri at civ.zcu.cz> - 2.0.7-1
 - Initial package
diff --git a/sources b/sources
index 2580d9a..07d1072 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4493e8dc7907da0eb6b1ba1d72303ad5  glite-lb-state-machine-2.0.8.tar.gz
+5ae70d22643e1da1fc80ab5571c4f917  glite-lb-state-machine-2.0.9.tar.gz


More information about the scm-commits mailing list