Hello community,

here is the log from the commit of package postgresql-jdbc for openSUSE:Factory 
checked in at 2014-06-30 22:50:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql-jdbc (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql-jdbc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql-jdbc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql-jdbc/postgresql-jdbc.changes  
2013-09-11 13:38:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-jdbc.new/postgresql-jdbc.changes     
2014-06-30 22:50:17.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Jun 27 12:49:44 UTC 2014 - [email protected]
+
+- Fix build on SLE11
+
+-------------------------------------------------------------------
+Fri Jun 27 11:58:20 UTC 2014 - [email protected]
+
+- Version bump to latest release 9.3:
+  * Various fixes
+  * Better integration with pgsql9.3
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  postgresql-jdbc-9.2-1002.src.tar.gz

New:
----
  postgresql-jdbc-9.3-1101.src.tar.gz

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

Other differences:
------------------
++++++ postgresql-jdbc.spec ++++++
--- /var/tmp/diff_new_pack.ZYwRGD/_old  2014-06-30 22:50:18.000000000 +0200
+++ /var/tmp/diff_new_pack.ZYwRGD/_new  2014-06-30 22:50:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-jdbc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,20 @@
 #
 
 
-%define         buildnum 1002
-
+%define buildnum 1101
 Name:           postgresql-jdbc
-Version:        9.2
+Version:        9.3
 Release:        0
 Summary:        Official JDBC Driver for PostgreSQL
 License:        BSD-3-Clause
 Group:          Development/Languages/Java
-
 Url:            http://jdbc.postgresql.org
 Source0:        
http://jdbc.postgresql.org/download/%{name}-%{version}-%{buildnum}.src.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ant
 BuildRequires:  ant-trax
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -50,31 +47,31 @@
 PostgreSQL JDBC Driver API documentation.
 
 %prep
-%setup -n %{name}-%{version}-%{buildnum}.src -q
+%setup -q -n %{name}-%{version}-%{buildnum}.src
 
 # remove all third party jars
 find . -iname '*.jar' | xargs rm -rf
 
 %build
-%{ant}
+ant
 
 # build the public api
-%{ant} publicapi
+ant publicapi
 
 %install
+%if 0%{?suse_version} == 1110
+export NO_BRP_CHECK_BYTECODE_VERSION=true
+%endif
 
 # create directory for installing the jars
-%{__install} -d -m 755 %{buildroot}%{_javadir}
-%{__install} -m 655 
$RPM_BUILD_DIR/%{name}-%{version}-%{buildnum}.src/jars/postgresql.jar \
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 655 jars/postgresql-%{version}-%{buildnum}.jdbc41.jar \
   %{buildroot}/%{_javadir}/%{name}-%{version}.jar
 (cd %{buildroot}/%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
 
 # javadoc
-%{__install} -d -m 755 %{buildroot}/%{_javadocdir}/%{name}-%{version}
-%{__cp} -pr build/publicapi/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-
-%clean
-rm -rf %{buildroot}
+install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}-%{version}
+cp -pr build/publicapi/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
 %defattr(-,root,root,0755)

++++++ postgresql-jdbc-9.2-1002.src.tar.gz -> 
postgresql-jdbc-9.3-1101.src.tar.gz ++++++
++++ 11095 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to