From 12d8d3cfcfb4fab6f7eb5607f582900f89786543 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:33:32 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20minicom?= =?UTF-8?q?-2.00.0-3.src.rpm=20Tue=20Feb=2026=202002=20Mike=20A.=20Harris?= =?UTF-8?q?=20=202.00.0-3=20-=20Rebuilt=20in=20new=20b?= =?UTF-8?q?uild=20environment=20Wed=20Jan=2009=202002=20Tim=20Powers=20=202.00.0-2=20-=20automated=20rebuild=20Wed=20Nov?= =?UTF-8?q?=2021=202001=20Mike=20A.=20Harris=20=202.00?= =?UTF-8?q?.0-1=20-=20Updated=20to=20version=202.00.0-0,=20which=20now=20u?= =?UTF-8?q?ses=20GNU=20autoconf=20for=20everything,=20=20=20=20=20to=20eas?= =?UTF-8?q?e=20portability=20and=20internationalization=20issues.=20Hold?= =?UTF-8?q?=20on=20for=20the=20=20=20=20=20ride,=20as=20there's=20bound=20?= =?UTF-8?q?to=20be=20some=20bumps=20on=20the=20way.=20;o)=20On=20the=20up?= =?UTF-8?q?=20side,=20=20=20=20=20the=20packaging=20is=20likely=20to=20be?= =?UTF-8?q?=20MUCH=20more=20maintainable=20in=20the=20future,=20=20=20=20?= =?UTF-8?q?=20which=20is=20very=20nice=20to=20see.=20-=20Disabled=20most?= =?UTF-8?q?=20patches=20as=20they=20are=20either=20included=20now,=20not?= =?UTF-8?q?=20needed,=20or=20it=20=20=20=20=20has=20yet=20to=20be=20determ?= =?UTF-8?q?ined.=20Fri=20Oct=2012=202001=20Trond=20Eivind=20Glomsr=F8d=20=201.83.1-17=20-=20Delete=20bad=20entries=20in?= =?UTF-8?q?=20ko.po,=20fix=20charset=20in=20ja.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- minicom.spec | 77 +++++++++++++++++++++++++++++----------------------- sources | 2 +- 3 files changed, 45 insertions(+), 36 deletions(-) diff --git a/.cvsignore b/.cvsignore index f5ef900..b8ff26d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -minicom-1.83.1.src.tar.bz2 +minicom-2.00.0.src.tar.bz2 diff --git a/minicom.spec b/minicom.spec index 1f5633f..112eb69 100644 --- a/minicom.spec +++ b/minicom.spec @@ -1,7 +1,7 @@ Summary: A text-based modem control and terminal emulation program. Name: minicom -Version: 1.83.1 -Release: 16 +Version: 2.00.0 +Release: 3 License: GPL Group: Applications/Communications ExcludeArch: s390 s390x @@ -9,21 +9,19 @@ BuildRoot: %{_tmppath}/%{name}-root #BuildPrereq: /usr/include/baudboy.h BuildPrereq: lockdev-devel >= 1.0.0-13 Requires: lockdev +URL: http://www.pp.clinet.fi/~walker/minicom.html Source: ftp://metalab.unc.edu/pub/Linux/apps/serialcomm/dialout/minicom-%{version}.src.tar.bz2 - +Source1: minicom.desktop Patch0: minicom-1.81-config.patch Patch1: minicom-1.83.1-make.patch Patch2: minicom-drop-privs.patch Patch3: minicom-1.83.1-time.patch Patch4: minicom-umask.patch -# Fixes many format string abuses in minicom. Even so, minicom is still -# not safe to run SUID or SGID due to the do_log function being exported -# to the scripting language. You have been warned. -Patch5: minicom-1.83.1-format-string-vuln.patch -Patch6: minicom-1.83.1-cs_CZ-translation.patch + Patch7: minicom-1.83.1-disable-message.patch Patch8: minicom-1.83.1-rh.patch +Patch9: minicom-1.83-badlocales.patch %description Minicom is a simple text-based modem control and terminal emulation @@ -33,45 +31,37 @@ language, and other features. %prep %setup -q -%patch0 -p1 -b .config -%patch1 -p1 -b .make +###%patch0 -p1 -b .config Appears unneeded in 2.00.0 +###%patch1 -p1 -b .make Appears unneeded in 2.00.0 %patch2 -p1 -b .privs -%patch3 -p1 -b .time +###%patch3 -p1 -b .time Appears unneeded in 2.00.0 %patch4 -p1 -b .umask -%patch5 -p1 -b .format-string-vuln -%patch6 -p1 -b .cs_CZ-translation -%patch7 -p0 -b .disable-message +###%patch7 -p0 -b .disable-message Stay or go? We'll wait and see... %patch8 -p1 -b .rh +###%patch9 -p1 Needs removal, or repair + %build -# Remove precompiled binaries from sources. Why the hell is this stuff -# even there? -rm -rf linux -OLD_PO_FILE_INPUT=yes make -C src +%configure +make + %install -rm -rf $RPM_BUILD_ROOT -make -C src install R=$RPM_BUILD_ROOT MANDIR=%{_mandir}/man1 - +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +%makeinstall install -d $RPM_BUILD_ROOT/etc/X11/applnk/Internet -cat > $RPM_BUILD_ROOT/etc/X11/applnk/Internet/minicom.desktop < 2.00.0-3 +- Rebuilt in new build environment + +* Wed Jan 09 2002 Tim Powers 2.00.0-2 +- automated rebuild + +* Wed Nov 21 2001 Mike A. Harris 2.00.0-1 +- Updated to version 2.00.0-0, which now uses GNU autoconf for everything, + to ease portability and internationalization issues. Hold on for the + ride, as there's bound to be some bumps on the way. ;o) On the up side, + the packaging is likely to be MUCH more maintainable in the future, which + is very nice to see. +- Disabled most patches as they are either included now, not needed, or + it has yet to be determined. + +* Fri Oct 12 2001 Trond Eivind Glomsrød 1.83.1-17 +- Delete bad entries in ko.po, fix charset in ja.po + * Tue Aug 28 2001 Jeff Johnson - map specific errno's into status for return from helper. diff --git a/sources b/sources index 1fc1702..40a876c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf2691b2f83a4276d0ea265e1e9d155d minicom-1.83.1.src.tar.bz2 +abc0bd2ec856cca633d764635f80ee41 minicom-2.00.0.src.tar.bz2