X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20120221013239.1578.qmail@stuge.se> Date: Tue, 21 Feb 2012 02:32:39 +0100 From: Peter Stuge To: geda-user AT delorie DOT com Subject: Re: [geda-user] New geda release on Mageia 2 Mail-Followup-To: geda-user AT delorie DOT com References: <4F3E33C4 DOT 9050009 AT unige DOT ch> <4F3F8578 DOT 1060508 AT unige DOT ch> <20120218193743 DOT 18918 DOT qmail AT stuge DOT se> <4F42BE49 DOT 2000505 AT unige DOT ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F42BE49.2000505@unige.ch> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Juergen Harms wrote: > >> sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA./51 Franklin > >> Street, Fifth Floor, Boston, MA 02111-1301 USA/' > >> $(git grep -l '675 Mass Ave') > > No git here, but thanks for the idea of a 1-liner. (- > > I added such a gadget into my spec file to make a temporary fix - used > > find . -type f -print0 | xargs -0 sed -i 's/675 Mass Ave, Cambridge, MA > 02139, USA./51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA/' No git in the packaging system I understand, but maybe you or someone has a clone handy and can send a commit. Note that I added \n where I think a line break needs to go to stay under 80 char lines. This may or may not be important in the codebase. //Peter