Hello community, here is the log from the commit of package openvpn for openSUSE:Factory checked in at Thu May 12 10:07:39 CEST 2011.
-------- --- openvpn/openvpn.changes 2011-02-17 12:01:00.000000000 +0100 +++ /mounts/work_src_done/STABLE/openvpn/openvpn.changes 2011-03-21 15:27:42.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 15 21:05:23 UTC 2011 - [email protected] + +- KVPNC is unable to parse openvpn version [bnc#679153] + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- openvpn-no-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvpn.spec ++++++ --- /var/tmp/diff_new_pack.25TeLw/_old 2011-05-12 10:04:15.000000000 +0200 +++ /var/tmp/diff_new_pack.25TeLw/_new 2011-05-12 10:04:15.000000000 +0200 @@ -28,7 +28,7 @@ PreReq: %insserv_prereq %fillup_prereq %endif Version: 2.1.4 -Release: 13 +Release: 14 Summary: Full-featured SSL VPN solution using a TUN/TAP Interface Source: http://openvpn.net/release/openvpn-%{upstream_version}.tar.gz Source1: http://openvpn.net/signatures/openvpn-%{upstream_version}.tar.gz.asc @@ -38,7 +38,6 @@ Source5: client-netconfig.down Patch1: %{name}-2.1-plugin-man.dif Patch2: %{name}-2.1-plugin-build.dif -Patch3: openvpn-no-build-date.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: lzo-devel openssl-devel BuildRequires: iproute2 pam-devel @@ -130,11 +129,13 @@ %setup -q -n %{name}-%{upstream_version} %patch1 -p0 %patch2 -p0 -%patch3 sed -e "s|@PLUGIN_DIR@|%{plugin_dir}|g" \ -e "s|@PLUGIN_LIBDIR@|%{plugin_libdir}|g" \ -e "s|@PLUGIN_DOCDIR@|%{_defaultdocdir}/%{name}|g" \ -i openvpn.8 +# the build __DATE__ causes obs rebuild/republish of binaries; +# use the date of version.m4 file in the tar archive instead +sed -e "s|\" __DATE__|$(date '+%b %e %Y' -r version.m4)\"|g" -i options.c %build autoreconf -fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
