[kyua-cli] Update to new upstream version 0.5

Julio Merino jmmv at fedoraproject.org
Tue Jul 10 22:04:05 UTC 2012


commit 17350a6c802c0b41466ae582573e760150647660
Author: Julio Merino <julio at meroh.net>
Date:   Tue Jul 10 18:01:35 2012 -0400

    Update to new upstream version 0.5

 .gitignore                              |    1 +
 kyua-cli-0.4-fix-microseconds-i686.diff |   21 ---------------------
 kyua-cli.spec                           |   13 ++++++++-----
 sources                                 |    2 +-
 4 files changed, 10 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 773a179..457e473 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kyua-cli-0.4.tar.gz
+/kyua-cli-0.5.tar.gz
diff --git a/kyua-cli.spec b/kyua-cli.spec
index 6eed840..9d67f87 100644
--- a/kyua-cli.spec
+++ b/kyua-cli.spec
@@ -1,13 +1,12 @@
 Summary: Kyua - Command line interface
 Name: kyua-cli
-Version: 0.4
-Release: 2%{?dist}
+Version: 0.5
+Release: 1%{?dist}
 License: BSD
 Group: Development/Tools
 URL: http://code.google.com/p/kyua/
 Source0: http://kyua.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1: README.Fedora
-Patch0: %{name}-%{version}-fix-microseconds-i686.diff
 Requires: lutok >= 0.2
 Requires: sqlite >= 3.6.22
 Requires(post): info
@@ -33,14 +32,14 @@ their results.
 
 %prep
 %setup -q
-%patch0
 
 # Put the README.Fedora file in the top-level directory of the source tree so
 # that the %doc call below can pick it up.
 cp -p %{SOURCE1} README.Fedora
 
 %build
-%configure --without-doxygen
+%configure INSTALL="/usr/bin/install -p" \
+           --without-doxygen
 make %{?_smp_mflags} pkgtestsdir=%{_testsdir} testsdir=%{_testsdir}
 
 %check
@@ -85,6 +84,10 @@ details on how to run the installed tests.
 %{_testsdir}
 
 %changelog
+* Tue Jul 10 2012 Julio Merino <jmmv at google.com> 0.5-1
+- Updated to new upstream version 0.5.
+- Made the installation of the package preserve the build times of the files.
+
 * Mon Jun 18 2012 Julio Merino <jmmv at google.com> 0.4-2
 - Added the kyua-tests package providing the run-time tests of Kyua, readily
   runnable by the end users.
diff --git a/sources b/sources
index 4fd3e6e..29bdb3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3af7490a7b99d5b65b16be8a3abe9c02  kyua-cli-0.4.tar.gz
+dbbcf78ada38984a9edeb49c8b12123b  kyua-cli-0.5.tar.gz


More information about the scm-commits mailing list