Hello community, here is the log from the commit of package atftp checked in at Sat Jul 1 13:42:31 CEST 2006. -------- --- atftp/atftp.changes 2006-04-07 17:27:04.000000000 +0200 +++ atftp/atftp.changes 2006-07-01 04:55:29.000000000 +0200 @@ -1,0 +2,8 @@ +Sat Jul 1 04:54:51 CEST 2006 - mrueckert@suse.de + +- bump the version number to 0.7.0: + This fix is needed because 0.7 < 0.7cvs. Replaced %{version} + with %{pkg_version} everywhere. %{pkg_version} holds the original + value of 0.7. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atftp.spec ++++++ --- /var/tmp/diff_new_pack.0nEbpi/_old 2006-07-01 13:41:49.000000000 +0200 +++ /var/tmp/diff_new_pack.0nEbpi/_new 2006-07-01 13:41:49.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package atftp (Version 0.7) +# spec file for package atftp (Version 0.7.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,8 +11,9 @@ # norootforbuild Name: atftp -Version: 0.7 -Release: 17 +%define pkg_version 0.7 +Version: 0.7.0 +Release: 1 License: GPL Group: System/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -20,7 +21,7 @@ PreReq: %insserv_prereq %fillup_prereq Conflicts: tftp URL: ftp://ftp.mamalinux.com/pub/atftp/ -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{pkg_version}.tar.bz2 Source1: atftpd.init.d Source2: atftpd.sysconfig Patch1: atftp-0.7.dif @@ -47,7 +48,7 @@ Remi Lefebvre <remi@debian.org> %prep -%setup -q +%setup -q -n %{name}-%{pkg_version} %patch1 %patch2 %patch3 @@ -94,6 +95,11 @@ %{_mandir}/man8/in.tftpd.8.gz %changelog -n atftp +* Sat Jul 01 2006 - mrueckert@suse.de +- bump the version number to 0.7.0: + This fix is needed because 0.7 < 0.7cvs. Replaced %%{version} + with %%{pkg_version} everywhere. %%{pkg_version} holds the original + value of 0.7. * Thu Mar 30 2006 - mrueckert@suse.de - added atftp-0.7_compiler_warnings.patch: o missing include of pthread.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de