[Git][java-team/rhino][master] 2 commits: Add patch to install JAR as 1.7.7.2 (not 1.7.7.1)
Tony Mancill
gitlab at salsa.debian.org
Wed Nov 25 20:34:28 GMT 2020
Tony Mancill pushed to branch master at Debian Java Maintainers / rhino
Commits:
a262dddf by tony mancill at 2020-11-25T12:03:49-08:00
Add patch to install JAR as 1.7.7.2 (not 1.7.7.1)
- - - - -
c6de9380 by tony mancill at 2020-11-25T12:04:27-08:00
interim changelog
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/08_fix-jar-version-number.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+rhino (1.7.7.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add patch to install JAR as 1.7.7.2 (not 1.7.7.1)
+
+ -- tony mancill <tmancill at debian.org> Wed, 25 Nov 2020 12:02:51 -0800
+
rhino (1.7.7.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/08_fix-jar-version-number.patch
=====================================
@@ -0,0 +1,14 @@
+Description: update POM to match upstream version
+Author: tony mancill <tmancill at debian.org>
+
+--- a/maven/maven-pom.xml
++++ b/maven/maven-pom.xml
+@@ -12,7 +12,7 @@
+ <groupId>org.mozilla</groupId>
+ <artifactId>rhino</artifactId>
+ <name>Mozilla Rhino</name>
+- <version>1.7.7.1</version>
++ <version>1.7.7.2</version>
+
+ <packaging>jar</packaging>
+ <description>
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
05_modify-usage.patch
06_preserve-backward-compatibility.patch
07_fix-context-implementation-version.patch
+08_fix-jar-version-number.patch
View it on GitLab: https://salsa.debian.org/java-team/rhino/-/compare/fa75c0d44235f92d6e60130c4ad2750e7d6cdba0...c6de93800d99897e3535a600cea1db6aa5fcda0c
--
View it on GitLab: https://salsa.debian.org/java-team/rhino/-/compare/fa75c0d44235f92d6e60130c4ad2750e7d6cdba0...c6de93800d99897e3535a600cea1db6aa5fcda0c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201125/b8a1fcee/attachment.html>
More information about the pkg-java-commits
mailing list