Hello community,

here is the log from the commit of package vhostmd for openSUSE:Factory checked 
in at 2014-11-12 00:21:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vhostmd (Old)
 and      /work/SRC/openSUSE:Factory/.vhostmd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhostmd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vhostmd/vhostmd.changes  2014-06-16 
21:36:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vhostmd.new/vhostmd.changes     2014-11-12 
00:22:02.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Nov 10 20:19:34 MST 2014 - jfeh...@suse.com
+
+- Improve build scripts
+  Replace build-fix.patch with build-improvements.patch
+
+-------------------------------------------------------------------
+Mon Nov  3 16:02:45 MST 2014 - jfeh...@suse.com
+
+- Fix Factory build
+  build-fix.patch
+
+-------------------------------------------------------------------

New:
----
  build-improvements.patch

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

Other differences:
------------------
++++++ vhostmd.spec ++++++
--- /var/tmp/diff_new_pack.ytRtvH/_old  2014-11-12 00:22:04.000000000 +0100
+++ /var/tmp/diff_new_pack.ytRtvH/_new  2014-11-12 00:22:04.000000000 +0100
@@ -17,7 +17,6 @@
 #
 
 
-
 Name:           vhostmd
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  libtool
@@ -38,6 +37,7 @@
 Patch1:         manpage.patch
 Patch2:         value-newline.patch
 Patch3:         libmetrics-link.patch
+Patch4:         build-improvements.patch
 
 %description 
 vhostmd provides a "metrics communication channel" between a host and
@@ -90,6 +90,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -fi

++++++ build-improvements.patch ++++++
Index: vhostmd-0.4/configure.ac
===================================================================
--- vhostmd-0.4.orig/configure.ac
+++ vhostmd-0.4/configure.ac
@@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR(vhostmd/vhostmd.c)
 AC_CONFIG_HEADERS([config.h])
 
 AC_GNU_SOURCE
+AM_INIT_AUTOMAKE
 
 AC_PROG_LIBTOOL
 
@@ -21,7 +22,6 @@ AC_SUBST(topdir)
 
 AC_CONFIG_FILES([Makefile])
 
-AM_INIT_AUTOMAKE
 
 # Checks for programs.
 AM_PROG_CC_C_O
Index: vhostmd-0.4/Makefile.am
===================================================================
--- vhostmd-0.4.orig/Makefile.am
+++ vhostmd-0.4/Makefile.am
@@ -8,11 +8,10 @@ EXTRA_DIST = $(doc_DATA) vhostmd.init vh
 AUTOMAKE_OPTIONS=dist-bzip2
 
 install-data-local:
-       $(mkinstalldirs) $(DESTDIR)/etc/vhostmd
-       $(mkinstalldirs) $(DESTDIR)/etc/init.d
-       $(mkinstalldirs) $(DESTDIR)/usr/sbin
-       -@INSTALL@ -m 0644 $(srcdir)/vhostmd.xml 
$(DESTDIR)/etc/vhostmd/vhostmd.conf
-       -@INSTALL@ -m 0644 $(srcdir)/vhostmd.dtd $(DESTDIR)/etc/vhostmd
-       -@INSTALL@ -m 0644 $(srcdir)/metric.dtd $(DESTDIR)/etc/vhostmd
-       -@INSTALL@ -m 0755 $(srcdir)/vhostmd.init $(DESTDIR)/etc/init.d/vhostmd
-
+       $(MKDIR_P) $(DESTDIR)/etc/vhostmd
+       $(MKDIR_P) $(DESTDIR)/etc/init.d
+       $(MKDIR_P) $(DESTDIR)/usr/sbin
+       $(INSTALL_DATA) $(srcdir)/vhostmd.xml 
$(DESTDIR)/etc/vhostmd/vhostmd.conf
+       $(INSTALL_DATA) $(srcdir)/vhostmd.dtd $(DESTDIR)/etc/vhostmd
+       $(INSTALL_DATA) $(srcdir)/metric.dtd $(DESTDIR)/etc/vhostmd
+       $(INSTALL_SCRIPT) $(srcdir)/vhostmd.init $(DESTDIR)/etc/init.d/vhostmd
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to