Hello community, here is the log from the commit of package bc for openSUSE:Factory checked in at 2011-12-02 09:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bc (Old) and /work/SRC/openSUSE:Factory/.bc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/bc/bc.changes 2011-09-23 01:52:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bc.new/bc.changes 2011-12-02 09:25:49.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 30 09:29:51 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bc.spec ++++++ --- /var/tmp/diff_new_pack.iqEB6S/_old 2011-12-02 09:25:49.000000000 +0100 +++ /var/tmp/diff_new_pack.iqEB6S/_new 2011-12-02 09:25:49.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package bc (Version 1.06) +# spec file for package bc # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: bc -BuildRequires: bison ed flex readline-devel -Url: ftp://ftp.gnu.org/pub/gnu/bc/ -License: GPL v2 or later +BuildRequires: automake bison ed flex readline-devel +Url: ftp://ftp.gnu.org/pub/gnu/bc +License: GPL-2.0+ Group: Productivity/Scientific/Math -AutoReqProv: on PreReq: %{install_info_prereq} Version: 1.06 -Release: 894 +Release: 0 Summary: GNU Command Line Calculator Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}.dif @@ -55,12 +53,6 @@ the next operator is read in, which "pops" its arguments off the stack and "pushes" its results back onto the stack. - - -Authors: --------- - Philip A. Nelson <[email protected]> - %prep %setup -q %patch @@ -84,9 +76,6 @@ %install make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %post %install_info --info-dir=%{_infodir} %{_infodir}/bc.info.gz %install_info --info-dir=%{_infodir} %{_infodir}/dc.info.gz -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
