Hello community,

here is the log from the commit of package ipcalc for openSUSE:Factory checked 
in at 2013-06-19 14:44:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipcalc (Old)
 and      /work/SRC/openSUSE:Factory/.ipcalc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipcalc"

Changes:
--------
New Changes file:

--- /dev/null   2013-06-19 06:36:38.484029756 +0200
+++ /work/SRC/openSUSE:Factory/.ipcalc.new/ipcalc.changes       2013-06-19 
14:44:15.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Sun Jun 26 22:24:37 UTC 2011 - lazy.k...@opensuse.org
+
+- refreshed patch to fix build in openSUSE >= 11.3
+- splitted off rpm changelog to changes
+- corrected License tag
+- added Authors
+- formatted spec
+
+-------------------------------------------------------------------
+Sun Nov 18 00:00:00 UTC 2007 - g...@unixtech.be
+
+- moved to openSUSE Build Service
+- added minor patch
+
+-------------------------------------------------------------------
+Sun Oct 22 00:00:00 UTC 2006 - g...@unixtech.be
+
+- new upstream version
+- rewrote spec file
+
+

New:
----
  ipcalc-0.41.tar.gz
  ipcalc.changes
  ipcalc.spec
  patch-queue

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ipcalc.spec ++++++
#
# spec file for package ipcalc
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           ipcalc
Version:        0.41
Release:        0
License:        GPL-2.0+
Summary:        IPv4 Address Calculator
URL:            http://jodies.de/ipcalc
Group:          Productivity/Networking/System
Source0:        http://jodies.de/ipcalc-archive/ipcalc-%{version}.tar.gz
Patch1:         http://jodies.de/ipcalc-archive/patch-queue
BuildArch:      noarch
BuildRoot:      %{_tmppath}/build-%{name}-%{version}

%description
ipcalc takes an IP address and netmask and calculates the resulting
broadcast, network, Cisco wildcard mask, and host range. By giving a
second netmask, you can design subnets and supernets. It is also
presents the subnetting results as easy-to-understand binary values.

Enter your netmask(s) in CIDR notation (/25) or dotted decimals
(255.255.255.0). Inverse netmasks are recognized. If you omit the
netmask ipcalc uses the default netmask for the class of your network.



Authors:
--------
    Krischan Jodies <ipcalc-200...@jodies.de>

%prep
%setup -q
%patch1

%build

%install
%__install -D -m 0755 ipcalc "%{buildroot}%{_bindir}/ipcalc"

%clean
%__rm -rf "%{buildroot}"

%files
%defattr(-,root,root)
%doc license changelog contributors
%{_bindir}/ipcalc

%changelog

# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End:
++++++ patch-queue ++++++
Jahreszahl, Mehrzahl und omit ;-)

Index: ipcalc
===================================================================
--- ipcalc.orig
+++ ipcalc
@@ -2,7 +2,7 @@
 
 
 #  IPv4 Calculator
-#  Copyright (C) Krischan Jodies 2000 - 2004
+#  Copyright (C) Krischan Jodies 2000 - 2006
 #  krischan()jodies.de, http://jodies.de/ipcalc
 #   
 #  This program is free software; you can redistribute it and/or modify
@@ -1082,7 +1082,7 @@ sub help {
 IP Calculator $version
 
 Enter your netmask(s) in CIDR notation (/25) or dotted decimals 
(255.255.255.0).
-Inverse netmask are recognized. If you mmit the netmask, ipcalc uses the 
default
+Inverse netmasks are recognized. If you omit the netmask, ipcalc uses the 
default
 netmask for the class of your network.
 
 Look at the space between the bits of the addresses: The bits before it are 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to