Hello community,
here is the log from the commit of package cfengine-masterfiles for
openSUSE:Factory checked in at 2016-08-05 18:17:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2016-06-23 13:37:38.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.cfengine-masterfiles.new/cfengine-masterfiles.changes
2016-08-05 18:17:56.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 28 12:57:45 UTC 2016 - [email protected]
+
+- Use url for source
+- Simplify some variables in spec file
+- Use macro for configure
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cfengine-masterfiles.spec ++++++
--- /var/tmp/diff_new_pack.J1IPY3/_old 2016-08-05 18:17:57.000000000 +0200
+++ /var/tmp/diff_new_pack.J1IPY3/_new 2016-08-05 18:17:57.000000000 +0200
@@ -16,8 +16,6 @@
#
-%define srcversion 3.9.0
-%define srcname %{name}-%{srcversion}
Name: cfengine-masterfiles
# Yes, its not FHS conformant but in sync with cfengine documentation
@@ -28,10 +26,10 @@
Summary: CFEngine promises master files
License: MIT and LGPL-3.0+
Group: Productivity/Networking/System
-Version: 3.8.0
+Version: 3.9.0
Release: 0
Url: http://www.cfengine.org/
-Source: %{srcname}.tar.gz
+Source:
https://github.com/cfengine/masterfiles/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -57,11 +55,14 @@
/var/cfengine/inputs by CFEngine.
%prep
-%setup -q -n %{srcname}
+%setup -q -n masterfiles-%{version}
%build
-# sh ./autogen.sh
-./configure
+# EXPLICIT_VERSION must be set in the environment else creation of
+# configure will fail
+export EXPLICIT_VERSION="%{version}"
+autoreconf -fiv
+%configure --prefix=%{basedir}
%install
++++++ cfengine-masterfiles-3.9.0.tar.gz ++++++
++++ 15736 lines of diff (skipped)