robert pushed to rc (f22). "Upgrade to 1.7.3"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 9 23:40:08 UTC 2015


From f6032d5b9efbf74eacca3af9776c4479eadc1c57 Mon Sep 17 00:00:00 2001
From: Robert Scheck <robert at fedoraproject.org>
Date: Sun, 10 May 2015 01:39:26 +0200
Subject: Upgrade to 1.7.3


diff --git a/rc-1.7.2-check.patch b/rc-1.7.2-check.patch
deleted file mode 100644
index cf04be7..0000000
--- a/rc-1.7.2-check.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Patch by Jeffrey Johnson for rc >= 1.7.2 which makes "make check"
-succeeding if MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) is given (in
-accordance to http://udrepper.livejournal.com/11429.html).
-
---- rc-1.7.2/input.c		2014-08-31 17:57:48.000000000 -0400
-+++ rc-1.7.2/input.c.check	2015-04-04 14:14:40.162968439 -0400
-@@ -2,6 +2,7 @@
- 
- #include "rc.h"
- 
-+#include <stdio.h>
- #include <errno.h>
- 
- #include "edit.h"
-@@ -163,6 +164,7 @@ void termchange(void) {
- 
- extern void initinput() {
- 	istack = itop = ealloc(istacksize = 256 * sizeof (Input));
-+	istack->ungetcount = 0;
- 	ugchar(EOF);
- }
- 
diff --git a/rc.spec b/rc.spec
index 5e84bf5..0074c5e 100644
--- a/rc.spec
+++ b/rc.spec
@@ -4,20 +4,19 @@
 
 Summary:          Re-implementation for Unix of the Plan 9 shell
 Name:             rc
-Version:          1.7.2
+Version:          1.7.3
 Release:          1%{?dist}
-License:          zlib
+License:          zlib with acknowledgement
 Group:            System Environment/Shells
 URL:              http://tobold.org/article/rc
 Source0:          http://static.tobold.org/%{name}/%{name}-%{version}.tar.gz
-Patch0:           rc-1.7.2-check.patch
 %if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
 Conflicts:        filesystem < 3
 Provides:         /bin/rc
 %endif
 Requires(post):   grep
 Requires(postun): sed
-BuildRequires:    readline-devel, autoconf, automake
+BuildRequires:    libedit-devel
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -27,13 +26,9 @@ This is a re-implementation for Unix, by Byron Rakitzis, of the Plan 9 shell.
 
 %prep
 %setup -q
-%patch0 -p1 -b .check
 
 %build
-# Run "autoreconf" because "make" triggers "autoconf" expecting version 2.69
-autoreconf -f
-
-%configure --with-edit=gnu
+%configure --with-edit=edit
 make %{?_smp_mflags}
 
 %install
@@ -71,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sat May 09 2015 Robert Scheck <robert at fedoraproject.org> 1.7.3-1
+- Upgrade to 1.7.3
+
 * Wed Apr 08 2015 Robert Scheck <robert at fedoraproject.org> 1.7.2-1
 - Upgrade to 1.7.2
 - Initial spec file for Fedora and Red Hat Enterprise Linux
diff --git a/sources b/sources
index 4072b9f..a4d1547 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef8b4be56cee9a95558f538339dc96f1  rc-1.7.2.tar.gz
+e389913f326b323b36ba719ef2381b79  rc-1.7.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rc.git/commit/?h=f22&id=f6032d5b9efbf74eacca3af9776c4479eadc1c57


More information about the scm-commits mailing list