Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2013-10-30 15:24:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brltty (Old)
 and      /work/SRC/openSUSE:Factory/.brltty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brltty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brltty/brltty.changes    2013-06-25 
17:13:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes       2013-10-30 
15:24:18.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Oct 29 11:52:13 CET 2013 - fcro...@suse.com
+
+- Fix build:+ no longer rely on deprecated function (-perm +...) in
+  find.
+- No longer use --disable-static, not supported in configure.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ brltty.spec ++++++
--- /var/tmp/diff_new_pack.RzEAgv/_old  2013-10-30 15:24:19.000000000 +0100
+++ /var/tmp/diff_new_pack.RzEAgv/_new  2013-10-30 15:24:19.000000000 +0100
@@ -319,7 +319,6 @@
       java_inc="$java_inc $i"
 done
 %configure  CPPFLAGS="$java_inc" \
-        --disable-static \
         --with-install-root="%{buildroot}" \
         --disable-stripping
 %__make -j1 # not parallel build safe
@@ -341,7 +340,7 @@
 find . \( -path ./doc -o -path ./Documents \) -prune -o \
   \( -name 'README*' -o -name '*.txt' -o -name '*.html' -o \
      -name '*.sgml' -o -name '*.patch' -o \
-     \( -path './Bootdisks/*' -type f -perm +ugo=x \) \) -print |
+     \( -path './Bootdisks/*' -type f -perm /ugo=x \) \) -print |
 while read file; do
    mkdir -p doc/${file%/*} && cp -rp $file doc/$file || exit 1
 done

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to