From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eg6NA-0000qk-9Q for guix-patches@gnu.org; Mon, 29 Jan 2018 05:09:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eg6N4-0005zX-5g for guix-patches@gnu.org; Mon, 29 Jan 2018 05:09:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eg6N4-0005zM-1l for guix-patches@gnu.org; Mon, 29 Jan 2018 05:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eg6N3-0000dF-To for guix-patches@gnu.org; Mon, 29 Jan 2018 05:09:01 -0500 Subject: [bug#30062] Help wanted Resent-Message-ID: Date: Mon, 29 Jan 2018 11:08:08 +0100 From: Danny Milosavljevic Message-ID: <20180129110808.52694b33@scratchpost.org> In-Reply-To: References: <20180110093308.5581-1-boskovits@gmail.com> <87607lnhom.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 30062@debbugs.gnu.org, Chris Marusich Hi Gabor, I've checked the source code of org.ops4j.pax.tinybundles-tinybundles-2.1.1 ~/x/org.ops4j.pax.tinybundles-tinybundles-2.1.1$ grep -r 2.4.0.2014 . ./src/test/java/org/ops4j/pax/tinybundles/bnd/BndTest.java: assertEquals( "Header Tool", "Bnd-2.4.0.201411031534", man.getMainAttributes().getValue( "Tool" ) ); So the substitution could also be (substitute* "src/test/java/org/ops4j/pax/tinybundles/bnd/BndTest.java" (("2\\.4\\.0\\.[0-9][0-9]*") ,(package-version java-aqute-bndlib))) Or maybe even (substitute* "src/test/java/org/ops4j/pax/tinybundles/bnd/BndTest.java" (("[0-9][0-9]*\\.[0-9][0-9]*.[0-9][0-9]*\\.[0-9][0-9]*") ,(package-version java-aqute-bndlib)))