[xfsdump/f18] New upstream version

Eric Sandeen sandeen at fedoraproject.org
Fri Dec 21 04:59:00 UTC 2012


commit 5bab1c5b02c242783e19e2c835f79f88a5fa3736
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Thu Dec 20 22:58:45 2012 -0600

    New upstream version

 .gitignore   |    1 +
 sources      |    2 +-
 xfsdump.spec |   14 +++++++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 958cc83..3b5506f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xfsdump-3.0.4.tar.gz
 /xfsdump-3.0.5.tar.gz
 /xfsdump-3.0.6.tar.gz
 /xfsdump-3.1.0.tar.gz
+/xfsdump-3.1.2.tar.gz
diff --git a/sources b/sources
index a28343d..6a2fd69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abe035537d0f325c4f2dbacc0d2b6fd6  xfsdump-3.1.0.tar.gz
+b9904578f00da99922035e0dc04ace2f  xfsdump-3.1.2.tar.gz
diff --git a/xfsdump.spec b/xfsdump.spec
index 46f3543..d55e22b 100644
--- a/xfsdump.spec
+++ b/xfsdump.spec
@@ -1,7 +1,7 @@
 Summary: Administrative utilities for the XFS filesystem
 Name: xfsdump
-Version: 3.1.0
-Release: 3%{?dist}
+Version: 3.1.2
+Release: 1%{?dist}
 # Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
 # in source, with no mention of version.
 License: GPL+
@@ -49,16 +49,24 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsdump/
 (cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsdump .)
 (cd $RPM_BUILD_ROOT/%{_sbindir}; mv ../../sbin/xfsrestore .)
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc README doc/COPYING doc/CHANGES doc/README.xfsdump doc/xfsdump_ts.txt
 %{_mandir}/man8/*
 %{_sbindir}/*
 
 %changelog
+* Thu Dec 13 2012 Eric Sandeen <sandeen at redhat.com> 3.1.2-1
+- New upstream release, with non-broken tarball
+
+* Thu Dec 13 2012 Eric Sandeen <sandeen at redhat.com> 3.1.1-1
+- New upstream release
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list