From f0f74ecda79ef649a931dc146c55c8e3eae121ba57be30bafc93e9a2cbc25633 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 21 Apr 2011 11:40:58 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/netcat-openbsd revision 11.0 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcat-openbsd?expand=0&rev=fdfd6133881a1c2799089df8a65df2fa --- netcat-openbsd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netcat-openbsd.spec b/netcat-openbsd.spec index defde2f..ee6a9bd 100644 --- a/netcat-openbsd.spec +++ b/netcat-openbsd.spec @@ -1,7 +1,7 @@ # -# spec file for package netcat-openbsd (Version 1.89) +# spec file for package netcat-openbsd # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Url: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ Name: netcat-openbsd Version: 1.89 -Release: 67 +Release: 77 License: BSD3c BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake glib2-devel quilt From 6146a86a10ce6232305321d931d4797c5fb41f56d0bbf59ec261270a30de4695 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sun, 17 Jul 2011 18:42:23 +0000 Subject: [PATCH 2/2] Accepting request 76320 from home:aturrini:branches:network:utilities Fixed typos in description of netcat-openbsd.spec OBS-URL: https://build.opensuse.org/request/show/76320 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcat-openbsd?expand=0&rev=8 --- netcat-openbsd.changes | 5 +++++ netcat-openbsd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/netcat-openbsd.changes b/netcat-openbsd.changes index eb793aa..20f94cd 100644 --- a/netcat-openbsd.changes +++ b/netcat-openbsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 16 13:34:18 UTC 2011 - andrea.turrini@gmail.com + +- Fixed typos in description of netcat-openbsd.spec + ------------------------------------------------------------------- Fri Jun 25 16:55:06 UTC 2010 - lmuelle@suse.de diff --git a/netcat-openbsd.spec b/netcat-openbsd.spec index ee6a9bd..15101a0 100644 --- a/netcat-openbsd.spec +++ b/netcat-openbsd.spec @@ -37,9 +37,9 @@ Obsoletes: nc6 <= 1.0 netcat <= 1.10 %description A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable -"bac k-end" tool that can be used directly or easily driven by other +"back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network -debuggin g and exploration tool, since it can create almost any kind of +debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.