From c625c99a5bd5e9c9be86bdd5c7f82e35bc9e6de0 Mon Sep 17 00:00:00 2001 From: David Brown Date: May 02 2015 15:37:37 +0000 Subject: fix bugzilla #1217007 with a little javadoc patch --- diff --git a/genders-1.22-javadoc.patch b/genders-1.22-javadoc.patch new file mode 100644 index 0000000..8491a94 --- /dev/null +++ b/genders-1.22-javadoc.patch @@ -0,0 +1,11 @@ +--- a/src/extensions/java/gov/llnl/lc/chaos/Genders.java 2015-05-02 08:35:02.925419354 -0700 ++++ b/src/extensions/java/gov/llnl/lc/chaos/Genders.java 2015-05-02 08:35:11.748177491 -0700 +@@ -167,7 +167,7 @@ + + /** + * Returns nodes specified via the specified query. Signify union +- * with '||', intersection with '&&', * difference with '--', and ++ * with '||', intersection with '&&', * difference with '--', and + * complement with '~'. Operations are performed left to + * right. Parentheses can be used to change the order of + * operations. diff --git a/genders.spec b/genders.spec index 78a6757..12fba43 100644 --- a/genders.spec +++ b/genders.spec @@ -12,6 +12,7 @@ License: GPLv2 URL: http://%{name}.sf.net Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}-1/%{name}-%{version}.tar.gz Patch0: %{name}-1.18-shebang.patch +Patch0: %{name}-1.22-javadoc.patch BuildRequires: bison, flex, autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -107,6 +108,7 @@ Genders development headers and libraries for C++. %prep %setup -q -n %{name}-%{version} %patch0 -p1 +%patch1 -p1 %if 0%{?rhel} <= 6 cat << \EOF > %{name}-python-prov @@ -239,6 +241,7 @@ rm -rf %{buildroot} %changelog * Sat May 2 2015 David Brown - 1.22-1 - new upstream build +- fix bugzilla #1217007 * Tue Aug 26 2014 Jitka Plesnikova - 1.21-3 - Perl 5.20 rebuild