[lrslib] New upstream release.

Jerry James jjames at fedoraproject.org
Mon Aug 13 21:05:52 UTC 2012


commit 20d5361f3145d7479c608c1abb8a15681bf6fdf2
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Aug 13 15:05:39 2012 -0600

    New upstream release.

 .gitignore           |    2 +-
 lrslib-fixes.patch   |    6 +++---
 lrslib-memleak.patch |    8 ++++----
 lrslib.spec          |    7 +++++--
 sources              |    2 +-
 5 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fd736b..153a372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/lrslib-042c.tar.gz
 /lrslib-man.tar.xz
+/lrslib-043.tar.gz
diff --git a/lrslib-fixes.patch b/lrslib-fixes.patch
index 928f5e5..cee6acd 100644
--- a/lrslib-fixes.patch
+++ b/lrslib-fixes.patch
@@ -114,9 +114,9 @@
  lrs_dic *lrs_alloc_dic (lrs_dat * Q);	/* allocate for lrs_dic structure corr. to Q   */
  
  void lrs_estimate (lrs_dic * P, lrs_dat * Q);	/* get estimates only                          */
---- ./lrslib.c.orig	2010-07-07 01:48:44.000000000 -0600
-+++ ./lrslib.c	2010-07-07 01:48:44.000000000 -0600
-@@ -558,7 +558,7 @@ lrs_close (char *name)
+--- ./lrslib.c.orig	2012-05-31 23:20:49.000000000 -0600
++++ ./lrslib.c	2012-08-13 14:54:20.155363341 -0600
+@@ -560,7 +560,7 @@ lrs_close (char *name)
  /* allocate and initialize lrs_dat */
  /***********************************/
  lrs_dat *
diff --git a/lrslib-memleak.patch b/lrslib-memleak.patch
index 38a5e84..3b8cdd5 100644
--- a/lrslib-memleak.patch
+++ b/lrslib-memleak.patch
@@ -1,6 +1,6 @@
---- ./lrslib.c.orig	2012-03-16 10:09:15.267578540 -0600
-+++ ./lrslib.c	2012-03-16 10:16:13.688031425 -0600
-@@ -1396,7 +1396,8 @@ lrs_getfirstbasis (lrs_dic ** D_p, lrs_d
+--- ./lrslib.c.orig	2012-08-13 14:56:49.620346629 -0600
++++ ./lrslib.c	2012-08-13 14:56:54.420345979 -0600
+@@ -1400,7 +1400,8 @@ lrs_getfirstbasis (lrs_dic ** D_p, lrs_d
      }
    if (nredundcol > 0)
      {
@@ -10,7 +10,7 @@
  
        for (i = 0; i < nredundcol; i++)
  	{
-@@ -1406,7 +1407,10 @@ lrs_getfirstbasis (lrs_dic ** D_p, lrs_d
+@@ -1410,7 +1411,10 @@ lrs_getfirstbasis (lrs_dic ** D_p, lrs_d
  	    }
  
  	  if (!removecobasicindex (D, Q, 0L))
diff --git a/lrslib.spec b/lrslib.spec
index 1f4e81c..617b06d 100644
--- a/lrslib.spec
+++ b/lrslib.spec
@@ -1,6 +1,6 @@
 Name:           lrslib
-Version:        4.2c
-Release:        5%{?dist}
+Version:        4.3
+Release:        1%{?dist}
 Summary:        Reverse search for vertex enumeration/convex hull problems
 
 %global upver 0%(echo %{version} | sed 's/\\.//')
@@ -155,6 +155,9 @@ done
 %{_mandir}/man1/lrs*
 
 %changelog
+* Mon Aug 13 2012 Jerry James <loganjerry at gmail.com> - 4.3-1
+- New upstream release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2c-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4814bf3..cefebd0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0503707c4e17506d480f913602f401c0  lrslib-042c.tar.gz
+86dd9a45d20a3a0069f77e61be5b46ad  lrslib-043.tar.gz
 6d96329a9bd4d8101402444d71482084  lrslib-man.tar.xz


More information about the scm-commits mailing list