[gfs2-utils/f16] New upstream release 3.1.3

Andrew Price andyp at fedoraproject.org
Thu Dec 15 18:09:20 UTC 2011


commit 3d30e57e3fcb28e0fd8c48008ba1c4bd50cb9c16
Author: Andrew Price <anprice at redhat.com>
Date:   Thu Dec 15 18:06:43 2011 +0000

    New upstream release 3.1.3
    
    * Thu Dec 15 2011 Andrew Price <anprice at redhat.com> - 3.1.3-1
    - New upstream release
      Bugfixes and improvements to fsck.gfs2
      Fixes various other bugs
      Improve strings and translation support
    
    Signed-off-by: Andrew Price <anprice at redhat.com>

 .gitignore      |    1 +
 gfs2-utils.spec |   13 ++++++++++++-
 sources         |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d97f13..b61ed1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gfs2-utils-3.1.0.tar.gz
 /gfs2-utils-3.1.1.tar.gz
 /gfs2-utils-3.1.2.tar.gz
+/gfs2-utils-3.1.3.tar.gz
diff --git a/gfs2-utils.spec b/gfs2-utils.spec
index ed6d79e..1e0af05 100644
--- a/gfs2-utils.spec
+++ b/gfs2-utils.spec
@@ -11,7 +11,7 @@
 ###############################################################################
 
 Name: gfs2-utils
-Version: 3.1.2
+Version: 3.1.3
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: System Environment/Kernel
@@ -56,6 +56,7 @@ rm -rf %{buildroot}
 # gfs and group installed separately to avoid pulling in the docs
 make -C gfs2 install DESTDIR=%{buildroot}
 make -C group install DESTDIR=%{buildroot}
+make -C po install DESTDIR=%{buildroot}
 # Remove gfs2_quota and its man page (temporary)
 rm -f %{buildroot}%{_mandir}/man8/gfs2_quota.8
 rm -f %{buildroot}/usr/sbin/gfs2_quota
@@ -70,6 +71,8 @@ rm -f %{buildroot}/sbin/mount.gfs2
 # End of temporary section (until mount.gfs2 removed from source)
 install -D -m 0755 ./gfs2/init.d/gfs2 %{buildroot}%{_sysconfdir}/rc.d/init.d/gfs2
 install -D -m 0755 ./gfs2/init.d/gfs2-cluster %{buildroot}%{_sysconfdir}/rc.d/init.d/gfs2-cluster
+# This errors out when there are no translations, uncomment it when we have some
+#%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
@@ -94,6 +97,8 @@ if [ "$1" = 0 ]; then
 fi
 exit 0
 
+# This errors out when there are no translations, uncomment it when we have some
+#%files -n gfs2-utils -f ${name}.lang
 %files -n gfs2-utils
 %defattr(-,root,root,-)
 %doc doc/COPYING.* doc/COPYRIGHT doc/README.licence doc/*.txt
@@ -139,6 +144,12 @@ fi
 %{_mandir}/man8/gfs_control*
 
 %changelog
+* Thu Dec 15 2011 Andrew Price <anprice at redhat.com> - 3.1.3-1
+- New upstream release
+  Bugfixes and improvements to fsck.gfs2
+  Fixes various other bugs
+  Improve strings and translation support
+
 * Wed Jul 06 2011 Andrew Price <anprice at redhat.com> - 3.1.2-1
 - New upstream release
   Fixes several bugs
diff --git a/sources b/sources
index cc1d034..b183847 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79d6bdc903d4e14d688ffd1871a6ede0  gfs2-utils-3.1.2.tar.gz
+9b385f7ddc49f18268f9b59866319e8b  gfs2-utils-3.1.3.tar.gz


More information about the scm-commits mailing list