commit smpppd for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package smpppd for openSUSE:Factory checked 
in at 2012-03-29 07:48:20

Comparing /work/SRC/openSUSE:Factory/smpppd (Old)
 and  /work/SRC/openSUSE:Factory/.smpppd.new (New)


Package is smpppd, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/smpppd/smpppd.changes2012-01-13 
11:00:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.smpppd.new/smpppd.changes   2012-03-29 
07:48:25.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 21 22:22:48 UTC 2012 - dims...@opensuse.org
+
+- Add smpppd-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  smpppd-gcc47.patch



Other differences:
--
++ smpppd.spec ++
--- /var/tmp/diff_new_pack.27rK1V/_old  2012-03-29 07:48:26.0 +0200
+++ /var/tmp/diff_new_pack.27rK1V/_new  2012-03-29 07:48:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smpppd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if 0%{?suse_version  1120}
 %bcond_with policykit
@@ -24,17 +23,21 @@
 %endif
 
 Name:   smpppd
-BuildRequires:  gcc-c++ openslp-devel openssl-devel
+BuildRequires:  gcc-c++
+BuildRequires:  openslp-devel
+BuildRequires:  openssl-devel
 %if %{with policykit}
 BuildRequires:  PolicyKit-devel
 %endif
+Summary:SuSE Meta PPP Daemon
 License:GPL-2.0+
 Group:  Productivity/Networking/PPP
-Summary:SuSE Meta PPP Daemon
-Requires:   ppp /usr/bin/killall
+Requires:   /usr/bin/killall
+Requires:   ppp
 Version:1.60.56
-Release:1
+Release:0
 Source0:smpppd-%version.tar.bz2
+Patch0: smpppd-gcc47.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq %insserv_prereq
 Recommends: wvdial 
@@ -54,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %if 0
 if [ -e  $RPM_SOURCE_DIR/devel.diff ]; then
patch -p1  $RPM_SOURCE_DIR/devel.diff

++ smpppd-gcc47.patch ++
Index: smpppd-1.60.56/smpppd/modem-config.cc
===
--- smpppd-1.60.56.orig/smpppd/modem-config.cc
+++ smpppd-1.60.56/smpppd/modem-config.cc
@@ -8,6 +8,7 @@
 #include regex.h
 
 #include cstdlib
+#include unistd.h
 
 #include modem-config.h
 #include utils.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit smpppd for openSUSE:Factory

2012-01-13 Thread h_root
Hello community,

here is the log from the commit of package smpppd for openSUSE:Factory checked 
in at 2012-01-13 11:00:28

Comparing /work/SRC/openSUSE:Factory/smpppd (Old)
 and  /work/SRC/openSUSE:Factory/.smpppd.new (New)


Package is smpppd, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/smpppd/smpppd.changes2011-10-20 
14:12:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.smpppd.new/smpppd.changes   2012-01-13 
11:00:36.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 22 14:26:38 UTC 2011 - lnus...@suse.de
+
+- print debug messages to stderr
+- fix dnotify fd's don't survive fork (bnc#734294)
+
+---

Old:

  smpppd-1.60.52.tar.bz2

New:

  smpppd-1.60.56.tar.bz2



Other differences:
--
++ smpppd.spec ++
--- /var/tmp/diff_new_pack.g4i35s/_old  2012-01-13 11:00:42.0 +0100
+++ /var/tmp/diff_new_pack.g4i35s/_new  2012-01-13 11:00:42.0 +0100
@@ -32,7 +32,7 @@
 Group:  Productivity/Networking/PPP
 Summary:SuSE Meta PPP Daemon
 Requires:   ppp /usr/bin/killall
-Version:1.60.52
+Version:1.60.56
 Release:1
 Source0:smpppd-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ smpppd-1.60.52.tar.bz2 - smpppd-1.60.56.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smpppd-1.60.52/configure new/smpppd-1.60.56/configure
--- old/smpppd-1.60.52/configure2011-10-19 10:56:03.0 +0200
+++ new/smpppd-1.60.56/configure2011-12-22 15:21:10.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for smpppd 1.60.52.
+# Generated by GNU Autoconf 2.68 for smpppd 1.60.56.
 #
 # Report bugs to http://gitorious.org/opensuse/smpppd.
 #
@@ -560,8 +560,8 @@
 # Identity of this package.
 PACKAGE_NAME='smpppd'
 PACKAGE_TARNAME='smpppd'
-PACKAGE_VERSION='1.60.52'
-PACKAGE_STRING='smpppd 1.60.52'
+PACKAGE_VERSION='1.60.56'
+PACKAGE_STRING='smpppd 1.60.56'
 PACKAGE_BUGREPORT='http://gitorious.org/opensuse/smpppd'
 PACKAGE_URL=''
 
@@ -1270,7 +1270,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 smpppd 1.60.52 to adapt to many kinds of systems.
+\`configure' configures smpppd 1.60.56 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1336,7 +1336,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of smpppd 1.60.52:;;
+ short | recursive ) echo Configuration of smpppd 1.60.56:;;
esac
   cat \_ACEOF
 
@@ -1443,7 +1443,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-smpppd configure 1.60.52
+smpppd configure 1.60.56
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1737,7 +1737,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by smpppd $as_me 1.60.52, which was
+It was created by smpppd $as_me 1.60.56, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2555,7 +2555,7 @@
 
 # Define the identity of the package.
  PACKAGE='smpppd'
- VERSION='1.60.52'
+ VERSION='1.60.56'
 
 
 cat confdefs.h _ACEOF
@@ -5363,7 +5363,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by smpppd $as_me 1.60.52, which was
+This file was extended by smpppd $as_me 1.60.56, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5429,7 +5429,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-smpppd config.status 1.60.52
+smpppd config.status 1.60.56
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smpppd-1.60.52/smpppd/lists.cc 
new/smpppd-1.60.56/smpppd/lists.cc
--- old/smpppd-1.60.52/smpppd/lists.cc  2011-05-11 15:45:52.0 +0200
+++ new/smpppd-1.60.56/smpppd/lists.cc  2011-12-22 11:30:18.0 +0100
@@ -116,7 +116,7 @@
 int globret = glob (PROVIDERS_PATH *,
GLOB_MARK | GLOB_NOSORT, 0, globbuf);
 if (globret != 0) {
-   if (globret = GLOB_NOMATCH)
+   if (globret != GLOB_NOMATCH)
fprintf 

commit smpppd for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package smpppd for openSUSE:Factory checked 
in at 2011-12-06 19:04:48

Comparing /work/SRC/openSUSE:Factory/smpppd (Old)
 and  /work/SRC/openSUSE:Factory/.smpppd.new (New)


Package is smpppd, Maintainer is lnus...@suse.com

Changes:




Other differences:
--
++ smpppd.spec ++
--- /var/tmp/diff_new_pack.AufXV8/_old  2011-12-06 19:37:49.0 +0100
+++ /var/tmp/diff_new_pack.AufXV8/_new  2011-12-06 19:37:49.0 +0100
@@ -28,7 +28,7 @@
 %if %{with policykit}
 BuildRequires:  PolicyKit-devel
 %endif
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Networking/PPP
 Summary:SuSE Meta PPP Daemon
 Requires:   ppp /usr/bin/killall

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit smpppd for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package smpppd for openSUSE:Factory
checked in at Mon Aug 29 10:34:23 CEST 2011.




--- smpppd/smpppd.changes   2011-05-11 15:53:04.0 +0200
+++ /mounts/work_src_done/STABLE/smpppd/smpppd.changes  2011-08-26 
15:06:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 26 13:05:51 UTC 2011 - lnus...@suse.de
+
+- link against libcrypto instead of libssl
+
+---

calling whatdependson for head-i586


Old:

  smpppd-1.60.50.tar.bz2

New:

  smpppd-1.60.51.tar.bz2



Other differences:
--
++ smpppd.spec ++
--- /var/tmp/diff_new_pack.9wONv3/_old  2011-08-29 10:31:16.0 +0200
+++ /var/tmp/diff_new_pack.9wONv3/_new  2011-08-29 10:31:16.0 +0200
@@ -32,7 +32,7 @@
 Group:  Productivity/Networking/PPP
 Summary:SuSE Meta PPP Daemon
 Requires:   ppp /usr/bin/killall
-Version:1.60.50
+Version:1.60.51
 Release:1
 Source0:smpppd-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ smpppd-1.60.50.tar.bz2 - smpppd-1.60.51.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smpppd-1.60.50/configure new/smpppd-1.60.51/configure
--- old/smpppd-1.60.50/configure2011-05-11 15:59:06.0 +0200
+++ new/smpppd-1.60.51/configure2011-08-26 15:03:46.0 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for smpppd 1.60.50.
+# Generated by GNU Autoconf 2.68 for smpppd 1.60.51.
 #
-# Report bugs to http://developer.novell.com/wiki/index.php/Smpppd.
+# Report bugs to http://gitorious.org/opensuse/smpppd.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -239,10 +239,10 @@
 $as_echo $0: be upgraded to zsh 4.3.4 or later.
   else
 $as_echo $0: Please tell bug-autoc...@gnu.org and
-$0: http://developer.novell.com/wiki/index.php/Smpppd about
-$0: your system, including any error possibly output before
-$0: this message. Then install a modern shell, or manually
-$0: run the script under such a shell if you do have one.
+$0: http://gitorious.org/opensuse/smpppd about your system,
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one.
   fi
   exit 1
 fi
@@ -560,9 +560,9 @@
 # Identity of this package.
 PACKAGE_NAME='smpppd'
 PACKAGE_TARNAME='smpppd'
-PACKAGE_VERSION='1.60.50'
-PACKAGE_STRING='smpppd 1.60.50'
-PACKAGE_BUGREPORT='http://developer.novell.com/wiki/index.php/Smpppd'
+PACKAGE_VERSION='1.60.51'
+PACKAGE_STRING='smpppd 1.60.51'
+PACKAGE_BUGREPORT='http://gitorious.org/opensuse/smpppd'
 PACKAGE_URL=''
 
 ac_unique_file=smpppd/smpppd.cc
@@ -1270,7 +1270,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 smpppd 1.60.50 to adapt to many kinds of systems.
+\`configure' configures smpppd 1.60.51 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1336,7 +1336,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of smpppd 1.60.50:;;
+ short | recursive ) echo Configuration of smpppd 1.60.51:;;
esac
   cat \_ACEOF
 
@@ -1380,7 +1380,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to http://developer.novell.com/wiki/index.php/Smpppd.
+Report bugs to http://gitorious.org/opensuse/smpppd.
 _ACEOF
 ac_status=$?
 fi
@@ -1443,7 +1443,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-smpppd configure 1.60.50
+smpppd configure 1.60.51
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1640,9 +1640,9 @@
 $as_echo $as_me: WARNING: $2: section \Present But Cannot Be Compiled\ 
2;}
 { $as_echo $as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the 
compiler's result 5
 $as_echo $as_me: WARNING: $2: proceeding with the compiler's result 2;}
-( $as_echo ## 
 ##
-## Report this to http://developer.novell.com/wiki/index.php/Smpppd ##
-##  ##
+( $as_echo ## --- ##
+## Report this to http://gitorious.org/opensuse/smpppd ##
+## --- ##
  ) | sed s/^/$as_me: WARNING: / 2
 ;;
 esac
@@ -1737,7 +1737,7 @@
 This file contains any messages produced by compilers while
 running