From 7c26bbf334dcd42dca2d64bb0918a78a36497c80967f9e19f6dd2904bc4bb449 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 9 Jun 2015 11:34:38 +0000 Subject: [PATCH] Accepting request 308732 from home:dgutu:branches:server:monitoring - Replaced autogen.sh in spec file with autoreconf -fvi OBS-URL: https://build.opensuse.org/request/show/308732 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=13 --- protobuf-c-1.1.1.tar.gz | 4 ++-- protobuf-c.changes | 5 +++++ protobuf-c.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/protobuf-c-1.1.1.tar.gz b/protobuf-c-1.1.1.tar.gz index caa78b9..4b8437d 100644 --- a/protobuf-c-1.1.1.tar.gz +++ b/protobuf-c-1.1.1.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49340784ca0f8657f38547088731fff3bfe8084adb89bf5e8dbc19ac43339aa6 -size 116223 +oid sha256:09c5bb187b7a8e86bc0ff860f7df86370be9e8661cdb99c1072dcdab0763562c +size 454913 diff --git a/protobuf-c.changes b/protobuf-c.changes index 21f4f06..7423cfd 100644 --- a/protobuf-c.changes +++ b/protobuf-c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 11:13:22 UTC 2015 - dgutu@suse.com + +- Replaced autogen.sh in spec file with autoreconf -fvi + ------------------------------------------------------------------- Tue Apr 7 06:29:51 UTC 2015 - meissner@suse.com diff --git a/protobuf-c.spec b/protobuf-c.spec index 555c665..365fae7 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -81,7 +81,7 @@ cmake \ %__make %{?_smp_flags} popd #build %else -bash ./autogen.sh +autoreconf -fvi %configure %__make %{?_smp_flags} %endif