Hello community,

here is the log from the commit of package ddclient for openSUSE:11.4
checked in at Wed Oct 19 16:16:25 CEST 2011.



--------
--- old-versions/11.4/all/ddclient/ddclient.changes     2009-09-01 
13:22:03.000000000 +0200
+++ 11.4/ddclient/ddclient.changes      2011-10-15 10:34:48.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Oct 15 10:34:17 CEST 2011 - [email protected]
+
+- upgrade Suggests for perl-IO-Socket-SSL to Recommends
+  (bnc#723688)
+
+-------------------------------------------------------------------
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+
+-------------------------------------------------------------------
+Mon Aug 29 15:22:47 CEST 2011 - [email protected]
+
+- work on init-script so that start/status/stop at least work
+  (bnc#267306) 
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/ddclient
Destination is old-versions/11.4/UPDATES/all/ddclient
calling whatdependson for 11.4-i586


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

Other differences:
------------------
++++++ ddclient.spec ++++++
--- /var/tmp/diff_new_pack.izFFfB/_old  2011-10-19 16:13:33.000000000 +0200
+++ /var/tmp/diff_new_pack.izFFfB/_new  2011-10-19 16:13:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ddclient (Version 3.8.0)
+# spec file for package ddclient
 #
-# Copyright (c) 2009 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           ddclient
 Summary:        A Perl Client to Update Dynamic DNS Entries
 Version:        3.8.0
-Release:        5
+Release:        13.<RELEASE14>
 License:        GPL v2 or later
 Group:          Productivity/Networking/DNS/Utilities
-AutoReqProv:    on
 Url:            http://ddclient.sourceforge.net/
 Source0:        
http://switch.dl.sourceforge.net/sourceforge/ddclient/%{name}-%{version}.tar.bz2
 Source1:        rc.ddclient
@@ -34,7 +32,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %fillup_prereq
 Requires:       perl >= 5.004
-Suggests:       perl-IO-Socket-SSL
+Recommends:     perl-IO-Socket-SSL
 
 %description
 ddclient is a small full-featured client requiring only Perl. Supported
@@ -48,13 +46,6 @@
 DNS services. Comes with sample scripts for use with DHCP, PPP, and
 cron.
 
-
-
-Authors:
---------
-    Wim Vinckier <[email protected] >
-    Paul Burry <[email protected]>
-
 %prep
 %setup
 %patch0 -p1
@@ -65,14 +56,8 @@
 mv sample-ddclient-wrapper.sh examples
 
 %build
-#export CFLAGS="$RPM_OPT_FLAGS"
-#./configure \
-#              --mandir=%{_mandir} \
-#              --prefix=%{prefix} \
-#              --libdir=%{_libdir} \
-#              --infodir=%{_infodir} \
-#              --sysconfdir=%{_sysconfdir} \
-#
+#%%configure
+#make
 # If the package provides automatic testing
 #make test
 # nothing to do here (yet)
@@ -100,10 +85,6 @@
 %restart_on_update ddclient
 %insserv_cleanup
 
-%clean
-# Clear up the mess
-%{__rm} -rf $RPM_BUILD_ROOT;
-
 %files
 %defattr(-, root, root)
 %doc COPY* README* sample* examples

++++++ rc.ddclient ++++++
--- /var/tmp/diff_new_pack.izFFfB/_old  2011-10-19 16:13:33.000000000 +0200
+++ /var/tmp/diff_new_pack.izFFfB/_new  2011-10-19 16:13:33.000000000 +0200
@@ -40,7 +40,7 @@
 if [ `/bin/cat $DDCLIENT_CONFIG | grep -e "^use=" >/dev/null; echo $?` -eq 0 
]; then
   dd_use=
 else
-  dd_use="-use if -if ppp0"
+  dd_use="-use=if -if ppp0"
 fi
 
 # Shell functions sourced from /etc/rc.status:
@@ -75,14 +75,14 @@
 case "$1" in
   start)
        echo -n "Starting ddclient daemon :"
-       /sbin/startproc "$DDCLIENT_BIN" -daemon $dd_intervall "$dd_use" 
$DDCLIENT_OPTIONS
+       /sbin/startproc "$DDCLIENT_BIN" -daemon $dd_intervall "$dd_use" 
$DDCLIENT_OPTIONS -pid /var/run/ddclient.pid
 
        # remember status and be verbose
        rc_status -v
        ;;
   stop)
        echo -n "Shutting down ddclient daemon :"
-       /sbin/killproc -TERM `basename "$DDCLIENT_BIN"`
+       /sbin/killproc -p /var/run/ddclient.pid -TERM /usr/bin/perl
 
        # remember status and be verbose
        rc_status -v
@@ -115,7 +115,7 @@
        ;;
   status)
        echo -n "Checking for service ddclient :"
-       /sbin/checkproc `basename "$DDCLIENT_BIN"`
+       /sbin/checkproc -p /var/run/ddclient.pid /usr/bin/perl
 
        # remember status and be verbose
        rc_status -v

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to