commit openvpn for openSUSE:11.4
Hello community, here is the log from the commit of package openvpn for openSUSE:11.4 checked in at Wed Mar 23 01:09:39 CET 2011. -------- --- old-versions/11.4/all/openvpn/openvpn.changes 2011-02-17 12:01:00.000000000 +0100 +++ 11.4/openvpn/openvpn.changes 2011-03-21 15:27:42.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 15 21:05:23 UTC 2011 - crrodriguez@opensuse.org + +- KVPNC is unable to parse openvpn version [bnc#679153] + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/openvpn Destination is old-versions/11.4/UPDATES/all/openvpn calling whatdependson for 11.4-i586 Old: ---- openvpn-no-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvpn.spec ++++++ --- /var/tmp/diff_new_pack.NmI6SC/_old 2011-03-23 01:09:17.000000000 +0100 +++ /var/tmp/diff_new_pack.NmI6SC/_new 2011-03-23 01:09:17.000000000 +0100 @@ -28,7 +28,7 @@ PreReq: %insserv_prereq %fillup_prereq %endif Version: 2.1.4 -Release: 11.<RELEASE3> +Release: 11.<RELEASE16> 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: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de