Hello community,

here is the log from the commit of package dash for openSUSE:Factory checked in 
at 2013-09-29 19:23:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dash (Old)
 and      /work/SRC/openSUSE:Factory/.dash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dash"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dash/dash.changes        2011-10-07 
10:29:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dash.new/dash.changes   2013-09-29 
19:23:05.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 27 11:32:47 UTC 2013 - [email protected]
+
+- install into %{_bindir} and add a compatibility symlink to /bin
+- reenable commandline editor
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dash.spec ++++++
--- /var/tmp/diff_new_pack.lxAhGf/_old  2013-09-29 19:23:05.000000000 +0200
+++ /var/tmp/diff_new_pack.lxAhGf/_new  2013-09-29 19:23:05.000000000 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package dash
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Guido Berhoerster.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 #
 
 
-
 Name:           dash
 Summary:        POSIX-compliant Implementation of /bin/sh
-Version:        0.5.7
-Release:        1
 License:        BSD-3-Clause
 Group:          System/Shells
+Version:        0.5.7
+Release:        0
+Url:            http://gondor.apana.org.au/~herbert/dash/
 Source:         dash-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM dash-0.5.7-do-not-close-stderr.patch [email protected] -- 
Prevents closing stderr when /dev/tty fails to open (backported from upstream 
git)
 Patch0:         dash-0.5.7-do-not-close-stderr.patch
 # PATCH-FIX-UPSTREAM 
dash-remove-backslash-before-in-double-quotes-in-variable.patch 
[email protected] -- Remove backslash before } in double-quotes in variable as 
it prevents the closing brace from terminating the substitution (from 
FreeBSD/Debian)
 Patch1:         dash-remove-backslash-before-in-double-quotes-in-variable.patch
-Url:            http://gondor.apana.org.au/~herbert/dash/
+BuildRequires:  libedit-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,21 +42,20 @@
 %patch1 -p1
 
 %build
-%configure
+%configure --with-libedit
 make %{?_smp_mflags}
 
 %install
 %make_install
-# move to /bin and symlink to /usr/bin
-%__mkdir_p $RPM_BUILD_ROOT/bin
-%__mv $RPM_BUILD_ROOT/usr/bin/dash $RPM_BUILD_ROOT/bin
-%__ln_s ../../bin/dash $RPM_BUILD_ROOT/usr/bin/dash
+# compatibility symlink to /bin
+mkdir -p %{buildroot}/bin
+ln -s %{_bindir}/dash %{buildroot}/bin/dash
 
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog
-%doc %{_mandir}/man1/dash.1*
-/usr/bin/dash
+%{_bindir}/dash
 /bin/dash
+%{_mandir}/man1/dash.1*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to