commit mono-nat for openSUSE:Factory
Hello community, here is the log from the commit of package mono-nat for openSUSE:Factory checked in at Mon Sep 28 17:30:50 CEST 2009. -------- --- mono-nat/mono-nat.changes 2009-03-02 23:19:14.000000000 +0100 +++ mono-nat/mono-nat.changes 2009-05-07 06:49:05.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Apr 25 12:33:22 CDT 2009 - oddrationale@gmail.com + +- Update to 1.0.1 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- mono-nat-1.0.tar.bz2 New: ---- mono-nat-1.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mono-nat.spec ++++++ --- /var/tmp/diff_new_pack.ldraUT/_old 2009-09-28 17:30:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ldraUT/_new 2009-09-28 17:30:22.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package mono-nat (Version 1.0) +# spec file for package mono-nat (Version 1.0.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,47 +15,54 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild -Url: http://projects.qnetp.net/projects/show/mono-nat Name: mono-nat -Version: 1.0 -Release: 2 -License: X11/MIT -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Version: 1.0.1 +Release: 1 +License: MIT/X11 +Summary: A C sharp torrent library +Group: Applications/Internet +Url: http://projects.qnetp.net/projects/show/mono-nat +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: mono-core +BuildRequires: mono-data BuildRequires: mono-devel -BuildArch: noarch -Source: %{name}-%{version}.tar.bz2 -Group: Development/Libraries/Other -Summary: .NET library for automatic port forwarding - -%description -Mono.Nat is a .NET library used for automatic port forwarding. +BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%package devel +License: MIT/X11 +Summary: A .NET library for automatic port forwarding +Group: Development/Libraries +# NOTE: Ignore RPMLINT no-binary warning +%description +A .NET library for automatic port forwarding using either uPnP or nat-pmp -Authors: --------- - Alan McGovern <alan.mcgovern@gmail.com> +%description devel +A .NET library for automatic port forwarding using either uPnP or nat-pmp. The package config files for mono.nat %prep %setup -q %build -%configure --libdir=%{_prefix}/lib -make +%configure +%__make %{?jobs:-j%{jobs}} %install -make DESTDIR=%{buildroot} install -mkdir %{buildroot}%{_datadir} -mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir}/ +%makeinstall %clean -rm -rf %{buildroot} +%__rm -rf "%{buildroot}" %files %defattr(-,root,root) -%{_prefix}/lib/%{name} -%{_datadir}/pkgconfig/mono.nat.pc +%{_libdir}/mono-nat + +%files devel +%defattr(-,root,root) +%{_libdir}/pkgconfig/mono.nat.pc %changelog ++++++ mono-nat-1.0.tar.bz2 -> mono-nat-1.0.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mono-nat-1.0/Mono.Nat/NatUtility.cs new/mono-nat-1.0.1/Mono.Nat/NatUtility.cs --- old/mono-nat-1.0/Mono.Nat/NatUtility.cs 2009-02-02 23:51:15.000000000 +0100 +++ new/mono-nat-1.0.1/Mono.Nat/NatUtility.cs 2009-04-21 00:07:00.000000000 +0200 @@ -74,9 +74,9 @@ private static void SearchAndListen() { IPEndPoint received = new IPEndPoint(IPAddress.Parse("192.168.0.1"),5351); - try + while (true) { - while (true) + try { if (client.Available > 0) { @@ -95,13 +95,11 @@ } System.Threading.Thread.Sleep(10); } - } - catch (Exception e) - { - if (UnhandledException != null) - UnhandledException(typeof(NatUtility), new UnhandledExceptionEventArgs(e, false)); - else - throw; + catch (Exception e) + { + if (UnhandledException != null) + UnhandledException(typeof(NatUtility), new UnhandledExceptionEventArgs(e, false)); + } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mono-nat-1.0/Mono.Nat/mono.nat.pc.in new/mono-nat-1.0.1/Mono.Nat/mono.nat.pc.in --- old/mono-nat-1.0/Mono.Nat/mono.nat.pc.in 2009-02-02 23:51:15.000000000 +0100 +++ new/mono-nat-1.0.1/Mono.Nat/mono.nat.pc.in 2009-04-21 00:07:00.000000000 +0200 @@ -1,6 +1,6 @@ Name: Mono.Nat Description: Mono.Nat -Version: 1.0 +Version: @VERSION@ Requires: Libs: -r:@expanded_libdir@/@PACKAGE@/Mono.Nat.dll diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mono-nat-1.0/configure new/mono-nat-1.0.1/configure --- old/mono-nat-1.0/configure 2009-02-03 01:14:23.000000000 +0100 +++ new/mono-nat-1.0.1/configure 2009-04-21 00:07:23.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for Mono.Nat 1.0. +# Generated by GNU Autoconf 2.63 for Mono.Nat 1.0.1. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -594,8 +594,8 @@ # Identity of this package. PACKAGE_NAME='Mono.Nat' PACKAGE_TARNAME='mono-nat' -PACKAGE_VERSION='1.0' -PACKAGE_STRING='Mono.Nat 1.0' +PACKAGE_VERSION='1.0.1' +PACKAGE_STRING='Mono.Nat 1.0.1' PACKAGE_BUGREPORT='' ac_subst_vars='LTLIBOBJS @@ -1230,7 +1230,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Mono.Nat 1.0 to adapt to many kinds of systems. +\`configure' configures Mono.Nat 1.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1296,7 +1296,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Mono.Nat 1.0:";; + short | recursive ) echo "Configuration of Mono.Nat 1.0.1:";; esac cat <<\_ACEOF @@ -1369,7 +1369,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Mono.Nat configure 1.0 +Mono.Nat configure 1.0.1 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1383,7 +1383,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Mono.Nat $as_me 1.0, which was +It was created by Mono.Nat $as_me 1.0.1, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2099,7 +2099,7 @@ # Define the identity of the package. PACKAGE='mono-nat' - VERSION='1.0' + VERSION='1.0.1' cat >>confdefs.h <<_ACEOF @@ -3007,7 +3007,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Mono.Nat $as_me 1.0, which was +This file was extended by Mono.Nat $as_me 1.0.1, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3057,7 +3057,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -Mono.Nat config.status 1.0 +Mono.Nat config.status 1.0.1 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mono-nat-1.0/configure.ac new/mono-nat-1.0.1/configure.ac --- old/mono-nat-1.0/configure.ac 2009-02-02 23:51:15.000000000 +0100 +++ new/mono-nat-1.0.1/configure.ac 2009-04-21 00:07:00.000000000 +0200 @@ -1,7 +1,7 @@ dnl Warning: This is an automatically generated file, do not edit! dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) -AC_INIT([Mono.Nat], [1.0]) +AC_INIT([Mono.Nat], [1.0.1]) AM_INIT_AUTOMAKE([foreign]) dnl pkg-config ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de