Hello community,

here is the log from the commit of package iouyap for openSUSE:Factory checked 
in at 2014-12-16 14:48:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iouyap (Old)
 and      /work/SRC/openSUSE:Factory/.iouyap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iouyap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iouyap/iouyap.changes    2014-12-03 
22:50:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iouyap.new/iouyap.changes       2014-12-16 
14:47:58.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Dec 12 11:19:09 UTC 2014 - and...@opensuse.org
+
+- added -I flag when compiling
+
+-------------------------------------------------------------------
+Wed Dec 11 22:25:55 UTC 2014 - and...@opensuse.org
+
+- Fixed package description
+- made rpmlint happy by using -fPIE and -pie flags to make the code
+  position independent
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iouyap.spec ++++++
--- /var/tmp/diff_new_pack.Sxhsj1/_old  2014-12-16 14:48:01.000000000 +0100
+++ /var/tmp/diff_new_pack.Sxhsj1/_new  2014-12-16 14:48:01.000000000 +0100
@@ -41,6 +41,8 @@
 %description
 Bridge IOU to TAP, UDP and Ethernet, mainly used by gns3server
 
+In order to use iouyap as non-root user, the user needs to be member of the 
iouyap group!
+
 %prep
 %setup -q
 %patch0 -p1
@@ -50,7 +52,7 @@
 %build
 bison --yacc -dv netmap_parse.y
 flex netmap_scan.l
-gcc -Wall %optflags *.c -o %{name} -liniparser -lpthread
+gcc -I -Wall -fPIE %optflags *.c -o %{name} -liniparser -lpthread -pie
 
 %install
 %__mkdir_p %{buildroot}/%{_libexecdir}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to