Mailinglist Archive: opensuse-commit (1469 mails)
| < Previous | Next > |
commit jpackage-utils for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 01 Mar 2012 17:20:38 +0100
- Message-id: <20120301162038.69D0B20366@hilbert.suse.de>
Hello community,
here is the log from the commit of package jpackage-utils for openSUSE:Factory
checked in at 2012-03-01 17:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jpackage-utils (Old)
and /work/SRC/openSUSE:Factory/.jpackage-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jpackage-utils", Maintainer is
"bnc-team-java@xxxxxxxxxxxxxxxxxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/jpackage-utils/jpackage-utils.changes
2012-01-27 15:17:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jpackage-utils.new/jpackage-utils.changes
2012-03-01 17:20:36.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Feb 29 11:00:51 UTC 2012 - mvyskocil@xxxxxxx
+
+- update javapackages to 0.3.0
+ * fixes in maven_depmap.py
+ * new macro create_javadoc_subpackage
+- fix a typo in maven_depmap.py installation
+
+-------------------------------------------------------------------
Old:
----
javapackages-0.2.6.tar.xz
New:
----
javapackages-0.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jpackage-utils.spec ++++++
--- /var/tmp/diff_new_pack.D7ExYV/_old 2012-03-01 17:20:38.000000000 +0100
+++ /var/tmp/diff_new_pack.D7ExYV/_new 2012-03-01 17:20:38.000000000 +0100
@@ -19,13 +19,14 @@
%define distver 1.7
%define section free
-%global fj_version 0.2.6
+%global fj_version 0.3.0
Name: jpackage-utils
Version: 1.7.5
-Release: 15
+Release: 0
Summary: JPackage Utilities
License: BSD-3-Clause
+Group: Development/Languages/Java
Url: http://www.jpackage.org/
Source0: %{name}-%{version}.tar.bz2
Source1: jpackage-utils-1.7.5-man-pages.tar.bz2
@@ -44,7 +45,6 @@
#PATCH-FIX-SUSE: in set_jvm_dirs call set_javacmd explicitelly and change
#JAVAVER_LIBDIR to JAVA_LIBDIR if it does not exists
Patch1000: jpackage-utils-jnidir-suse.patch
-Group: Development/Languages/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xz
@@ -53,13 +53,16 @@
Requires: coreutils
Requires: grep
Requires: python
+Requires: python-xml
Requires: sed
+# Fedora have splitted it into separate package, which seems not needed
+# atm in SUSE, so let use Provides to stay compatible
+Provides: javapackages-tools = %{fj_version}
+
%description
Utilities for the JPackage project <http://www.jpackage.org/>.
-
-
%prep
%setup -q -b 1 -a 8
@@ -181,7 +184,7 @@
$RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/osgi.attr
install -pm 644 macros.fjava ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm
-install -pm 644 scripts/maven_depmap.py ${RPM_BUILD_ROOT}${_javadir}-utils
+install -pm 644 scripts/maven_depmap.py ${RPM_BUILD_ROOT}%{_javadir}-utils/
popd
cat <<EOF > %{name}-%{version}.files
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package jpackage-utils for openSUSE:Factory
checked in at 2012-03-01 17:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jpackage-utils (Old)
and /work/SRC/openSUSE:Factory/.jpackage-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jpackage-utils", Maintainer is
"bnc-team-java@xxxxxxxxxxxxxxxxxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/jpackage-utils/jpackage-utils.changes
2012-01-27 15:17:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jpackage-utils.new/jpackage-utils.changes
2012-03-01 17:20:36.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Feb 29 11:00:51 UTC 2012 - mvyskocil@xxxxxxx
+
+- update javapackages to 0.3.0
+ * fixes in maven_depmap.py
+ * new macro create_javadoc_subpackage
+- fix a typo in maven_depmap.py installation
+
+-------------------------------------------------------------------
Old:
----
javapackages-0.2.6.tar.xz
New:
----
javapackages-0.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jpackage-utils.spec ++++++
--- /var/tmp/diff_new_pack.D7ExYV/_old 2012-03-01 17:20:38.000000000 +0100
+++ /var/tmp/diff_new_pack.D7ExYV/_new 2012-03-01 17:20:38.000000000 +0100
@@ -19,13 +19,14 @@
%define distver 1.7
%define section free
-%global fj_version 0.2.6
+%global fj_version 0.3.0
Name: jpackage-utils
Version: 1.7.5
-Release: 15
+Release: 0
Summary: JPackage Utilities
License: BSD-3-Clause
+Group: Development/Languages/Java
Url: http://www.jpackage.org/
Source0: %{name}-%{version}.tar.bz2
Source1: jpackage-utils-1.7.5-man-pages.tar.bz2
@@ -44,7 +45,6 @@
#PATCH-FIX-SUSE: in set_jvm_dirs call set_javacmd explicitelly and change
#JAVAVER_LIBDIR to JAVA_LIBDIR if it does not exists
Patch1000: jpackage-utils-jnidir-suse.patch
-Group: Development/Languages/Java
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xz
@@ -53,13 +53,16 @@
Requires: coreutils
Requires: grep
Requires: python
+Requires: python-xml
Requires: sed
+# Fedora have splitted it into separate package, which seems not needed
+# atm in SUSE, so let use Provides to stay compatible
+Provides: javapackages-tools = %{fj_version}
+
%description
Utilities for the JPackage project <http://www.jpackage.org/>.
-
-
%prep
%setup -q -b 1 -a 8
@@ -181,7 +184,7 @@
$RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/osgi.attr
install -pm 644 macros.fjava ${RPM_BUILD_ROOT}%{_sysconfdir}/rpm
-install -pm 644 scripts/maven_depmap.py ${RPM_BUILD_ROOT}${_javadir}-utils
+install -pm 644 scripts/maven_depmap.py ${RPM_BUILD_ROOT}%{_javadir}-utils/
popd
cat <<EOF > %{name}-%{version}.files
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |