Hello community, here is the log from the commit of package statserial for openSUSE:Factory checked in at 2011-12-02 13:22:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/statserial (Old) and /work/SRC/openSUSE:Factory/.statserial.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "statserial", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/statserial/statserial.changes 2011-10-04 18:15:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.statserial.new/statserial.changes 2011-12-02 13:23:15.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Nov 30 09:39:01 UTC 2011 - [email protected] + +- Remove asneeded workaround and fix compile line instead. + +------------------------------------------------------------------- +Tue Nov 29 08:47:10 UTC 2011 - [email protected] + +- added -ltinfo to fix build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ statserial.spec ++++++ --- /var/tmp/diff_new_pack.SmH7AP/_old 2011-12-02 13:23:17.000000000 +0100 +++ /var/tmp/diff_new_pack.SmH7AP/_new 2011-12-02 13:23:17.000000000 +0100 @@ -22,15 +22,14 @@ Version: 1.1 Release: 716 BuildRequires: ncurses-devel -Provides: statseri -Obsoletes: statseri -AutoReqProv: on +Provides: statseri = %version +Obsoletes: statseri < %version Group: Hardware/Other Summary: Helps to Debug Serial Lines -License: GPL v2 or later +License: GPL-2.0+ Url: http://ca.geocities.com/[email protected]/ Source: ftp://metalab.unc.edu/pub/Linux/system/serial/%{name}-%{version}.tar.gz -Patch: %{name}-%{version}-device.diff +Patch0: %{name}-%{version}-device.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,21 +37,12 @@ 25-pin serial port and indicates the status of the handshaking lines. It can be useful for debugging problems with serial ports or modems. - - -Authors: --------- - Jeff Tranter <[email protected]> - %prep %setup -q -%patch +%patch0 %build -# This package failed when testing with -Wl,-as-needed being default. -# So we disable it here, if you want to retest, just delete this comment and the line below. -export SUSE_ASNEEDED=0 -%__cc $RPM_OPT_FLAGS -lncurses -o statserial statserial.c +%__cc $RPM_OPT_FLAGS -o statserial statserial.c -lncurses -ltinfo %install install -d -m 755 $RPM_BUILD_ROOT%{_bindir}/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
