Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
2 changed files with 1 additions and 18 deletions
|
|
@ -1,15 +0,0 @@
|
|||
diff --git a/configure b/configure
|
||||
index 8567554..f4588d4 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2507,8 +2507,8 @@ main ()
|
||||
for (i = 0; i < 256; i++)
|
||||
if (XOR (islower (i), ISLOWER (i))
|
||||
|| toupper (i) != TOUPPER (i))
|
||||
- exit(2);
|
||||
- exit (0);
|
||||
+ return 2;
|
||||
+ return 0;
|
||||
}
|
||||
_ACEOF
|
||||
rm -f conftest$ac_exeext
|
||||
|
|
@ -4,8 +4,7 @@ Name: cdargs
|
|||
Version: 1.35
|
||||
Release: %autorelease
|
||||
Summary: The shell cd with bookmarks and browser
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: http://www.skamphausen.de/cgi-bin/ska/CDargs/
|
||||
Source0: http://www.skamphausen.de/downloads/cdargs/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-%{version}_emacs-init.el
|
||||
|
|
@ -13,7 +12,6 @@ Source1: %{name}-%{version}_emacs-init.el
|
|||
Patch0: %{name}-%{version}_shebangs.patch
|
||||
Patch1: %{name}-%{version}_format_security.patch
|
||||
Patch2: %{name}-%{version}_fix_fsf_address.patch
|
||||
Patch3: %{name}-%{version}_configure_c99.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ncurses-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue