Hello community, here is the log from the commit of package byacc for openSUSE:Factory checked in at 2013-08-04 07:28:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/byacc (Old) and /work/SRC/openSUSE:Factory/.byacc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "byacc" Changes: -------- --- /work/SRC/openSUSE:Factory/byacc/byacc.changes 2011-09-23 01:53:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2013-08-04 07:28:23.000000000 +0200 @@ -1,0 +2,14 @@ +Sat Aug 3 03:46:44 UTC 2013 - [email protected] + +- run test suite +- use --program-prefix instead of moving/renaming executables + around. + +------------------------------------------------------------------- +Sat Aug 3 03:28:21 UTC 2013 - [email protected] + +- byacc 20130304 +* too many since 2010 to list here.. see +http://invisible-island.net/byacc/CHANGES + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ byacc.spec ++++++ --- /var/tmp/diff_new_pack.c4FhXK/_old 2013-08-04 07:28:24.000000000 +0200 +++ /var/tmp/diff_new_pack.c4FhXK/_new 2013-08-04 07:28:24.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package byacc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -17,13 +17,12 @@ # - Name: byacc -Version: 20100216 -Release: 1 +Version: 20130304 +Release: 0 Summary: LALR(1) parser generator -Group: Development/Languages/C and C++ License: SUSE-Public-Domain +Group: Development/Languages/C and C++ Url: http://invisible-island.net/byacc/byacc.html Source: http://invisible-island.net/datafiles/release/byacc.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,23 +34,24 @@ dependencies upon a particular compiler. %prep -%setup +%setup -q %build # without --with-warnings several functions will not be marked with gcc's # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall -%configure --with-warnings +%configure --with-warnings --program-prefix=b make %{?_smp_mflags} %install %makeinstall -mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc -mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1 + +%check +make check %files %defattr(-,root,root,-) %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README -%doc %{_mandir}/man1/byacc.1* +%{_mandir}/man1/byacc.1* %{_bindir}/byacc %changelog ++++++ byacc.tar.gz ++++++ ++++ 35883 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
