[sharutils] 4.13.1 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jan 3 13:55:37 UTC 2013


commit 9f7f6749524ecc867d87f979d6fea7fb0278fcbb
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 3 14:54:37 2013 +0100

    4.13.1 bump

 .gitignore                                         |    1 +
 .rpmlint                                           |    2 +
 ...ils-4.11.1-Fix-building-with-glibc-2.16.6.patch |   88 --------------------
 sharutils.spec                                     |   15 +--
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 99 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b2c452..d867578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ sharutils-4.9.tar.bz2
 /sharutils-4.10.tar.bz2
 /sharutils-4.11.tar.bz2
 /sharutils-4.11.1.tar.bz2
+/sharutils-4.13.1.tar.bz2
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..8d3e5c8
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (multi|shar|unpackaging|unshar|Unshar|uuencoding)");
diff --git a/sharutils.spec b/sharutils.spec
index 6004392..539d30c 100644
--- a/sharutils.spec
+++ b/sharutils.spec
@@ -1,16 +1,12 @@
 Summary: The GNU shar utilities for packaging and unpackaging shell archives
 Name: sharutils
-Version: 4.11.1
-Release: 5%{?dist}
+Version: 4.13.1
+Release: 1%{?dist}
 License: GPLv3+ and LGPLv2+ and Public Domain
 Group: Applications/Archiving
 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
-# Adjust bundled gnulib to pass compilation with glibc-2.16.6
-Patch0: sharutils-4.11.1-Fix-building-with-glibc-2.16.6.patch
 URL: http://www.gnu.org/software/%{name}/
 BuildRequires: gettext
-# For sharutils-4.11.1-Fix-building-with-glibc-2.16.6.patch:
-BuildRequires: autoconf, automake
 Requires(post): info
 Requires(preun): info
 Provides: bundled(gnulib)
@@ -30,9 +26,6 @@ shar files.
 
 %prep
 %setup -q
-# For sharutils-4.11.1-Fix-building-with-glibc-2.16.6.patch
-%patch0 -p1 -b .gnulib_gets
-autoreconf
 
 # convert TODO, THANKS to UTF-8
 for i in TODO THANKS; do
@@ -65,7 +58,6 @@ if [ $1 = 0 ]; then
 fi
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 %{_bindir}/*
 %{_infodir}/*info*
@@ -73,6 +65,9 @@ fi
 %{_mandir}/man5/*
 
 %changelog
+* Thu Jan 03 2013 Petr Pisar <ppisar at redhat.com> - 4.13.1-1
+- 4.13.1 bump
+
 * Thu Aug 02 2012 Petr Pisar <ppisar at redhat.com> - 4.11.1-5
 - Fix building with glibc-2.16.6
 
diff --git a/sources b/sources
index 8154660..5c08cf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52dd02b6f5e0a148ba871234ae29bba2  sharutils-4.11.1.tar.bz2
+6c6d2f5fefe32c6d7131922c5649075d  sharutils-4.13.1.tar.bz2


More information about the scm-commits mailing list