Hello community,

here is the log from the commit of package cfengine-masterfiles for 
openSUSE:Factory checked in at 2014-08-07 12:37:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cfengine-masterfiles (Old)
 and      /work/SRC/openSUSE:Factory/.cfengine-masterfiles.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cfengine-masterfiles"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/cfengine-masterfiles/cfengine-masterfiles.changes    
    2014-07-10 14:55:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.cfengine-masterfiles.new/cfengine-masterfiles.changes
   2014-08-07 12:38:02.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jul 30 14:49:50 UTC 2014 - kkae...@suse.com
+
+- Update to 3.6.1
+  * Bugfix release
+  * Fix systemctl path for service promises
+
+- add build-without-core.patch, no 'core' source available
+
+- drop masterfiles-3.6.0.patch, upstream
+
+-------------------------------------------------------------------

Old:
----
  masterfiles-3.6.0.patch
  masterfiles-3.6.0.tar.gz

New:
----
  build-without-core.patch
  masterfiles-3.6.1.tar.gz

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

Other differences:
------------------
++++++ cfengine-masterfiles.spec ++++++
--- /var/tmp/diff_new_pack.3l5Ly2/_old  2014-08-07 12:38:04.000000000 +0200
+++ /var/tmp/diff_new_pack.3l5Ly2/_new  2014-08-07 12:38:04.000000000 +0200
@@ -18,8 +18,6 @@
 
 Name:           cfengine-masterfiles
 
-%define srcname masterfiles-3.6.0
-
 # Yes, its not FHS conformant but in sync with cfengine documentation
 # reported upstream as https://cfengine.com/dev/issues/1896
 %define         basedir   /var/cfengine
@@ -28,17 +26,20 @@
 Summary:        CFEngine promises master files
 License:        MIT and LGPL-3.0+
 Group:          Productivity/Networking/System
-Version:        3.6.0
+Version:        3.6.1
 Release:        0
+%define srcname masterfiles-%{version}
 Url:            http://www.cfengine.org/
 Source:         %{srcname}.tar.gz
-# PATCH-FIX-OPENSUSE: make masterfiles accessible to non-root, kkae...@suse.com
-Patch:          %{srcname}.patch
+# PATCH-FIX-OPENSUSE: build without 'core' source, kkae...@suse.com
+Patch1:         build-without-core.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 Requires:       cfengine
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  findutils
 BuildRequires:  unzip
 
@@ -49,14 +50,16 @@
 
 %prep
 %setup -q -n %{srcname}
-%patch -p1
+%patch1 -p1
 
 %build
+sh ./autogen.sh
+./configure
 
 %install
 
 %{__install} -d %{buildroot}/%{basedir}/masterfiles
-%{__make} "DESTDIR=%{buildroot}%{basedir}/masterfiles" install
+%{__make} "DESTDIR=%{buildroot}" install
 
 %files
 %defattr(-,root,root)

++++++ build-without-core.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-masterfiles-3.6.1/configure.ac 
./configure.ac
--- ../orig-masterfiles-3.6.1/configure.ac      2014-07-24 11:21:34.000000000 
+0200
+++ ./configure.ac      2014-07-30 16:40:15.927986885 +0200
@@ -46,8 +46,6 @@
             )],
             core_dir=$(pwd)/../core
 )
-AS_IF([test ! -d "$core_dir/libpromises"],
-      [AC_MSG_ERROR([$with_core is not a valid core directory 
(--with-core=$core_dir)], [2])])
 AS_CASE([$core_dir], [/*], [], [core_dir=$(pwd)/$core_dir])
 AC_SUBST([core_dir])
 
++++++ masterfiles-3.6.0.tar.gz -> masterfiles-3.6.1.tar.gz ++++++
++++ 2601 lines of diff (skipped)

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

Reply via email to