Hello community, here is the log from the commit of package e3 for openSUSE:Factory checked in at 2013-07-30 11:28:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/e3 (Old) and /work/SRC/openSUSE:Factory/.e3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "e3" Changes: -------- --- /work/SRC/openSUSE:Factory/e3/e3.changes 2012-03-02 13:47:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.e3.new/e3.changes 2013-07-30 11:28:29.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Mar 3 17:10:10 UTC 2013 - [email protected] + +- Remove reference to nonexisting e3c stuff +- ExclusiveArch %ix86 x86_64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ e3.spec ++++++ --- /var/tmp/diff_new_pack.tNyntk/_old 2013-07-30 11:28:30.000000000 +0200 +++ /var/tmp/diff_new_pack.tNyntk/_new 2013-07-30 11:28:30.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package e3 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -26,6 +26,7 @@ Group: Productivity/Editors/Other Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 %description A very tiny editor, which offers many different modes like Vi, Emacs, @@ -35,19 +36,9 @@ %setup %build -%ifnarch %ix86 x86_64 %arm ppc ppc64 -cd e3c -rm -f Makefile -ln -sf Makefile.x86 Makefile -make -e CFLAGS="-Wall $RPM_OPT_FLAGS" PREFIX="%_prefix" %{?_smp_mflags} -%else make -e EXMODE=SED %{?_smp_mflags} -%endif %install -%ifnarch %ix86 x86_64 %arm ppc ppc64 -cd e3c -%endif make -e PREFIX=%buildroot/%_prefix MANDIR=$RPM_BUILD_ROOT%_mandir/man'$(MANSEC)' install cd $RPM_BUILD_ROOT/usr/bin for e in e3*; do if test $e != e3; then ln -sf e3 $e; fi; done @@ -57,8 +48,5 @@ %doc COPYING.GPL COPYRIGHT ChangeLog README /usr/bin/e3* %_mandir/man1/e3*.1.gz -%ifnarch %ix86 x86_64 %arm ppc ppc64 -/usr/lib/e3* -%endif %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
