[jfsutils] update to 1.1.15, fix FTBS in f19+

François Cami fcami at fedoraproject.org
Mon Sep 2 15:06:49 UTC 2013


commit ddb8abb6cffabb0b683ca93c35b1c6be1ed6c077
Author: François Cami <fcami at fedoraproject.org>
Date:   Mon Sep 2 17:06:27 2013 +0200

    update to 1.1.15, fix FTBS in f19+

 .gitignore                   |    1 +
 jfsutils-1.1.15_stdint.patch |   11 +++++++++++
 jfsutils.spec                |    9 +++++++--
 sources                      |    2 +-
 4 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ae9add..a25ac21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 jfsutils-1.1.13.tar.gz
+/jfsutils-1.1.15.tar.gz
diff --git a/jfsutils-1.1.15_stdint.patch b/jfsutils-1.1.15_stdint.patch
new file mode 100644
index 0000000..97640e5
--- /dev/null
+++ b/jfsutils-1.1.15_stdint.patch
@@ -0,0 +1,11 @@
+diff -rU2 jfsutils-1.1.15-upstream/libfs/devices.h jfsutils-1.1.15/libfs/devices.h
+--- jfsutils-1.1.15-upstream/libfs/devices.h	2005-11-22 21:43:55.000000000 +0100
++++ jfsutils-1.1.15/libfs/devices.h	2013-09-02 07:31:50.110951562 +0200
+@@ -16,4 +16,7 @@
+  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+  */
++
++#include <stdint.h>
++
+ #ifndef H_DEVICES
+ #define H_DEVICES
diff --git a/jfsutils.spec b/jfsutils.spec
index c7c90a7..28fa088 100644
--- a/jfsutils.spec
+++ b/jfsutils.spec
@@ -1,8 +1,9 @@
 Summary: Utilities for managing the JFS filesystem
 Name: jfsutils
-Version: 1.1.13
-Release: 12%{?dist}
+Version: 1.1.15
+Release: 1%{?dist}
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0: jfsutils-1.1.15_stdint.patch
 URL: http://jfs.sourceforge.net/
 Group: System Environment/Base
 License: GPLv2+
@@ -24,6 +25,7 @@ into a file;  xpeek - shell-type JFS file system editor.
 %prep
 %setup -q
 find . -type f -name *.[ch] -exec chmod -x {} \;
+%patch0 -p1
 
 %build
 %configure --sbindir=/sbin
@@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING NEWS ChangeLog
 
 %changelog
+* Mon Sep 02 2013 François Cami <fcami at fedoraproject.org> - 1.1.15-1
+- Update to latest upstream.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.13-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 586c1bd..16de6e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14ad3a2eb26e55ef34ac0569f5739ccc  jfsutils-1.1.13.tar.gz
+8809465cd48a202895bc2a12e1923b5d  jfsutils-1.1.15.tar.gz


More information about the scm-commits mailing list