Hello community,

here is the log from the commit of package openvpn for openSUSE:Factory checked 
in at 2015-08-23 15:43:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openvpn (Old)
 and      /work/SRC/openSUSE:Factory/.openvpn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openvpn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes  2015-08-17 
15:35:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes     2015-08-23 
17:45:54.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 08:43:33 UTC 2015 - m...@suse.com
+
+- Removed obsolete --with-lzo-headers option, readded LFS_CFLAGS.
+- Moved openvpn-plugin.h into a devel package, removed .gitignore
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openvpn.spec ++++++
--- /var/tmp/diff_new_pack.NlbTzL/_old  2015-08-23 17:45:55.000000000 +0200
+++ /var/tmp/diff_new_pack.NlbTzL/_new  2015-08-23 17:45:55.000000000 +0200
@@ -124,6 +124,14 @@
 even if you drop openvpn daemon privileges using the user, group, or
 chroot directives.
 
+%package devel
+Summary:        OpenVPN plugin header
+Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+
+%description devel
+This package provides the header file to build external plugins.
+
 %prep
 %gpg_verify %{S:1}
 %setup -q -n %{name}-%{version}
@@ -153,8 +161,7 @@
        --enable-plugins                \
        --enable-plugin-down-root       \
        --enable-plugin-auth-pam        \
-       --with-lzo-headers=%_includedir/lzo     \
-       CFLAGS="$CFLAGS -fPIE $PLUGIN_DEFS"     \
+       CFLAGS="$CFLAGS $(getconf LFS_CFLAGS) -fPIE $PLUGIN_DEFS"       \
        LDFLAGS="$LDFLAGS -pie -lpam -rdynamic 
-Wl,-rpath,%{_libdir}/%{name}/plugins"
 make
 
@@ -185,6 +192,7 @@
 
 # we install docs via spec into _defaultdocdir/name/management-notes.txt
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/{OpenVPN,%name}
+find sample -name .gitignore | xargs rm -f
 
 %post
 %__mkdir_p -m750 %{_rundir}/openvpn
@@ -265,7 +273,6 @@
 %{_sbindir}/rcopenvpn
 %{_sbindir}/openvpn
 %attr(0750,root,root) %dir %ghost %{_rundir}/openvpn
-%{_includedir}/%{name}-plugin.h
 
 %files down-root-plugin
 %defattr(-,root,root)
@@ -279,4 +286,8 @@
 %dir %{_libdir}/%{name}/plugins
 %{_libdir}/%{name}/plugins/%{name}-plugin-auth-pam.so
 
+%files devel
+%defattr(-,root,root)
+%{_includedir}/%{name}-plugin.h
+
 %changelog




Reply via email to