Hello community,

here is the log from the commit of package libjnidispatch for openSUSE:Factory 
checked in at 2015-04-02 15:57:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libjnidispatch (Old)
 and      /work/SRC/openSUSE:Factory/.libjnidispatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libjnidispatch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libjnidispatch/libjnidispatch.changes    
2014-11-12 00:21:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libjnidispatch.new/libjnidispatch.changes       
2015-04-02 15:57:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Mar 18 09:46:16 UTC 2015 - tchva...@suse.com
+
+- Fix build with new javapackages-tools
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libjnidispatch.spec ++++++
--- /var/tmp/diff_new_pack.fuUzpG/_old  2015-04-02 15:57:59.000000000 +0200
+++ /var/tmp/diff_new_pack.fuUzpG/_new  2015-04-02 15:57:59.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libjnidispatch
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,17 +30,17 @@
 Patch0:         jna-%{version}-build.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
+BuildRequires:  dos2unix
 BuildRequires:  java-devel >= 1.5.0
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
+BuildRequires:  libffi-devel
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXt-devel
 Requires:       java >= 1.5.0
 Provides:       jna-native = %{version}-%{release}
 Obsoletes:      jna-native < %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  dos2unix
-BuildRequires:  libffi-devel
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  xorg-x11-libXt-devel
 
 %description
 Native library stub to dynamically invoke native code used by Java Native
@@ -49,10 +49,10 @@
 %package -n jna
 Summary:        Java Native Access
 Group:          Development/Libraries/Java
-%if 0%{suse_version} > 1110
+Requires:       libjnidispatch
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
-Requires:       libjnidispatch
 
 %description -n jna
 JNA provides Java programs easy access to native shared libraries without
@@ -72,7 +72,7 @@
 %package -n jna-javadoc
 Summary:        Javadoc for Java Native Access
 Group:          Documentation/HTML
-%if 0%{suse_version} > 1110
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
 
@@ -121,7 +121,7 @@
 # let's name maven fragment jna as expected
 install -p -m 644 %{SOURCE1} %{buildroot}/%{_mavenpomdir}/JPP-jna.pom
 %add_maven_depmap JPP-jna.pom jna.jar
-mv %{buildroot}/%{_mavendepmapfragdir}/%{name} 
%{buildroot}/%{_mavendepmapfragdir}/jna
+mv %{buildroot}%{_datadir}/maven-metadata/libjnidispatch.xml 
%{buildroot}%{_datadir}/maven-metadata/jna.xml
 
 install -d -m 755 %{buildroot}%{_javadocdir}/jna
 cp -pr doc/javadoc/* %{buildroot}%{_javadocdir}/jna
@@ -137,7 +137,7 @@
 %{_javadir}/jna.jar
 %{_javadir}/jna-platform.jar
 %{_mavenpomdir}/JPP-jna.pom
-%{_mavendepmapfragdir}/jna
+%{_datadir}/maven-metadata/jna.xml
 
 %files -n jna-javadoc
 %defattr(0644,root,root,0755)



Reply via email to