Mailinglist Archive: opensuse-commit (1093 mails)

< Previous Next >
commit smpppd for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 05 Mar 2010 11:51:57 +0100
  • Message-id: <20100305105158.00DD5202AD@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package smpppd for openSUSE:Factory
checked in at Fri Mar 5 11:51:57 CET 2010.



--------
--- smpppd/smpppd.changes 2009-10-19 09:52:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/smpppd/smpppd.changes 2010-03-03
17:18:54.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Mar 3 16:18:13 UTC 2010 - lnussel@xxxxxxx
+
+- refactor common functions
+- increase smpppd-ifcfg poll timeout to one second
+- fix small memleak
+- add support for asynchronous processes
+- polkit1 support (bnc#580719)
+- disable wireless support
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
smpppd-1.59_SVN31.tar.bz2
smpppd-add-support-for-netconfig-bnc-449518.diff
smpppd-sysconfig-bnc-449518.diff

New:
----
smpppd-1.60.45.tar.bz2

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

Other differences:
------------------
++++++ smpppd.spec ++++++
--- /var/tmp/diff_new_pack.kEftu4/_old 2010-03-05 11:51:12.000000000 +0100
+++ /var/tmp/diff_new_pack.kEftu4/_new 2010-03-05 11:51:12.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package smpppd (Version 1.59_SVN31)
+# spec file for package smpppd (Version 1.60.45)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -17,19 +17,24 @@

# norootforbuild

+%if 0%{?suse_version < 1120}
+%bcond_with policykit
+%else
+%bcond_without policykit
+%endif

Name: smpppd
-BuildRequires: gcc-c++ libiw-devel openslp-devel openssl-devel
+BuildRequires: gcc-c++ openslp-devel openssl-devel
+%if %{with policykit}
BuildRequires: PolicyKit-devel
-License: GPL v2 or later
+%endif
+License: GPLv2+
Group: Productivity/Networking/PPP
Summary: SuSE Meta PPP Daemon
Requires: ppp /usr/bin/killall
-Version: 1.59_SVN31
-Release: 4
+Version: 1.60.45
+Release: 1
Source0: smpppd-%version.tar.bz2
-Patch: smpppd-add-support-for-netconfig-bnc-449518.diff
-Patch1: smpppd-sysconfig-bnc-449518.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %fillup_prereq %insserv_prereq
Recommends: wvdial
@@ -48,8 +53,6 @@

%prep
%setup -q
-%patch -p1
-%patch1 -p1
%if 0
if [ -e $RPM_SOURCE_DIR/devel.diff ]; then
patch -p1 < $RPM_SOURCE_DIR/devel.diff
@@ -60,7 +63,15 @@
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
test configure -nt configure.in || autoreconf -i
-./configure --prefix=%_prefix --sysconf=/etc --mandir=%{_mandir}
--docdir=%_defaultdocdir/%name
+./configure \
+ --prefix=%_prefix \
+ --sysconf=/etc \
+ --mandir=%{_mandir} \
+%if %{with policykit}
+ --without-polkit1 \
+ --with-policykit \
+%endif
+ --docdir=%_defaultdocdir/%name
make %{?jobs:-j%jobs}

%check
@@ -91,13 +102,19 @@
%{_sbindir}/smpppd-ifcfg
%{_sbindir}/smpppd-dhcp
%{_sbindir}/rcsmpppd
+%if %{with policykit}
%dir %{_datadir}/PolicyKit
%dir %{_datadir}/PolicyKit/policy
%{_datadir}/PolicyKit/policy/org.opensuse.smpppd.policy
%{_prefix}/lib/smpppd
+%else
+%dir %{_datadir}/polkit-1
+%dir %{_datadir}/polkit-1/actions
+%{_datadir}/polkit-1/actions/org.opensuse.smpppd.policy
+%endif
%attr (700, root, root) %dir /var/lib/smpppd
%attr (750, root, dialout) %dir /var/log/smpppd
-%attr (755, root, dialout) %dir /var/run/smpppd
+%attr (755, root, root) %dir /var/run/smpppd
%{_mandir}/man?/*
%doc %_defaultdocdir/smpppd


++++++ smpppd-1.59_SVN31.tar.bz2 -> smpppd-1.60.45.tar.bz2 ++++++
++++ 12554 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages