commit java-1_8_0-openjdk for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2015-01-26 16:47:14

Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)


Package is java-1_8_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2015-01-23 15:48:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2015-01-26 16:47:15.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 25 18:06:11 UTC 2015 - fst...@suse.com
+
+- Modify patch: system-giflib5.patch
+  * Fix build with giflib 5.1.x
+
+---



Other differences:
--
++ system-giflib5.patch ++
--- /var/tmp/diff_new_pack.SQkUU2/_old  2015-01-26 16:47:18.0 +0100
+++ /var/tmp/diff_new_pack.SQkUU2/_new  2015-01-26 16:47:18.0 +0100
@@ -1,6 +1,21 @@
 --- jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c  
2014-09-26 08:52:13.001303676 +0200
 +++ jdk8/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c  
2014-09-26 08:53:14.143887542 +0200
-@@ -318,9 +318,18 @@
+@@ -310,7 +310,14 @@
+ free(pBitmapBits);
+ free(pOldBitmapBits);
+ 
++#if GIFLIB_MAJOR = 5  GIFLIB_MINOR = 1
++int error = 0;
++DGifCloseFile(gif, error);
++if (error)
++return 0;
++#else
+ DGifCloseFile(gif);
++#endif
+ 
+ return 1;
+ }
+@@ -318,9 +325,18 @@
  int
  SplashDecodeGifStream(Splash * splash, SplashStream * stream)
  {

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



commit java-1_7_0-openjdk for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2015-01-26 16:46:41

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)


Package is java-1_7_0-openjdk

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
  2015-01-20 19:12:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
 2015-01-26 16:46:45.0 +0100
@@ -1,0 +2,326 @@
+Sun Jan 25 17:36:49 UTC 2015 - fst...@suse.com
+
+- Added patch: java-1_7_0-openjdk-giflib5.patch
+  * Fix build with giflib 5.1.x
+
+---
+Thu Jan 22 15:59:43 UTC 2015 - fst...@suse.com
+
+- Update to 2.5.4 - OpenJDK 7u75
+  * Security fixes
+- S8046656: Update protocol support
+- S8047125, CVE-2015-0395: (ref) More phantom object references
+- S8047130: Fewer escapes from escape analysis
+- S8048035, CVE-2015-0400: Ensure proper proxy protocols
+- S8049253: Better GC validation
+- S8050807, CVE-2015-0383: Better performing performance data
+  handling
+- S8054367, CVE-2015-0412: More references for endpoints
+- S8055304, CVE-2015-0407: More boxing for
+  DirectoryComboBoxModel
+- S8055309, CVE-2015-0408: RMI needs better transportation
+  considerations
+- S8055479: TLAB stability
+- S8055489, CVE-2014-6585: Better substitution formats
+- S8056264, CVE-2014-6587: Multicast support improvements
+- S8056276, CVE-2014-6591: Fontmanager feature improvements
+- S8057555, CVE-2014-6593: Less cryptic cipher suite management
+- S8058982, CVE-2014-6601: Better verification of an
+  exceptional invokespecial
+- S8059485, CVE-2015-0410: Resolve parsing ambiguity
+- S8061210, CVE-2014-3566: Issues in TLS
+  * Backports
+- S6461635: [TESTBUG] BasicTests.sh test fails intermittently
+- S6545422: [TESTBUG] NativeErrors.java uses wrong path name in
+  exec
+- S6653795: C2 intrinsic for Unsafe.getAddress performs pointer
+  sign extension on 32-bit systems
+- S7028073: The currency symbol for Peru is wrong
+- S7047033: (smartcardio) Card.disconnect(boolean reset) does
+  not reset when reset is true
+- S7183753: [TEST] Some colon in the diff for this test
+- S7077119, PR2165, G534118: remove past transition dates from
+  CurrencyData.properties file
+- S7085757: Currency Data: ISO 4217 Amendment 152
+- S7169142: CookieHandler does not work with localhost
+- S7172012, PR2067: Make test-in-build an option (Queens)
+- S7185456: (ann) Optimize Annotation handling in
+  java/sun.reflect.* code for small number of annotations
+- S7195759: ISO 4217 Amendment 154
+- S8000897, RH1155012: VM crash in CompileBroker
+- S8001105: findVirtual of Object[].clone produces internal
+  error
+- S8005232: (JEP-149) Class Instance size reduction
+- S8006748: getISO3Country() returns wrong value
+- S8012026: [macosx] Component.getMousePosition() does not
+  work in an applet on MacOS
+- S8015421: NegativeArraySizeException occurs in
+  ChunkedOutputStream() with Integer.MAX_VALUE
+- S8020190, PR2160, RH1176718: Fatal: Bug in native code:
+  jfieldID must match object
+- S8021121: ISO 4217 Amendment Number 156
+- S8021372: NetworkInterface.getNetworkInterfaces() returns
+  duplicate hardware address
+- S8022721: TEST_BUG: AnnotationTypeDeadlockTest.java throws
+  java.lang.IllegalStateException: unexpected condition
+- S8025051: Update resource files for TimeZone display names
+- S8026792: HOTSPOT: licensee reports a JDK8 build failure
+  after 8005849/8005008 fixes integrated
+- S8027359: XML parser returns incorrect parsing results
+- S8028623, PR2112, RH1168693: SA: hash codes in SymbolTable
+  mismatching java_lang_String::hash_code for extended characters
+- S8028627: Unsynchronized code path from javax.crypto.Cipher to
+  the WeakHashMap used by JceSecurity to store codebase mappings
+- S8028726: (prefs) Check
+  src/solaris/native/java/util/FileSystemPreferences.c for JNI
+  pending exceptions
+- S8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java
+  fails because it expects NullPointerException
+- S8031046: Native Windows ccache might still get unsupported
+  ticket
+- S8031502: JSR292: IncompatibleClassChangeError in LambdaForm
+  for CharSequence.toString() method handle type converter
+- S8032078: [macosx] CPlatformWindow.setWindowState throws
+  RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
+- S8032669: Mouse release not being 

commit python3-pylast for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-pylast for openSUSE:Factory 
checked in at 2015-01-26 16:47:01

Comparing /work/SRC/openSUSE:Factory/python3-pylast (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pylast.new (New)


Package is python3-pylast

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylast/python3-pylast.changes
2014-08-11 10:07:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pylast.new/python3-pylast.changes   
2015-01-26 16:47:03.0 +0100
@@ -1,0 +2,55 @@
+Sun Jan 25 01:27:00 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * removed modname variable
+  * updated source to point to pypi
+  * require setuptools
+  * no more README in tar-ball, removed it from %files section
+  * update %files section
+
+- update to version 1.1.0:
+  * Fix pytest.py link
+  * Update testing instructions [CI skip]
+  * Remove unused .build file
+  * fix grep filter for clonedigger.
+  * remove dir-locals. make clonedigger always exit 0
+  * fix base object hasing. Closes  #120 .
+  * Version bump, fix setup.py, which was previously broken because excludes 
was not a tuple, so each character wa
+  * Fix UnicodeDecodeError from #114. Replace definitions of _unicode and 
_string. Add six as a dependeny. Fix clo
+  * Skip if PYLAST_USERNAME etc. env vars missing
+  * Revert Add failing test for #114 (This revert should be reverted later 
as the test from this commit should b
+  * Remove duplicate line, Make test_pylast.py runnable as main again.
+  * add credentials for IvanMalison/pylast.
+  * Add failing test for #114
+  * add posargs to tox tests.
+  * Get rid of --doctest-modules in py.test command.
+  * Consolidate travis environments. separate matrix and global environment 
variables.
+  * Add tox to travis installation.
+  * tox/travis stuff. making testing more uniform.
+  * Don't encode strings as 'utf-8' twice in _get_cache_key. Closes #109.
+  * Make pylast a package. Move tests into a directory. Start using pytest and 
tox. Use setuptools instead of dist
+  * Remove unused import
+  * Don't use .build file for minor version because we define the full version 
in pylast.py as well
+  * Fix word in SessionKeyGenerator comment.
+  * Fix params
+  * Remove asserts which can fail
+  * Landscape.io fixes
+  * Add pypy3; track coverage in Scrutinizer
+  * Use Docker
+  * Update pylast.py
+  * Make test more robust
+  * Badges! [CI skip]
+  * Add from/to parameters to get_recent_tracks()
+  * Fix chart tests that failed due to date ranges (take 2)
+  * Fix chart tests that failed due to date ranges
+  * Last.fm returns no results for artist.getsimilar with limit=1, but limit=2 
returns 2
+  * Fix comparison with None for artist, album and event, with test. For #97.
+  * Add artist.get_band_members() with tests
+  * Add PyPI version badge
+  * Add badge for number of PyPI downloads
+  * syntax highlighting in readme
+  * Fix opus comparison with None
+  * Update install instructions now 1.0.0 is on PyPI
+
+---

Old:

  pylast-1.0.0.tar.gz

New:

  pylast-1.1.0.tar.gz



Other differences:
--
++ python3-pylast.spec ++
--- /var/tmp/diff_new_pack.zBLoRA/_old  2015-01-26 16:47:04.0 +0100
+++ /var/tmp/diff_new_pack.zBLoRA/_new  2015-01-26 16:47:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pylast
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,19 +16,17 @@
 #
 
 
-%define modname pylast
-
-Name:   python3-%{modname}
-Version:1.0.0
+Name:   python3-pylast
+Version:1.1.0
 Release:0
 Summary:A python3 interface to Last.fm
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/pylast/pylast
-Source0:pylast-1.0.0.tar.gz
-#Source0 via https://codeload.github.com/pylast/pylast/tar.gz/1.0.0
+Source0:
https://pypi.python.org/packages/source/p/pylast/pylast-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -47,7 +45,7 @@
 - Python3-friendly (Starting from 0.5).
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n pylast-%{version}
 
 %build
 python3 setup.py build
@@ -58,9 +56,9 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README.md
-%{python3_sitelib}/__pycache__

commit python3-pyenchant for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-pyenchant for 
openSUSE:Factory checked in at 2015-01-26 16:46:57

Comparing /work/SRC/openSUSE:Factory/python3-pyenchant (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyenchant.new (New)


Package is python3-pyenchant

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyenchant/python3-pyenchant.changes  
2015-01-23 15:46:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyenchant.new/python3-pyenchant.changes 
2015-01-26 16:47:00.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 25 02:58:21 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update url
+
+- dropped pyenchant-setuptools.patch: fixed upstream
+
+- update to version 1.6.6:
+  * compatability with latest python releases
+  * wheels replace eggs as the binary distribution format of
+choice
+ * fix possible text corruption when using SpellChecker with a Chunker
+
+---

Old:

  pyenchant-1.6.5.tar.gz
  pyenchant-setuptools.patch

New:

  pyenchant-1.6.6.tar.gz



Other differences:
--
++ python3-pyenchant.spec ++
--- /var/tmp/diff_new_pack.vC4jOW/_old  2015-01-26 16:47:01.0 +0100
+++ /var/tmp/diff_new_pack.vC4jOW/_new  2015-01-26 16:47:01.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   python3-pyenchant
-Version:1.6.5
+Version:1.6.6
 Release:0
-Url:http://www.rfk.id.au/software/pyenchant/
+Url:https://pythonhosted.org/pyenchant/
 Summary:Python bindings for the Enchant spellchecking system
 License:LGPL-2.1+
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyenchant/pyenchant-%{version}.tar.gz
-Patch0: pyenchant-setuptools.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  enchant
 BuildRequires:  python3-devel
@@ -39,7 +38,6 @@
 
 %prep
 %setup -q -n pyenchant-%{version}
-%patch0 -p1
 
 %build
 python3 setup.py build

++ pyenchant-1.6.5.tar.gz - pyenchant-1.6.6.tar.gz ++
 2371 lines of diff (skipped)

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



commit python3-bsddb3 for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-bsddb3 for openSUSE:Factory 
checked in at 2015-01-26 16:46:59

Comparing /work/SRC/openSUSE:Factory/python3-bsddb3 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-bsddb3.new (New)


Package is python3-bsddb3

Changes:

--- /work/SRC/openSUSE:Factory/python3-bsddb3/python3-bsddb3.changes
2014-12-23 11:49:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bsddb3.new/python3-bsddb3.changes   
2015-01-26 16:47:01.0 +0100
@@ -1,0 +2,63 @@
+Sat Jan 10 01:31:07 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- dropped bsddb3-db6.diff: remove patch file for DB 6.x (now supported by 
default according to changelog)
+
+- update to version 6.1.0:
+  * Support Berkeley DB 6.1.x.
+  * Solve a ResourceWarning when compiling.
+  * Drop support for Python 2.4, 2.5 and 3.1. If you need
+compatibility with those versions, you can keep using old releases
+of these bindings.
+  * Drop support for Berkeley DB 4.3, 4.4, 4.5, 4.6. If you need
+compatibility with those versions, you can keep using old releases
+of these bindings.
+  * From now, on our support reference is Red Had Enterprise Linux 6.
+  * Drop modules attributes cvsid.
+  * Drop (hidden) $Id$ keyword in the documentation.
+
+- changes from version 6.0.1
+
+  * Clarification of license. Thanks to Jan Staněk for bringing this
+issue up. This work is now explicitly licensed under 3-clause BSD
+license.
+
+  * Fixed a long standing bug (August 2008, rev 9fd52748fa59) on
+dbtables.py. Notified by Maxime Labelle.
+
+  * If you want to link with Oracle Berkeley DB 6.0, you will need to
+create the environment variable
+'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION' to signal
+to the pybsddb that you are legal. To be legal, your code MUST be
+AGPL3 *OR* you have to buy a commercial license from Oracle.
+
+If you are not legally entitled to use Berkeley DB 6.0 and you
+have previous versions of Berkeley DB on your system, you can a)
+delete Berkeley DB 6.0 and try again, OR b) instruct pybsddb to
+use a previous Berkeley DB version, using environment variables or
+command line options.
+
+- changes from version 6.0.0:
+  * Support Berkeley DB 6.0.x.
+  * HEADS UP: If you are using bsddb3._bsddb in your code, for
+example for exceptions, change it to bsddb3._db.
+  * Print test working directory when running the testsuite. You can
+control it using TMPDIR environment variable. Defaults to
+/tmp/z-Berkeley_DB/.
+  * Support for DB_EVENT_REP_AUTOTAKEOVER_FAILED event.
+  * Support for DB_REPMGR_ISVIEW, DB_DBT_BLOB, DB_LOG_BLOB,
+DB_STREAM_READ, DB_STREAM_WRITE and DB_STREAM_SYNC_WRITE
+flags.
+  * Some DB_SEQUENCE function signatures changed in Berkeley DB 6.0.x.
+  * Erratic behaviour of DBEnv-rep_elect() because a typo.
+  * The testsuite prints Python bitness (32/64).
+  * Tests compatible with hash randomization, default in Python
+3.3. See http://bugs.python.org/issue13703 .
+  * Errors when trying to calculate the length of a DB were masked,
+and an unuseful and unrelated exception was raised.
+  * Code cleanup since pybsddb is not in the Python 3.x stdlib
+anymore, and the version in Python 2.6/2.7 is being maintained
+separately.
+
+---

Old:

  bsddb3-5.3.0.tar.gz
  bsddb3-db6.diff

New:

  bsddb3-6.1.0.tar.gz



Other differences:
--
++ python3-bsddb3.spec ++
--- /var/tmp/diff_new_pack.azv915/_old  2015-01-26 16:47:02.0 +0100
+++ /var/tmp/diff_new_pack.azv915/_new  2015-01-26 16:47:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-bsddb3
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-bsddb3
-Version:5.3.0
+Version:6.1.0
 Release:0
 Url:http://pypi.python.org/pypi/bsddb3
 Summary:Python interface for Berkeley DB
@@ -25,7 +25,6 @@
 Group:  Development/Libraries/Python
 
 Source: 
http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
-Patch1: bsddb3-db6.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  python3
@@ -53,7 +52,6 @@
 
 %prep
 %setup -q -n bsddb3-%{version}
-%patch -P 1 -p1
 sed -i 1d Lib3/bsddb/dbshelve.py # Fix non-executable bits
 
 %build

++ bsddb3-5.3.0.tar.gz - 

commit giflib for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package giflib for openSUSE:Factory checked 
in at 2015-01-26 16:46:36

Comparing /work/SRC/openSUSE:Factory/giflib (Old)
 and  /work/SRC/openSUSE:Factory/.giflib.new (New)


Package is giflib

Changes:

--- /work/SRC/openSUSE:Factory/giflib/giflib.changes2013-09-02 
14:55:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.giflib.new/giflib.changes   2015-01-26 
16:46:38.0 +0100
@@ -1,0 +2,31 @@
+Thu Jan 15 13:36:49 UTC 2015 - tchva...@suse.com
+
+- Cleanup a bit
+- Remove obsolete sle10 deprecations
+- Fix one tiny rpmlint warning
+
+---
+Wed Jan 14 22:39:16 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 5.1.1 
+  + Numerous minor fixes in getarg.c. Affects only the utilities, not the
+core library.
+  + Fix SourceForge bug #59 DGifOpen can segfault if DGifGetScreenDesc fails.
+  + SourceForge patch #20: In gifalloc, fix usage of realloc() in case of 
failure.
+  + Fix SourceForge bug #61 Leak in gifsponge.
+  + glibtoolize port fix for OS X.
+
+---
+Fri May 30 14:36:54 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 5.1.0
+* Minor API change to assist library wrappers in dynamic languages,
+  removal of the the gif2raw utility, and various minor fix patches
+  for unusual edge cases.
+* API changes to functions:
+  GifErrorString returns const char *;
+  EGifGetGifVersion returns const char *;
+  EGifCloseFile takes another int *errorcode;
+  DGifCloseFile takes another int *errorcode;
+
+---

Old:

  giflib-5.0.5.tar.bz2

New:

  giflib-5.1.1.tar.bz2



Other differences:
--
++ giflib.spec ++
--- /var/tmp/diff_new_pack.cNBljZ/_old  2015-01-26 16:46:39.0 +0100
+++ /var/tmp/diff_new_pack.cNBljZ/_new  2015-01-26 16:46:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package giflib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,20 +16,18 @@
 #
 
 
+%define lname   libgif7
 Name:   giflib
-%define lname  libgif6
-Version:5.0.5
+Version:5.1.1
 Release:0
 Summary:A Library for Working with GIF Images
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://giflib.sf.net/
-
 #Git-Clone:git://git.code.sf.net/p/giflib/code
 #Freecode-URL: http://freecode.com/projects/giflib
-Source: http://downloads.sf.net/giflib/%name-%version.tar.bz2
+Source: http://downloads.sf.net/giflib/%{name}-%{version}.tar.bz2
 Source2:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch1: giflib-visibility.patch
 Patch2: giflib-automake-1_13.patch
 BuildRequires:  libtool = 2
@@ -39,28 +37,25 @@
 BuildRequires:  xorg-x11-libXau-devel
 BuildRequires:  xorg-x11-libXdmcp-devel
 BuildRequires:  xorg-x11-libXt-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This Library allows manipulating GIF Image files. Since the LZW patents
 have expired, giflib can again be used instead of libungif.
 
-%package -n %lname
+%package -n %{lname}
 Summary:A Library for Working with GIF Images
 Group:  System/Libraries
-# bug437293
-%ifarch ppc64
-Obsoletes:  giflib-64bit
-%endif
 
-%description -n %lname
+%description -n %{lname}
 This Library allows manipulating GIF Image files. Since the LZW patents
 have expired, giflib can again be used instead of libungif.
 
 %package progs
 Summary:Tools for Working with the GIF Library
 Group:  Productivity/Graphics/Convertors
-Provides:   ungif
-Obsoletes:  ungif
+Provides:   ungif = %{version}
+Obsoletes:  ungif  %{version}
 
 %description progs
 A tool for converting GIFs to various formats.
@@ -68,12 +63,7 @@
 %package devel
 Summary:Library for Working with GIF Images - Files Mandatory for 
Development
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
-# bug437293
-%ifarch ppc64
-Obsoletes:  giflib-devel-64bit
-%endif
-#
+Requires:   %{lname} = %{version}
 
 %description devel
 This Library allows manipulating GIF Image files. Since the LZW patents
@@ -84,7 +74,6 @@
 # LT_INIT requires libtool = 2
 %patch -P 1 -P 2 -p1
 
-%build
 # USE __TIMESTAMP__ instead of __DATE__ , __TIME__
 # this change is pointless unless we preserve the original 
 # 

commit python3-httplib2 for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-httplib2 for 
openSUSE:Factory checked in at 2015-01-26 16:47:11

Comparing /work/SRC/openSUSE:Factory/python3-httplib2 (Old)
 and  /work/SRC/openSUSE:Factory/.python3-httplib2.new (New)


Package is python3-httplib2

Changes:

--- /work/SRC/openSUSE:Factory/python3-httplib2/python3-httplib2.changes
2013-06-20 16:41:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-httplib2.new/python3-httplib2.changes   
2015-01-26 16:47:14.0 +0100
@@ -1,0 +2,15 @@
+Sun Jan 25 17:00:09 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * update url (moved to github)
+  * removed README (not provided in tar ball anymore)
+
+- update to version 0.9: (taken from git log)
+  * Add an updated cacerts.txt file and fix some tests.
+  * use socket.getdefaulttimeout() on App Engine as well as off
+  * Moving README over to README.md
+  * Pass method by name, not positionally. Fixes issue #252.
+  * Fix handling of BadStatusLine. Fixes issue #250.
+
+---

Old:

  httplib2-0.8.tar.gz
  pre_checkin.sh

New:

  httplib2-0.9.tar.gz



Other differences:
--
++ python3-httplib2.spec ++
--- /var/tmp/diff_new_pack.MJbyXZ/_old  2015-01-26 16:47:15.0 +0100
+++ /var/tmp/diff_new_pack.MJbyXZ/_new  2015-01-26 16:47:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-httplib2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,9 +17,9 @@
 
 
 Name:   python3-httplib2
-Version:0.8
+Version:0.9
 Release:0
-Url:http://code.google.com/p/httplib2/
+Url:https://github.com/jcgregorio/httplib2
 Summary:A Python HTTP client library
 License:MIT and Apache-2.0 and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+)
 Group:  Development/Libraries/Python
@@ -59,7 +59,6 @@
 
 %files
 %defattr(-,root,root)
-%doc README
 %{python3_sitelib}/*
 
 %changelog

++ httplib2-0.8.tar.gz - httplib2-0.9.tar.gz ++
 5641 lines of diff (skipped)

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



commit shutter for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package shutter for openSUSE:Factory checked 
in at 2015-01-26 16:47:07

Comparing /work/SRC/openSUSE:Factory/shutter (Old)
 and  /work/SRC/openSUSE:Factory/.shutter.new (New)


Package is shutter

Changes:

--- /work/SRC/openSUSE:Factory/shutter/shutter.changes  2014-12-05 
21:03:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.shutter.new/shutter.changes 2015-01-26 
16:47:09.0 +0100
@@ -1,0 +2,34 @@
+Fri Jan 23 05:43:15 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 0.93.1:
+  + updated Dropbox.pm and XFIXES.pm
+  + fixed deprecated code
+  + updated translations
+- Changes from 0.92
+  + Dropbox plugin doesn't work since it uses an old version of
+the API (lp#1163251)
+  + Error Dropbox Authentication and upload (lp#1250536)
+  + vgy.me sypport (lp#1298878)
+  + Dropbox upload plugin uses Public folder and does not create
+proper share link (lp#1349512)
+  + Updated Translations
+- Changes from 0.91
+  + Launching a second instance causes a crash (lp#731874)
+  + Segmentation Fault when trying to edit an image (lp#1034768)
+  + Crashes after clicking edit while using certain icon
+themes (lp#1285287)
+  + Shutter: ImageBanana no longer active... (lp#1334869)
+  + Remove UbuntuOne (lp#1351015)
+  + Updated translations
+- Changes from 0.90.1
+  + Add new icon (lp#1243649)
+  + immio has been closed (lp#1308485)
+  + Session tab no longer shows thumbnails after fresh install
+Kubuntu 14.04 (lp#1314893)
+  + Updated translations
+- Dropped:
+  + shutter-0.90.1.tar.bz2
+- Updated desktop-shortcut-fix.diff to clean up some rpmlint
+  warnings
+
+---

Old:

  shutter-0.90.1.tar.bz2

New:

  shutter-0.93.1.tar.gz



Other differences:
--
++ shutter.spec ++
--- /var/tmp/diff_new_pack.nX57Vb/_old  2015-01-26 16:47:10.0 +0100
+++ /var/tmp/diff_new_pack.nX57Vb/_new  2015-01-26 16:47:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shutter
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 8/2011 - now by open-slx GmbH sascha.ma...@open-slx.de
 # Copyright (c) 12/2010 - 7/2011 by Sascha Manns saigk...@opensuse.org  
 # Copyright (c) 7/2010 - 12/2010 by Ray Chen swy...@gmail.com
@@ -20,13 +20,13 @@
 
 
 Name:   shutter
-Version:0.90.1
+Version:0.93.1
 Release:0
 Summary:Featureful screenshot tool
 License:GPL-3.0
 Group:  Productivity/Graphics/Other
 Url:http://shutter-project.org/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://shutter-project.org/wp-content/uploads/releases/tars/%{name}-%{version}.tar.gz
 Source1:README.openSUSE
 Patch0: desktop-shortcut-fix.diff
 Patch2: remove-provide-dropbox.diff

++ desktop-shortcut-fix.diff ++
--- /var/tmp/diff_new_pack.nX57Vb/_old  2015-01-26 16:47:10.0 +0100
+++ /var/tmp/diff_new_pack.nX57Vb/_new  2015-01-26 16:47:10.0 +0100
@@ -1,9 +1,13 @@
 share/applications/shutter.desktop-orig2013-01-01 16:36:15.0 
+0800
-+++ share/applications/shutter.desktop 2013-01-01 16:40:51.0 +0800
-@@ -17,28 +17,3 @@
+Index: share/applications/shutter.desktop
+===
+--- share/applications/shutter.desktop.orig
 share/applications/shutter.desktop
+@@ -15,30 +15,4 @@ Terminal=false
+ Type=Application
+ Categories=Utility;
  
MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
- Actions=Redo;Select;Screen;Window;Active;
- 
+-Actions=Redo;Select;Screen;Window;Active;
+-
 -[Desktop Action Redo]
 -Name=Redo last screenshot
 -Exec=shutter --redo
@@ -28,4 +32,4 @@
 -Name=Capture the current active window
 -Exec=shutter --active
 -OnlyShowIn=Unity;
--
+ 

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



commit whois for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2015-01-26 16:47:09

Comparing /work/SRC/openSUSE:Factory/whois (Old)
 and  /work/SRC/openSUSE:Factory/.whois.new (New)


Package is whois

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2015-01-22 
21:50:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2015-01-26 
16:47:10.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 25 15:10:54 UTC 2015 - andreas.stie...@gmx.de
+
+- whois 5.2.4:
+  * Fixed referrals handling for the .cc, .tv a .jobs TLDs.
+  * Updated the list of new gTLDs.
+
+---

Old:

  whois_5.2.3.tar.xz

New:

  whois_5.2.4.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.a28CRp/_old  2015-01-26 16:47:11.0 +0100
+++ /var/tmp/diff_new_pack.a28CRp/_new  2015-01-26 16:47:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   whois
-Version:5.2.3
+Version:5.2.4
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+

++ whois.asc ++
--- /var/tmp/diff_new_pack.a28CRp/_old  2015-01-26 16:47:11.0 +0100
+++ /var/tmp/diff_new_pack.a28CRp/_new  2015-01-26 16:47:11.0 +0100
@@ -5,7 +5,7 @@
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.2.3
+Version: 5.2.4
 Maintainer: Marco d'Itri m...@linux.it
 Standards-Version: 3.9.6
 Vcs-Browser: https://github.com/rfc1036/whois
@@ -14,23 +14,23 @@
 Package-List:
  whois deb net standard arch=any
 Checksums-Sha1:
- 6e9738e5b181ed600567d2ddb3b5e872d08201f0 77800 whois_5.2.3.tar.xz
+ 282547d1ec1a9df31ae8fe4e193349fe51ffb7e1 77928 whois_5.2.4.tar.xz
 Checksums-Sha256:
- b1c9a4005bd41036a9e82dd4830005f33ffa5255ab764f4dbe3300715c15e803 77800 
whois_5.2.3.tar.xz
+ f1827e3b61e6f647b6093e6dcf52d3b44775fdbd6bf0cf7413aff26825f0bc43 77928 
whois_5.2.4.tar.xz
 Files:
- 8144fc16bd11f04087c6f91f26ced381 77800 whois_5.2.3.tar.xz
+ be5828dd4e24b264a3c818d254382ae3 77928 whois_5.2.4.tar.xz
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQGcBAEBAgAGBQJUnbPYAAoJECv1pcEixPekTL4L/1dzLjKABjG7f8EYfdybqb0h
-o74EN5Lb3lZbbKmzmpW/1eRza04PwWnDZ/rGc/Ku5xkBuJRF+W5aVF6mb1eBPNx5
-LxuiY9BllUcfnLWQcpXyRKej09u4l72gD9/ntsBMj+LMNwzMjxEKEzujUa/jSyyN
-lTbWbnVdHLu8NpfrH8+okasUnrK1JUjJ9aYa9zVybNEMZJ1Ampj9UxJASJZgcwny
-w7i2pAqJzhWeNmwe5HG3Z6HKL9WH2OtUvYCfaJhmcagH6MqFLSq3jUqyVnyXiKlb
-mPNKeaOySz+ju679FxWiLs+yE3RWlavflPmZpuW/amIRG7JIugpNM2T8vpZlnyen
-BXD1Eg7yHHN20jKNp2j5n14ZROUDKLfHCEHQHyvJqJkxaF0K22sqmRgE1ofU82Ue
-iOKsGJMBP5f9lNrZQdk26cQZlxfK7LMCjgAwgtqq+17GV1Vz3sq4dTRbi8ZuMtXZ
-Dak9hOIVK4W4JVXHDaByVkIWb1zY9wpGO4J7vuOxlQ==
-=GfNQ
+iQGcBAEBAgAGBQJUxGVwAAoJECv1pcEixPekc6sMAIkMLVTgSBcDICbqv3bzRtmI
+iRC8/ehyMAdW3Muux8BDy3K3LP5UzofxUsMHq1qI0eutxSwbIO8NtJ3qNektdLiE
+ElJnWWnDDM9hy4Rrp96GaD0P1bwRtiqGK6N0M7IsxHNutxO6lKwEOMoNf9A6UF2n
+9DxMcUicuYuSbYx06/XS7kshz6mbk1feFj/zF8nuR6PjLnLwW2wr7GMIbY7oAmDP
+rpvFCdbKiLQvMFU06hZuUaanmWvBkC0qReV3WrwQnEivwyv9EJ7ZKlgUxniGyhFx
+QNu5A0UNMM5BOqNMprAN/uVRgHW4hrKWgVarhumCF5zl/aoj/oguLsJV2aJ5xthh
+H+EQLBI3d5C/tTyBTwF2vM4e4xEi5jWEq3e3m0GwSCHSgklK6OShJi6mpZcWFfO+
+xh6efTBv0dofYgB8Rh5ZGvPSvXNyjl3g47D5RPfc0H0JjMk0W49lrwab6mROPONR
+MPGPgZwyOKLJ/hPc0pPxsFTO57s/E9mkVAJmT1JVcg==
+=VaOe
 -END PGP SIGNATURE-


++ whois_5.2.3.tar.xz - whois_5.2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.2.3/debian/changelog 
new/whois-5.2.4/debian/changelog
--- old/whois-5.2.3/debian/changelog2014-12-26 20:14:35.0 +0100
+++ new/whois-5.2.4/debian/changelog2015-01-25 04:15:04.0 +0100
@@ -1,3 +1,10 @@
+whois (5.2.4) unstable; urgency=medium
+
+  * Fixed referrals handling for the .cc, .tv a .jobs TLDs.
+  * Updated the list of new gTLDs.
+
+ -- Marco d'Itri m...@linux.it  Sun, 25 Jan 2015 04:07:20 +0100
+
 whois (5.2.3) unstable; urgency=medium
 
   * Added the .gw TLD server.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.2.3/new_gtlds_list 
new/whois-5.2.4/new_gtlds_list
--- old/whois-5.2.3/new_gtlds_list  2014-12-26 19:56:21.0 +0100
+++ new/whois-5.2.4/new_gtlds_list  2015-01-25 04:15:04.0 +0100
@@ -26,7 +26,10 @@
 autos
 axa
 band
+bank
 bar
+barclaycard
+barclays
 bargains
 bayern
 beer
@@ -104,10 +107,12 @@
 cruises
 cuisinella
 cymru
+dabur
 dad
 dance
 dating
 day
+dclk
 deals
 degree
 delivery
@@ -115,6 +120,7 @@
 dental
 dentist
 desi
+design
 dev
 diamonds
 diet
@@ -155,6 +161,7 @@
 firmdale
 fish
 fishing
+fit
 fitness
 flights
 florist
@@ -185,6 +192,7 @@
 gmail
 gmo
 gmx
+goog
 google
 gop
 graphics
@@ -195,10 +203,12 @@
 guitars
 guru

commit python3-WebOb for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2015-01-26 16:47:05

Comparing /work/SRC/openSUSE:Factory/python3-WebOb (Old)
 and  /work/SRC/openSUSE:Factory/.python3-WebOb.new (New)


Package is python3-WebOb

Changes:

--- /work/SRC/openSUSE:Factory/python3-WebOb/python3-WebOb.changes  
2013-07-18 18:08:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-01-26 16:47:07.0 +0100
@@ -1,0 +2,78 @@
+Sun Jan 25 02:23:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * updated location of news files (news-docs/news.txt)
+
+- dropped webob-test-headers2-sorted.patch: (fixed upstream)
+
+- update to version 1.4
+  * Remove webob.__version__, the version number had not been kept in
+sync with the official pkg version. To obtain the WebOb version
+number, use pkg_resources.get_distribution('webob').version
+instead.
+  * Fix a bug in EmptyResponse that prevents it from setting
+self.close as appropriate due to testing truthiness of object
+rather than if it is something other than None.
+  * Fix a bug in SignedSerializer preventing secrets from containing
+higher-order characters. See
+https://github.com/Pylons/webob/issues/136
+  * Use the hmac.compare_digest method when available for
+constant-time comparisons.
+
+- changes from version 1.3.1:
+  * Fix a bug in SignedCookieProfile whereby we didn’t keep the
+original serializer around, this would cause us to have
+SignedSerializer be added on top of a SignedSerializer which would
+cause it to be run twice when attempting to verify a cookie. See
+https://github.com/Pylons/webob/pull/127
+  * When CookieProfile.get_value and SignedCookieProfile.get_value
+fails to deserialize a badly encoded value, we now return None as
+if the cookie was never set in the first place instead of allowing
+a ValueError to be raised to the calling code. See
+https://github.com/Pylons/webob/pull/126
+
+- changes from verson 1.3:
+ * Added a read-only domain property to BaseRequest. This property
+   returns the domain portion of the host value. For example, if the
+   environment contains an HTTP_HOST value of foo.example.com:8000,
+   request.domain will return foo.example.com.
+ * Added five new APIs: webob.cookies.CookieProfile,
+   webob.cookies.SignedCookieProfile, webob.cookies.JSONSerializer and
+   webob.cookies.SignedSerializer, and
+   webob.cookies.make_cookie. These APIs are convenience APIs for
+   generating and parsing cookie headers as well as dealing with
+   signing cookies.
+ * Cookies generated via webob.cookies quoted characters in cookie
+   values that did not need to be quoted per RFC 6265. The following
+   characters are no longer quoted in cookie values: ~/=()[]{}?@
+   . The full set of non-letter-or-digit unquoted cookie value
+   characters is now !#$%'*+-.^_`|~/: =()[]{}?@. See
+   http://tools.ietf.org/html/rfc6265#section-4.1.1 for more
+   information.
+ * Cookie names are now restricted to the set of characters expected
+   by RFC 6265. Previously they could contain unsupported characters
+   such as /.
+ * Older versions of Webob escaped the doublequote to \ and the
+   backslash to \\ when quoting cookie values. Now, instead, cookie
+   serialization generates \042 for the doublequote and \134 for the
+   backslash. This is what is expected as per RFC 6265. Note that old
+   cookie values that do have the older style quoting in them will
+   still be unquoted correctly, however.
+ * Added support for draft status code 451 (“Unavailable for Legal
+   Reasons”). See
+   http://tools.ietf.org/html/draft-tbray-http-legally-restricted-status-00
+ * Added status codes 428, 429, 431 and 511 to util.status_reasons
+   (they were already present in a previous release as webob.exc
+   exceptions).
+ * MIMEAccept happily parsed malformed wildcard strings like
+   “image/pn*” at parse time, but then threw an AssertionError during
+   matching. See https://github.com/Pylons/webob/pull/83 .
+ * Preserve document ordering of GET and POST request data when POST
+   data passed to Request.blank is a MultiDict. See
+   https://github.com/Pylons/webob/pull/96
+ * Allow query strings attached to PATCH requests to populate
+   request.params. See https://github.com/Pylons/webob/pull/106
+ * Added Python 3.3 trove classifier.
+
+---

Old:

  WebOb-1.2.3.tar.gz
  webob-test-headers2-sorted.patch

New:

  WebOb-1.4.tar.gz



Other differences:
--
++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.6c91Sz/_old  2015-01-26 16:47:08.0 +0100
+++ 

commit alpine-branding-openSUSE for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package alpine-branding-openSUSE for 
openSUSE:Factory checked in at 2015-01-26 16:47:19

Comparing /work/SRC/openSUSE:Factory/alpine-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.alpine-branding-openSUSE.new (New)


Package is alpine-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/alpine-branding-openSUSE/alpine-branding-openSUSE.changes
2015-01-14 11:45:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.alpine-branding-openSUSE.new/alpine-branding-openSUSE.changes
   2015-01-26 16:47:21.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 20 10:42:29 UTC 2015 - jeng...@inai.de
+
+- Clear inbox-path, drop selected-in-boldface, include
+  Cc/Attachment fields in default compose header list again.
+  Use standard thread sorting.
+- Demote Suggests to Enhances to work around zypper's suboptimal
+  default preferences. [bnc#912611]
+
+---



Other differences:
--
++ alpine-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.b0Pn4w/_old  2015-01-26 16:47:21.0 +0100
+++ /var/tmp/diff_new_pack.b0Pn4w/_new  2015-01-26 16:47:21.0 +0100
@@ -28,14 +28,13 @@
 BuildArch:  noarch
 Provides:   alpine-branding
 Conflicts:  otherproviders(alpine-branding)
-Supplements:packageand(alpine:branding-openSUSE)
+Enhances:   packageand(alpine:branding-openSUSE)
 
 %description
-The package provides a default configuration file for the Alpine
+The package provides a system-wide configuration file for the Alpine
 text/ncurses mail client. This enables some features that would
-otherwise - with the configuration hardcoded into the alpine binary -
-not be active by default, such as color, threading, and many
-keybindings.
+otherwise be disabled by default, including threading, additional
+keybindings, color, threading.
 
 %prep
 

++ pine.conf ++
--- /var/tmp/diff_new_pack.b0Pn4w/_old  2015-01-26 16:47:22.0 +0100
+++ /var/tmp/diff_new_pack.b0Pn4w/_new  2015-01-26 16:47:22.0 +0100
@@ -28,7 +28,7 @@
 
 # Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
 # Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).
-inbox-path=INBOX
+inbox-path=
 
 # List of incoming folders to be checked for new mail
 incoming-folders-to-check=
@@ -121,7 +121,6 @@
enable-dot-files,
no-enable-mouse-in-xterm,
quell-status-message-beeping,
-   show-selected-in-boldface,
no-quell-dead-letter-on-cancel,
no-fcc-without-attachments,
tab-visits-next-new-message-only,
@@ -168,8 +167,7 @@
 initial-keystroke-list=
 
 # Only show these headers (by default) when composing messages
-default-composer-hdrs=To,
-   Subject
+default-composer-hdrs=
 
 # Add these customized headers (and possible default values) when composing
 customized-hdrs=Reply-To
@@ -199,11 +197,11 @@
 # Sets presentation order of messages in Index. Choices:
 # Subject, From, Arrival, Date, Size, To, Cc, OrderedSubj, Score, and Thread.
 # Order may be reversed by appending /Reverse. Default: Arrival.
-sort-key=Arrival
+sort-key=
 
 # #Sets presentation order of threads in thread index. Choices:
 #arrival, and thread.
-thread-sort-key=Arrival/Reverse
+thread-sort-key=
 
 # Sets presentation order of address book entries. Choices: dont-sort,
 # fullname-with-lists-last, fullname, nickname-with-lists-last, nickname

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



commit yast2-product-creator for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2015-01-26 16:47:23

Comparing /work/SRC/openSUSE:Factory/yast2-product-creator (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-product-creator.new (New)


Package is yast2-product-creator

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
2014-05-17 21:46:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2015-01-26 16:47:25.0 +0100
@@ -1,0 +2,13 @@
+Thu Dec 11 08:52:49 CET 2014 - jsuch...@suse.cz
+
+- require latest version of kiwi-schema: 6.2 (bnc#909280)
+- drop obsoleted xen template
+- added support for current image flags (bnc#901141)
+- 3.1.7
+
+---
+Thu Dec  4 09:51:01 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-product-creator-3.1.5.tar.bz2

New:

  yast2-product-creator-3.1.7.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.u7T7lW/_old  2015-01-26 16:47:26.0 +0100
+++ /var/tmp/diff_new_pack.u7T7lW/_new  2015-01-26 16:47:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-product-creator
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-product-creator
-Version:3.1.5
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 Requires:   yast2-country
 Requires:   yast2-security
 
-Requires:   kiwi-schema = 6.1
+Requires:   kiwi-schema = 6.2
 
 # ag_pattern handling gzipped files
 Requires:   yast2-add-on-creator = 2.17.1

++ yast2-product-creator-3.1.5.tar.bz2 - 
yast2-product-creator-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/.travis.yml 
new/yast2-product-creator-3.1.7/.travis.yml
--- old/yast2-product-creator-3.1.5/.travis.yml 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-product-creator-3.1.7/.travis.yml 2015-01-26 11:05:50.0 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 -g 
yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/MAINTAINER 
new/yast2-product-creator-3.1.7/MAINTAINER
--- old/yast2-product-creator-3.1.5/MAINTAINER  2014-05-16 16:14:42.0 
+0200
+++ new/yast2-product-creator-3.1.7/MAINTAINER  2014-12-11 11:13:13.0 
+0100
@@ -1 +1 @@
-Jiri Suchomel jsuch...@suse.cz
+Deprecated file. Use `osc maintainer yast2-product-creator` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/README.md 
new/yast2-product-creator-3.1.7/README.md
--- old/yast2-product-creator-3.1.5/README.md   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-product-creator-3.1.7/README.md   2014-12-11 11:13:13.0 
+0100
@@ -0,0 +1,5 @@
+# YaST - The Product Creator Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-product-creator.svg?branch=master)](https://travis-ci.org/yast/yast-product-creator)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-product-creator-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-product-creator-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/Makefile.am 
new/yast2-product-creator-3.1.7/data/kiwi_templates/Makefile.am
--- old/yast2-product-creator-3.1.5/data/kiwi_templates/Makefile.am 
2014-05-16 16:14:42.0 +0200
+++ new/yast2-product-creator-3.1.7/data/kiwi_templates/Makefile.am 
2014-12-11 11:13:13.0 +0100
@@ -7,14 +7,9 @@
 nobase_dist_ydata_DATA =   \
 iso/config.xml \
 

commit perl-DBD-Pg for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2015-01-26 16:47:21

Comparing /work/SRC/openSUSE:Factory/perl-DBD-Pg (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new (New)


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-08-25 
11:05:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2015-01-26 16:47:22.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 26 06:36:48 UTC 2015 - stephan.ba...@suse.com
+
+- Update to version 3.5.0 from 3.4.1
+  Upstream changes:
+  - 3.5.0
+- Allow placeholder escaping by the use of a backslash directly before
+  it (CPAN bug #101030)
+- Improve the workings of the ping() method (CPAN bug #100648)
+- Add get_info(9000) = 1 to indicate driver can escape placeholders.
+- In tests, force the client_encoding to UTF8, skip tests that involve 
+  characters not supported by the server_encoding
+- Fix memory leak when selecting from arrays
+- Make get_info much more efficient and slightly simpler
+  - 3.4.2
+- Fix bug where single-quoted type arguments to the table_info()
+  method were causing a SQL error. (CPAN bug #99144)
+  
+---

Old:

  DBD-Pg-3.4.1.tar.gz

New:

  DBD-Pg-3.5.0.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.zk4try/_old  2015-01-26 16:47:22.0 +0100
+++ /var/tmp/diff_new_pack.zk4try/_new  2015-01-26 16:47:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-Pg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.4.1
+Version:3.5.0
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.4.1.tar.gz - DBD-Pg-3.5.0.tar.gz ++
 2145 lines of diff (skipped)

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



commit gnome-commander for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2015-01-26 16:47:25

Comparing /work/SRC/openSUSE:Factory/gnome-commander (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-commander.new (New)


Package is gnome-commander

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2014-11-18 22:46:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 
2015-01-26 16:47:28.0 +0100
@@ -1,0 +2,10 @@
+Sun Jan 25 23:29:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.4.5:
+  + Fixed appdata missing in POT (bgo#741316).
+  + Fixed Option --start-right-dir crashes gnome-commander
+(bgo#742716).
+  + Removed python-2.6 support from gentoo ebuild.
+  + Updated translations.
+
+---

Old:

  gnome-commander-1.4.4.tar.xz

New:

  gnome-commander-1.4.5.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.l2GOpv/_old  2015-01-26 16:47:29.0 +0100
+++ /var/tmp/diff_new_pack.l2GOpv/_new  2015-01-26 16:47:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-commander
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-commander
-Version:1.4.4
+Version:1.4.5
 Release:0
 Summary:Nice and Fast File Manager for the GNOME Desktop
 License:GPL-2.0+

++ gnome-commander-1.4.4.tar.xz - gnome-commander-1.4.5.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-commander/gnome-commander-1.4.4.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander-1.4.5.tar.xz 
differ: char 26, line 1

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



commit php5-pear-Date_Holidays for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays for 
openSUSE:Factory checked in at 2015-01-26 16:47:39

Comparing /work/SRC/openSUSE:Factory/php5-pear-Date_Holidays (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays.new (New)


Package is php5-pear-Date_Holidays

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Date_Holidays/php5-pear-Date_Holidays.changes
  2012-12-07 14:45:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays.new/php5-pear-Date_Holidays.changes
 2015-01-26 16:47:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 19 12:53:46 UTC 2015 - l...@b1-systems.de
+
+- version 0.21.8
+- Additional Holiday Drivers added
+
+---

Old:

  Date_Holidays-0.21.7.tgz

New:

  Date_Holidays-0.21.8.tgz



Other differences:
--
++ php5-pear-Date_Holidays.spec ++
--- /var/tmp/diff_new_pack.rXdhoQ/_old  2015-01-26 16:47:41.0 +0100
+++ /var/tmp/diff_new_pack.rXdhoQ/_new  2015-01-26 16:47:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date_Holidays
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -22,7 +22,7 @@
 Summary:Driver based class to calculate holidays
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
-Version:0.21.7
+Version:0.21.8
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}

++ Date_Holidays-0.21.7.tgz - Date_Holidays-0.21.8.tgz ++
 14114 lines of diff (skipped)

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



commit anjuta for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2015-01-26 16:47:30

Comparing /work/SRC/openSUSE:Factory/anjuta (Old)
 and  /work/SRC/openSUSE:Factory/.anjuta.new (New)


Package is anjuta

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2014-09-30 
19:41:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2015-01-26 
16:47:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 25 11:19:01 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Many debugging commands are broken (bgo#743270).
+  + Updated translations.
+
+---

Old:

  anjuta-3.14.0.tar.xz

New:

  anjuta-3.14.1.tar.xz



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.qsak25/_old  2015-01-26 16:47:34.0 +0100
+++ /var/tmp/diff_new_pack.qsak25/_new  2015-01-26 16:47:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anjuta
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   anjuta
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Versatile Integrated Development Environment for GNOME
 License:GPL-2.0+

++ anjuta-3.14.0.tar.xz - anjuta-3.14.1.tar.xz ++
/work/SRC/openSUSE:Factory/anjuta/anjuta-3.14.0.tar.xz 
/work/SRC/openSUSE:Factory/.anjuta.new/anjuta-3.14.1.tar.xz differ: char 25, 
line 1

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



commit gnome-devel-docs for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-devel-docs for 
openSUSE:Factory checked in at 2015-01-26 16:47:28

Comparing /work/SRC/openSUSE:Factory/gnome-devel-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-devel-docs.new (New)


Package is gnome-devel-docs

Changes:

--- /work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs.changes
2014-12-16 14:49:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs.changes   
2015-01-26 16:47:30.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan 25 17:55:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.4:
+  + Fixes and improvements to the platform demos.
+  + Fix to the ATK page in the platform overview.
+  + Clarification to the HIG regarding ellipses.
+  + Updated translations.
+
+---

Old:

  gnome-devel-docs-3.14.3.tar.xz

New:

  gnome-devel-docs-3.14.4.tar.xz



Other differences:
--
++ gnome-devel-docs.spec ++
--- /var/tmp/diff_new_pack.vknoty/_old  2015-01-26 16:47:32.0 +0100
+++ /var/tmp/diff_new_pack.vknoty/_new  2015-01-26 16:47:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-devel-docs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-devel-docs
-Version:3.14.3
+Version:3.14.4
 Release:0
 Summary:GNOME Platform Documentation
 License:GFDL-1.1 and CC-BY-SA-4.0

++ gnome-devel-docs-3.14.3.tar.xz - gnome-devel-docs-3.14.4.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs-3.14.3.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs-3.14.4.tar.xz 
differ: char 25, line 1

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



commit php5-pear-Date for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date for openSUSE:Factory 
checked in at 2015-01-26 16:47:36

Comparing /work/SRC/openSUSE:Factory/php5-pear-Date (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Date.new (New)


Package is php5-pear-Date

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Date/php5-pear-Date.changes
2012-12-07 14:45:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-Date.new/php5-pear-Date.changes   
2015-01-26 16:47:39.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan 19 12:51:44 UTC 2015 - l...@b1-systems.de
+
+- version 1.5.0a4 fixed tarball (re-issue of 1.5.0a4)
+QA release
+Request #17626 Patch to add missing longname and dstlongname info
+Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone)
+Bug #19568 setDate() handles ISO week dates incorrectly
+
+---

Old:

  Date-1.5.0a2.tgz

New:

  Date-1.5.0a4.tgz



Other differences:
--
++ php5-pear-Date.spec ++
--- /var/tmp/diff_new_pack.23ibqI/_old  2015-01-26 16:47:40.0 +0100
+++ /var/tmp/diff_new_pack.23ibqI/_new  2015-01-26 16:47:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Date
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -22,7 +22,7 @@
 Summary:Generic date/time handling
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
-Version:1.5.0a2
+Version:1.5.0a4
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}

++ Date-1.5.0a2.tgz - Date-1.5.0a4.tgz ++
 111995 lines of diff (skipped)

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



commit privoxy for openSUSE:Factory

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package privoxy for openSUSE:Factory checked 
in at 2015-01-26 16:47:34

Comparing /work/SRC/openSUSE:Factory/privoxy (Old)
 and  /work/SRC/openSUSE:Factory/.privoxy.new (New)


Package is privoxy

Changes:

--- /work/SRC/openSUSE:Factory/privoxy/privoxy.changes  2014-12-01 
14:01:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.privoxy.new/privoxy.changes 2015-01-26 
16:47:37.0 +0100
@@ -1,0 +2,42 @@
+Mon Jan 26 10:32:37 UTC 2015 - joerg.loren...@ki.tng.de
+
+- update to version 3.0.23
+  - Bug fixes:
+- Fixed a DoS issue in case of client requests with incorrect
+  chunk-encoded body. When compiled with assertions enabled
+  (the default) they could previously cause Privoxy to abort().
+  Reported by Matthew Daley.
+- Fixed multiple segmentation faults and memory leaks in the
+  pcrs code. This fix also increases the chances that an invalid
+  pcrs command is rejected as such. Previously some invalid commands
+  would be loaded without error. Note that Privoxy's pcrs sources
+  (action and filter files) are considered trustworthy input and
+  should not be writable by untrusted third-parties.
+- Fixed an 'invalid read' bug which could at least theoretically
+  cause Privoxy to crash. So far, no crashes have been observed.
+- Compiles with --disable-force again. Reported by Kay Raven.
+- Client requests with body that can't be delivered no longer
+  cause pipelined requests behind them to be rejected as invalid.
+  Reported by Basil Hussain.
+  - General improvements:
+- If a pcrs command is rejected as invalid, Privoxy now logs
+  the cause of the problem as text. Previously the pcrs error
+  code was logged.
+- The tests are less likely to cause false positives.
+  - Action file improvements:
+- '.sify.com/' is no longer blocked. Apparently it is not actually
+  a pure tracking site (anymore?). Reported by Andrew on ijbswa-users@.
+- Unblock banners on .amnesty.de/ which aren't ads.
+  - Documentation improvements:
+- The 'Would you like to donate?' section now also contains
+  a Paypal address.
+- The list of supported operating systems has been updated.
+- The existence of the SF support and feature trackers has been
+  deemphasized because they have been broken for months.
+  Most of the time the mailing lists still work.
+- The claim that default.action updates are sometimes released
+  on their own has been removed. It hasn't happened in years.
+- Explicitly mention that Tor's port may deviate from the default
+  when using a bundle. Requested by Andrew on ijbswa-users@.
+
+---

Old:

  privoxy-3.0.22-stable-src.tar.gz

New:

  privoxy-3.0.23-stable-src.tar.gz



Other differences:
--
++ privoxy.spec ++
--- /var/tmp/diff_new_pack.F4qFHp/_old  2015-01-26 16:47:38.0 +0100
+++ /var/tmp/diff_new_pack.F4qFHp/_new  2015-01-26 16:47:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package privoxy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -30,7 +30,7 @@
 %endif
 %endif
 Name:   privoxy
-Version:3.0.22
+Version:3.0.23
 Release:0
 Summary:The Internet Junkbuster - HTTP Proxy Server
 License:GPL-2.0+

++ privoxy-3.0.22-stable-src.tar.gz - privoxy-3.0.23-stable-src.tar.gz 
++
 4574 lines of diff (skipped)

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



commit cronie for openSUSE:13.1:Update

2015-01-26 Thread h_root
Hello community,

here is the log from the commit of package cronie for openSUSE:13.1:Update 
checked in at 2015-01-26 10:16:25

Comparing /work/SRC/openSUSE:13.1:Update/cronie (Old)
 and  /work/SRC/openSUSE:13.1:Update/.cronie.new (New)


Package is cronie

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='cronie.3435' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org