Hello community,

here is the log from the commit of package aiccu for openSUSE:Factory checked 
in at 2015-03-27 09:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aiccu (Old)
 and      /work/SRC/openSUSE:Factory/.aiccu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aiccu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aiccu/aiccu.changes      2015-01-29 
13:18:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aiccu.new/aiccu.changes 2015-03-27 
09:41:01.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 18 21:29:19 UTC 2015 - [email protected]
+
+- Cleanup spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aiccu.spec ++++++
--- /var/tmp/diff_new_pack.OEDYgN/_old  2015-03-27 09:41:01.000000000 +0100
+++ /var/tmp/diff_new_pack.OEDYgN/_new  2015-03-27 09:41:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aiccu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,13 +39,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
 BuildRequires:  pkg-config
-BuildRequires:  systemd
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(systemd)
 %systemd_requires
 %else
-Requires(pre): %insserv_prereq
 Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
 %endif
 
 %description
@@ -68,9 +67,7 @@
 %endif
 
 %build
-%if 0%{?suse_version} >= 1010
 RPM_OPT_FLAGS="%{optflags} -fPIE -pie"
-%endif
 export RPM_OPT_FLAGS
 %if 0%{?suse_version} > 1210
 make HAVE_SYSTEMD=1 %{?_smp_mflags}
@@ -79,17 +76,11 @@
 %endif
 
 %install
-export RPM_SOURCE_DIR
-export RPM_BUILD_ROOT
-install -m0755 -d %{buildroot}/%{_sbindir}
-
-install -m0755 -d %{buildroot}/%{_mandir}/man1
-
+install -d -m 0755 %{buildroot}/%{_sbindir}
+install -d -m 0755 %{buildroot}/%{_mandir}/man1
 chmod 0644 doc/*
 make install DESTDIR=%{buildroot} dirdoc=%{_defaultdocdir}/%{name}/ 
%{?_smp_mflags}
-
-install -m0644  doc/aiccu.1 \
-               %{buildroot}/%{_mandir}/man1/
+install -m0644  doc/aiccu.1 %{buildroot}/%{_mandir}/man1/
 
 %if 0%{?suse_version} > 1210
 install -D -m 0755  %{SOURCE2} %{buildroot}/%{_unitdir}/%{name}.service

++++++ aiccu-systemd.dif ++++++
--- /var/tmp/diff_new_pack.OEDYgN/_old  2015-03-27 09:41:01.000000000 +0100
+++ /var/tmp/diff_new_pack.OEDYgN/_new  2015-03-27 09:41:01.000000000 +0100
@@ -1,7 +1,8 @@
-diff -Naur unix-console.orig/Makefile unix-console/Makefile
---- unix-console.orig/Makefile 2015-01-04 12:18:12.360923141 +0000
-+++ unix-console/Makefile      2015-01-04 12:18:36.125619633 +0000
-@@ -51,6 +51,10 @@
+Index: unix-console/Makefile
+===================================================================
+--- unix-console/Makefile.orig
++++ unix-console/Makefile
+@@ -51,6 +51,10 @@ CFLAGS  += -pthread -D_LINUX -D HAS_IFHE
  SRCS  += ../common/aiccu_linux.c
  OBJS  += ../common/aiccu_linux.o
  LDFLAGS       += -lresolv
@@ -12,9 +13,10 @@
  endif
  
  # FreeBSD
-diff -Naur unix-console.orig/main.c unix-console/main.c
---- unix-console.orig/main.c   2015-01-04 12:18:12.360923141 +0000
-+++ unix-console/main.c        2015-01-04 12:19:52.451856589 +0000
+Index: unix-console/main.c
+===================================================================
+--- unix-console/main.c.orig
++++ unix-console/main.c
 @@ -12,6 +12,9 @@
  
  #include "../common/aiccu.h"
@@ -25,7 +27,7 @@
  
  #ifndef _WIN32
  /* Enable/Disable heartbeating */
-@@ -489,6 +492,10 @@
+@@ -489,6 +492,10 @@ int main(int argc, char *argv[])
         */
        if (aiccu_setup(hTunnel, true))
        {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to