commit gnome-session for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2013-06-30 06:58:40

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


Package is "gnome-session"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2013-05-16 10:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2013-06-30 07:01:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 26 17:31:51 UTC 2013 - mgo...@suse.com
+
+- Fix gnome-session-kdm-support.patch: gcc 4.8 became stricter in
+  the use of snprintf.
+
+---



Other differences:
--
++ gnome-session-kdm-support.patch ++
--- /var/tmp/diff_new_pack.ZU9Bi3/_old  2013-06-30 07:01:31.0 +0200
+++ /var/tmp/diff_new_pack.ZU9Bi3/_new  2013-06-30 07:01:31.0 +0200
@@ -104,7 +104,7 @@
  
  return FALSE;
  }
-@@ -299,13 +304,76 @@ gdm_init_protocol_connection (GdmProtoco
+@@ -299,13 +304,78 @@ gdm_init_protocol_connection (GdmProtoco
  
  if (!gdm_authenticate_connection (data)) {
  g_warning ("Failed to authenticate with GDM");
@@ -123,6 +123,7 @@
 +char   *dm_display;
 +char   *dm_control;
 +char   *p0 = NULL;
++int width;
 +
 +g_assert (data->fd <= 0);
 +
@@ -150,8 +151,9 @@
 +return FALSE;
 +}
 +
++width = p0 ? p0 - dm_display : 512;
 +snprintf (addr.sun_path, sizeof (addr.sun_path), 
"%s/dmctl-%.*s/socket",
-+  dm_control, p0 ? p0 - dm_display : 512, dm_display);
++  dm_control, width, dm_display);
 +addr.sun_family = AF_UNIX;
 +
 +g_free (dm_display);
@@ -182,7 +184,7 @@
  static void
  gdm_parse_query_response (GdmProtocolData *data,
const char  *response)
-@@ -360,7 +428,23 @@ gdm_parse_query_response (GdmProtocolDat
+@@ -360,7 +430,23 @@ gdm_parse_query_response (GdmProtocolDat
  }
  
  static void
@@ -207,7 +209,7 @@
  {
  time_t current_time;
  char  *response;
-@@ -373,26 +457,35 @@ gdm_update_logout_actions (GdmProtocolDa
+@@ -373,26 +459,35 @@ gdm_update_logout_actions (GdmProtocolDa
  
  data->last_update = current_time;
  
@@ -250,7 +252,7 @@
  
  return TRUE;
  }
-@@ -400,7 +493,7 @@ gdm_is_available (void)
+@@ -400,7 +495,7 @@ gdm_is_available (void)
  gboolean
  gdm_supports_logout_action (GdmLogoutAction action)
  {
@@ -259,7 +261,7 @@
  
  return (gdm_protocol_data.available_actions & action) != 0;
  }
-@@ -408,21 +501,15 @@ gdm_supports_logout_action (GdmLogoutAct
+@@ -408,21 +503,15 @@ gdm_supports_logout_action (GdmLogoutAct
  GdmLogoutAction
  gdm_get_logout_action (void)
  {
@@ -284,7 +286,7 @@
  
  switch (action) {
  case GDM_LOGOUT_ACTION_NONE:
-@@ -439,16 +526,58 @@ gdm_set_logout_action (GdmLogoutAction a
+@@ -439,16 +528,58 @@ gdm_set_logout_action (GdmLogoutAction a
  break;
  }
  
@@ -346,7 +348,7 @@
  }
  
  void
-@@ -456,16 +585,16 @@ gdm_new_login (void)
+@@ -456,16 +587,16 @@ gdm_new_login (void)
  {
  char *response;
  

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



commit gnome-vfs2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-vfs2 for openSUSE:Factory 
checked in at 2013-06-30 06:58:47

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


Package is "gnome-vfs2"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-vfs2/gnome-vfs2.changes2013-04-02 
11:47:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-vfs2.new/gnome-vfs2.changes   
2013-06-30 07:01:32.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 25 18:18:44 UTC 2013 - dims...@opensuse.org
+
+- Replace $(srcdir) for TESTS in Makefile.am with .. (breaks out
+  of tree builds, but we don't care that much).
+- Cleanup other obsolete version checks:
+  + Make -doc package unconditionally noarch (was > 11.2)
+  + No longer mess with incomplete languages (was <= 11.2)
+  + Drop hal-devel BuildRequires (was < 11.3)
+
+---



Other differences:
--
++ gnome-vfs2.spec ++
--- /var/tmp/diff_new_pack.wEs57L/_old  2013-06-30 07:01:33.0 +0200
+++ /var/tmp/diff_new_pack.wEs57L/_new  2013-06-30 07:01:33.0 +0200
@@ -28,9 +28,6 @@
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
 BuildRequires:  gtk-doc
-%if 0%{suse_version} < 1130
-BuildRequires:  hal-devel
-%endif
 BuildRequires:  intltool
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
@@ -50,7 +47,7 @@
 Group:  Development/Libraries/GNOME
 Url:http://www.gnome.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.20/%{_name}-%{version}.tar.bz2
+Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{_name}/2.24/%{_name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Requires:   desktop-file-utils
 # PATCH-FEATURE-OPENSUSE gnome-vfs-url_handler_news.patch vu...@novell.com -- 
add news: url handler schema
@@ -89,24 +86,6 @@
 asynchronous file operations, a MIME type manipulation library, and
 other features.
 
-
-
-Authors:
-
-Elliot Lee 
-Miguel de Icaza  
-Maciej Stachowiak 
-Darin Adler 
-John Sullivan 
-Pavel Cisler 
-Gene Ragan 
-Rebecca Schulman 
-Seth Nickel 
-Ian McKellar 
-Michael Meeks 
-Dan Winship  
-Mathieu Lacage  
-
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/GNOME
@@ -118,31 +97,11 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Elliot Lee 
-Miguel de Icaza  
-Maciej Stachowiak 
-Darin Adler 
-John Sullivan 
-Pavel Cisler 
-Gene Ragan 
-Rebecca Schulman 
-Seth Nickel 
-Ian McKellar 
-Michael Meeks 
-Dan Winship  
-Mathieu Lacage  
-
 %package doc
 Summary:Additional Package Documentation for gnome-vfs2
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
-%if 0%{?suse_version} >= 1120
 BuildArch:  noarch
-%endif
 
 %description doc
 GNOME VFS is the GNOME virtual file system. It is the foundation for
@@ -154,24 +113,6 @@
 
 This package contains additional documentation for the main package.
 
-
-
-Authors:
-
-Elliot Lee 
-Miguel de Icaza  
-Maciej Stachowiak 
-Darin Adler 
-John Sullivan 
-Pavel Cisler 
-Gene Ragan 
-Rebecca Schulman 
-Seth Nickel 
-Ian McKellar 
-Michael Meeks 
-Dan Winship  
-Mathieu Lacage  
-
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
@@ -204,6 +145,8 @@
tr '\1' '\n' >$po.new
mv $po.new $po
 done
+# Fix build with automake 1.13, which does not like $(srcdir) in TESTS 
statements
+sed -i 's:$(srcdir)/auto-test:../auto-test:' test/Makefile.am
 
 %build
 gtkdocize --copy
@@ -219,9 +162,6 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-%if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 %find_lang gnome-vfs-2.0
 %find_gconf_schemas
 cat %{name}.schemas_list >%{name}.lst

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



commit webkitgtk for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-06-29 19:43:32

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


Package is "webkitgtk"

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2013-05-16 
11:43:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-06-29 
22:27:45.0 +0200
@@ -1,0 +2,92 @@
+Mon Jun 24 18:28:33 UTC 2013 - dims...@opensuse.org
+
+- Add webkitgtk-gtk2-buildfix.patch: Re-establish compatibility
+  with GTK+ 2.0.
+
+---
+Fri Jun 21 15:31:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.2:
+  + Set the subresources load priority using new libsoup API
+available in 2.43.
+  + Do not use X11 WidgetBackingStore implementation in Wayland.
+  + Support using GLContext from multiple threads.
+  + Make sure gstreamer source element is thread-safe.
+  + Prevent race condition when pad caps is set on gstreamer
+player.
+  + Invalidate the ProcessLauncher when the process is terminated
+before it has finished launching
+  + Use custom cairo code instead of Pango API for highlighting
+misspelled words.
+  + Respect PKG_CONFIG env variable when generating gtk-doc.
+  + Fix a crash due to an assert in gstreamer backend when seeking.
+  + Fix memory leak when web process is terminated.
+  + Updated translations.
+- Rename typelib-1_0-JSCore-(1.0|3.0) subpackage to
+  typelib-1_0-JavaScriptCore-(1.0|3.0), following upstreams name
+  change.
+- Add webkitgtk-typelib-sharelib-link.patch: JavaScriptCore-3.0
+  typelib is not fully automatically processed (manual .gir file),
+  and as a result does not contain the correct library name
+  registered, which we need in turn for the g-i-dep-scanner to work
+  reliably.
+
+---
+Mon Jun 17 07:09:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.1:
+  + Bugs fixed: webkit#104672, webkit#106242, webkit#107248,
+webkit#109061, webkit#109439, webkit#109932, webkit#109989,
+webkit#110512, webkit#110582, webkit#110699, webkit#110944,
+webkit#111028, webkit#111042, webkit#12, webkit#111234,
+webkit#111266, webkit#111289, webkit#111382, webkit#111398,
+webkit#111738, webkit#111756, webkit#111813, webkit#111817,
+webkit#111830, webkit#111877, webkit#111899, webkit#111903,
+webkit#111929, webkit#111936, webkit#111980, webkit#112055,
+webkit#112079, webkit#112114, webkit#112194, webkit#112277,
+webkit#112368, webkit#112405, webkit#112435, webkit#112464,
+webkit#112506, webkit#112546, webkit#112688, webkit#112778,
+webkit#112808, webkit#112947, webkit#113254, webkit#113282,
+webkit#113391, webkit#113436, webkit#113494, webkit#113562,
+webkit#113627, webkit#113645, webkit#113685, webkit#113767,
+webkit#113808, webkit#113851, webkit#113927, webkit#113994,
+webkit#113995, webkit#113999, webkit#114016, webkit#114029,
+webkit#114065, webkit#114130, webkit#114141, webkit#114164,
+webkit#114168, webkit#114243, webkit#114265, webkit#114285,
+webkit#114473, webkit#114483, webkit#114490, webkit#114493,
+webkit#114520, webkit#114554, webkit#114556, webkit#114613,
+webkit#114710, webkit#114750, webkit#114819, webkit#114835,
+webkit#114915, webkit#114931, webkit#114983, webkit#115339,
+webkit#115374, webkit#115459, webkit#115635, webkit#115712,
+webkit#115714, webkit#115718, webkit#115732, webkit#115921,
+webkit#115965, webkit#115967, webkit#116128, webkit#116142,
+webkit#116210, webkit#116227, webkit#116237, webkit#116372, 
+webkit#116415, webkit#116428, webkit#116430, webkit#116448,
+webkit#116452, webkit#116732, webkit#89875, webkit#94792,
+webkit#97324.
+- Drop webkit-gir-fixup.patch: No longer needed.
+- Drop webkitgtk-double2ints.patch: fixed upstream.
+- Rebase webkitgtk-aarch64.patch.
+
+---
+Sun Jun 16 07:09:28 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.0.3:
+  + Fix rendering of WebKitWebView child widgets with recent GTK+.
+  + Use the inner node frame instead of the target frame to
+calculate the point of a hit test result in WebKit1.
+  + Fix a crash when terminating a process that has not been fully
+launched.
+  + Fix race conditions closing the socket descriptor when the web
+process crashes.
+  + Fix a crash when a web page is closed.
+  + Fix a crash when child iframe is removed during beforeload.
+  + Fix parallel build when gtk-doc is enabled.
+  + Fix build with MinGW compiler because of invalid cast.
+  + Fix the build with WebAudio enabled.
+  + Respect PKG

commit yaml-cpp for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package yaml-cpp for openSUSE:Factory 
checked in at 2013-06-29 19:43:35

Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old)
 and  /work/SRC/openSUSE:Factory/.yaml-cpp.new (New)


Package is "yaml-cpp"

Changes:

--- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes2012-08-04 
13:41:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes   2013-06-29 
22:28:14.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 13:22:28 UTC 2013 - i...@marguerite.su
+
+- update version 0.5.1
+  * a bug fix release for the new API
+
+---

Old:

  yaml-cpp-0.3.0.tar.gz

New:

  yaml-cpp-0.5.1.tar.gz



Other differences:
--
++ yaml-cpp.spec ++
--- /var/tmp/diff_new_pack.8eb51D/_old  2013-06-29 22:28:14.0 +0200
+++ /var/tmp/diff_new_pack.8eb51D/_new  2013-06-29 22:28:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yaml-cpp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,14 +16,17 @@
 #
 
 
+%define library_name libyaml-cpp0_5
+
 Name:   yaml-cpp
-Version:0.3.0
+Version:0.5.1
 Release:0
-License:MIT
 Summary:YAML parser and emitter in C++
-Url:http://code.google.com/p/yaml-cpp/
+License:MIT
 Group:  Development/Libraries/C and C++
+Url:http://code.google.com/p/yaml-cpp/
 Source0:http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
+BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -34,7 +37,6 @@
 %description
 A YAML parser and emitter in C++ matching the YAML 1.2 spec.
 
-%define library_name  libyaml-cpp0_3
 %package -n %{library_name}
 Summary:YAML parser and emitter in C++
 Group:  Development/Libraries/C and C++
@@ -51,7 +53,7 @@
 Development files for %{name} library
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 sed -i -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' yaml-cpp.pc.cmake
 mkdir build
@@ -67,7 +69,7 @@
 %if %{_lib} == lib64
   -DLIB_SUFFIX=64 \
 %endif
-  %{_builddir}/%{name}
+  ..
 make VERBOSE=1 %{?_smp_mflags}
 
 %install

++ yaml-cpp-0.3.0.tar.gz -> yaml-cpp-0.5.1.tar.gz ++
 25121 lines of diff (skipped)

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



commit python-beautifulsoup4 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-beautifulsoup4 for 
openSUSE:Factory checked in at 2013-06-29 19:43:22

Comparing /work/SRC/openSUSE:Factory/python-beautifulsoup4 (Old)
 and  /work/SRC/openSUSE:Factory/.python-beautifulsoup4.new (New)


Package is "python-beautifulsoup4"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-beautifulsoup4/python-beautifulsoup4.changes  
2013-06-18 10:36:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-beautifulsoup4.new/python-beautifulsoup4.changes
 2013-06-29 22:25:55.0 +0200
@@ -1,0 +2,37 @@
+Thu Jun 27 13:32:06 UTC 2013 - speili...@suse.com
+
+- Update upstream URL
+
+---
+Tue Jun 25 11:52:34 UTC 2013 - dmuel...@suse.com
+
+- update to 4.2.1:
+ * The default XML formatter will now replace ampersands even if they
+   appear to be part of entities. That is, "<" will become
+   "<". The old code was left over from Beautiful Soup 3, which
+   didn't always turn entities into Unicode characters.
+ 
+   If you really want the old behavior (maybe because you add new
+   strings to the tree, those strings include entities, and you want
+   the formatter to leave them alone on output), it can be found in
+   EntitySubstitution.substitute_xml_containing_entities(). [bug=1182183]
+ 
+ * Gave new_string() the ability to create subclasses of
+   NavigableString. [bug=1181986]
+ 
+ * Fixed another bug by which the html5lib tree builder could create a
+   disconnected tree. [bug=1182089]
+ 
+ * The .previous_element of a BeautifulSoup object is now always None,
+   not the last element to be parsed. [bug=1182089]
+ 
+ * Fixed test failures when lxml is not installed. [bug=1181589]
+ 
+ * html5lib now supports Python 3. Fixed some Python 2-specific
+   code in the html5lib test suite. [bug=1181624]
+ 
+ * The html.parser treebuilder can now handle numeric attributes in
+   text when the hexidecimal name of the attribute starts with a
+   capital X. Patch by Tim Shirley. [bug=1186242]
+
+---

Old:

  beautifulsoup4-4.2.0.tar.gz

New:

  beautifulsoup4-4.2.1.tar.gz



Other differences:
--
++ python-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.luDQsR/_old  2013-06-29 22:25:56.0 +0200
+++ /var/tmp/diff_new_pack.luDQsR/_new  2013-06-29 22:25:56.0 +0200
@@ -16,9 +16,8 @@
 #
 
 
-%define _name   beautifulsoup4
-Name:   python-%{_name}
-Version:4.2.0
+Name:   python-beautifulsoup4
+Version:4.2.1
 Release:0
 Summary:HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:MIT
@@ -26,20 +25,19 @@
 Url:http://www.crummy.com/software/BeautifulSoup/
 Source: 
http://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-Sphinx
 BuildRequires:  python-devel >= 2.6
+# Documentation requirements:
+BuildRequires:  python-Sphinx
+# Test requirements:
 BuildRequires:  python-html5lib
 BuildRequires:  python-lxml
 BuildRequires:  python-nose
 Requires:   python-html5lib
 Requires:   python-lxml
-%{py_requires}
-
-# build fails for SLE11 64bit due to 'noarch'
-%if 0%{?suse_version} >= 1140
-BuildArch:  noarch
-%else
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:  noarch
 %endif
 
 %description
@@ -79,32 +77,26 @@
 
 
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n beautifulsoup4-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+python setup.py build
+cd doc && make html
 
 %install
-python setup.py install  \
-   --prefix=%{_prefix}   \
-   --root=%{buildroot}
-cd doc
-make html
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%if 0%{?suse_version} >= 1140
 %check
 nosetests
-%endif
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS.txt COPYING.txt
 %{python_sitelib}/bs4/
-%{python_sitelib}/%{_name}-%{version}-py*.egg-info
+%{python_sitelib}/beautifulsoup4-%{version}-py*.egg-info
 
 %files doc
 %defattr(-,root,root)
-%doc NEWS.txt README.txt TODO.txt
-%doc doc/build/html
+%doc NEWS.txt README.txt TODO.txt doc/build/html
 
 %changelog

++ beautifulsoup4-4.2.0.tar.gz -> beautifulsoup4-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.2.0/NEWS.txt 
new/beautifulsoup4-4.2.1/NEWS.txt
--- old/beautifulsoup4-4.2.0/NEWS.txt   2013-05-15 14:36:50.0 +0200
+++

commit python-stevedore for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2013-06-29 19:43:29

Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
 and  /work/SRC/openSUSE:Factory/.python-stevedore.new (New)


Package is "python-stevedore"

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2013-06-25 14:45:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2013-06-29 22:26:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 07:52:49 UTC 2013 - dmuel...@suse.com
+
+- add python-2.6.x.diff:
+  * fix build on python 2.6
+
+---

New:

  python-2.6.x.diff



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.N5K2VE/_old  2013-06-29 22:26:16.0 +0200
+++ /var/tmp/diff_new_pack.N5K2VE/_new  2013-06-29 22:26:16.0 +0200
@@ -24,6 +24,7 @@
 Group:  Development/Languages/Python
 Url:https://github.com/dreamhost/stevedore
 Source: 
http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
+Patch0: python-2.6.x.diff
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 # Documentation requirements:
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q -n stevedore-%{version}
+%patch0
 
 %build
 python setup.py build

++ python-2.6.x.diff ++
--- docs/source/conf.py
+++ docs/source/conf.py
@@ -54,7 +54,8 @@
 # built documents.
 #
 # The short X.Y version.
-version = subprocess.check_output(['sh', '-c', 'cd ../..; python setup.py 
--version'])
+version = subprocess.Popen(['sh', '-c', 'cd ../..; python setup.py --version'],
+   stdout=subprocess.PIPE).stdout.read()
 version = version.strip()
 # The full version, including alpha/beta/rc tags.
 release = version
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-billiard for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-billiard for openSUSE:Factory 
checked in at 2013-06-29 19:43:26

Comparing /work/SRC/openSUSE:Factory/python-billiard (Old)
 and  /work/SRC/openSUSE:Factory/.python-billiard.new (New)


Package is "python-billiard"

Changes:

--- /work/SRC/openSUSE:Factory/python-billiard/python-billiard.changes  
2013-03-30 14:59:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-billiard.new/python-billiard.changes 
2013-06-29 22:25:57.0 +0200
@@ -1,0 +2,21 @@
+Fri Jun 28 09:13:02 UTC 2013 - speili...@suse.com
+
+- Update to version 2.7.3.28:
+  + Pool: Fixed regression that disabled the deadlock fix in 2.7.3.24
+  + Pool: RestartFreqExceeded could be raised prematurely.
+  + Process: Include pid in startup and process INFO logs.
+- Changes from version 2.7.3.27:
+  + Manager now works again.
+  + Python 3 fixes for billiard.connection.
+  + Fixed invalid argument bug when running on Python 3.3
+  + Ignore OSError when setting up signal handlers.
+- Changes from version 2.7.3.26:
+  + Pool: Child processes must ignore SIGINT.
+- Changes from version 2.7.3.25:
+  + Pool: 2.7.3.24 broke support for subprocesses (Issue #48).
+- Changes from version 2.7.3.24:
+  + Pool:  Make sure finally blocks are called when process exits due to a 
signal.
+  + Pool:  Can now use GDB to debug pool child processes.
+  + Fixes Python 3 compatibility problems.
+
+---

Old:

  billiard-2.7.3.23.tar.gz

New:

  billiard-2.7.3.28.tar.gz



Other differences:
--
++ python-billiard.spec ++
--- /var/tmp/diff_new_pack.NSedyu/_old  2013-06-29 22:25:57.0 +0200
+++ /var/tmp/diff_new_pack.NSedyu/_new  2013-06-29 22:25:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-billiard
-Version:2.7.3.23
+Version:2.7.3.28
 Release:0
 Url:http://github.com/ask/billiard
 Summary:Python multiprocessing fork
@@ -27,13 +27,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-nose-cover3
+# Documentation requirements:
 BuildRequires:  python-sphinx
-%if 0%{?suse_version}
-%py_requires
+# Test requirements:
+BuildRequires:  python-mock
+BuildRequires:  python-nose
+BuildRequires:  python-nose-cover3
+BuildRequires:  python-unittest2 >= 0.4.0
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 billiard is a fork of the Python 2.7 multiprocessing package. The
@@ -46,15 +49,13 @@
 
 %build
 CFLAGS="%{optflags}" python setup.py build
-cd Doc
-sphinx-build -b html . html
+cd Doc && sphinx-build -b html . html
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-# Tests are not working: https://github.com/celery/billiard/issues/29
-#python setup.py test
+python setup.py test
 
 %files
 %defattr(-,root,root,-)

++ billiard-2.7.3.23.tar.gz -> billiard-2.7.3.28.tar.gz ++
 5319 lines of diff (skipped)

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



commit libXi for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package libXi for openSUSE:Factory checked 
in at 2013-06-29 19:42:58

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


Package is "libXi"

Changes:

--- /work/SRC/openSUSE:Factory/libXi/libXi.changes  2013-04-05 
17:04:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXi.new/libXi.changes 2013-06-29 
19:43:00.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 28 12:32:47 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.7.1.901:
+  First and likely only RC for libXi 1.7.2. This one has a bunch of changes
+  for CVE-2013-1998, CVE-2013-1984 and CVE-2013-1995. These relate to various
+  integer overflows and other corruption that happens if we trust the server
+  a bit too much on the data we're being sent.
+  On top of those fixes, the sequence number in XI2 events is now set
+  propertly too (#64687).
+
+---

Old:

  libXi-1.7.1.tar.bz2

New:

  libXi-1.7.1.901.tar.bz2



Other differences:
--
++ libXi.spec ++
--- /var/tmp/diff_new_pack.uIgoLq/_old  2013-06-29 19:43:01.0 +0200
+++ /var/tmp/diff_new_pack.uIgoLq/_new  2013-06-29 19:43:01.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libXi
 %define lname  libXi6
-Version:1.7.1
+Version:1.7.1.901
 Release:0
 Summary:X Input Extension library
 License:MIT

++ libXi-1.7.1.tar.bz2 -> libXi-1.7.1.901.tar.bz2 ++
 4424 lines of diff (skipped)

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



commit pkg-config for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package pkg-config for openSUSE:Factory 
checked in at 2013-06-29 19:43:13

Comparing /work/SRC/openSUSE:Factory/pkg-config (Old)
 and  /work/SRC/openSUSE:Factory/.pkg-config.new (New)


Package is "pkg-config"

Changes:

--- /work/SRC/openSUSE:Factory/pkg-config/pkg-config.changes2013-04-07 
14:25:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.pkg-config.new/pkg-config.changes   
2013-06-29 19:43:15.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 28 12:30:43 UTC 2013 - dmuel...@suse.com
+
+- fix filelist glob for armv6hl/armv6hl (which is a gnueabi target) 
+
+---



Other differences:
--
++ pkg-config.spec ++
--- /var/tmp/diff_new_pack.AC0b34/_old  2013-06-29 19:43:15.0 +0200
+++ /var/tmp/diff_new_pack.AC0b34/_new  2013-06-29 19:43:15.0 +0200
@@ -59,7 +59,7 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README ChangeLog pkg-config-guide.html
 %{_bindir}/pkg-config
-%{_bindir}/*-suse-linux-gnu-pkg-config
+%{_bindir}/*-suse-linux-gnu*-pkg-config
 %dir %{_datadir}/aclocal
 %{_datadir}/aclocal/pkg.m4
 %doc %{_mandir}/man1/pkg-config.*

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



commit libpeas for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory checked 
in at 2013-06-29 19:42:49

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


Package is "libpeas"

Changes:

--- /work/SRC/openSUSE:Factory/libpeas/libpeas.changes  2013-04-03 
12:57:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpeas.new/libpeas.changes 2013-06-29 
19:42:50.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun 16 11:33:38 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.9.0:
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  libpeas-1.8.0.tar.xz

New:

  libpeas-1.9.0.tar.xz



Other differences:
--
++ libpeas.spec ++
--- /var/tmp/diff_new_pack.xsLi96/_old  2013-06-29 19:42:51.0 +0200
+++ /var/tmp/diff_new_pack.xsLi96/_new  2013-06-29 19:42:51.0 +0200
@@ -17,20 +17,20 @@
 
 
 Name:   libpeas
-Version:1.8.0
+Version:1.9.0
 Release:0
 Summary:GObject-based Plugin Engine
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://live.gnome.org/Libpeas
-Source: 
http://download.gnome.org/sources/libpeas/1.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libpeas/1.9/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  libseed-gtk3-devel
 BuildRequires:  python-devel >= 2.5.2
 BuildRequires:  python3-devel >= 3.2.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.2
-BuildRequires:  pkgconfig(gjs-internals-1.0) >= 1.31.11
+BuildRequires:  pkgconfig(gjs-internals-1.0) >= 1.37.1
 BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1

++ libpeas-1.8.0.tar.xz -> libpeas-1.9.0.tar.xz ++
 15945 lines of diff (skipped)

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



commit liblouis for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2013-06-29 19:42:45

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


Package is "liblouis"

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2013-01-17 
09:45:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2013-06-29 
19:42:47.0 +0200
@@ -1,0 +2,63 @@
+Sat Jun 22 09:44:44 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.5.3:
+  + New features:
+- New Braille tables.
+  . Korean grade 1 and grade 2.
+  . U.K. English 8 dot computer braille table.
+  . New Russian literary and computer braille tables. These
+replace the older Russian tables which are left for
+backwards compatibility.
+  . New hyphenation dictionary for Russian.
+  . Updated hyphenation tables for the Norwegian language
+(nynorsk and bokmål).
+  . New hyphenation dictionary for Esperanto.
+  . New Esperanto grade 1 table, using the x system for
+accented letters.
+- runHarness.py: 
+  . Accept filename globs on the commandline to run specific
+harness files. In tests/harness, one can do make 
+or make runall Removed from make check because these checks
+are checking the validity of our tables, rather than
+validity of the code.
+  + Braille Table Improvements:
+- da-dk-g2.ctb, mostly rewritten to use nocross and hyphenation
+  table.
+- Most tables: removed the default collapse whitespace
+  statements, if you need to compress whitespace, consider
+  adding compress.ctb to the list of tables when processing.
+- Corrections to Unified English Braille Code (Grade 1 and 2).
+- Corrections to apostrophes in the Computer Spanish 8 dots
+  Braille table (Es-Es-G0.utb).
+- Corrections for double angle quotation marks and emphasis
+  marks in the Norwegian Grade 0 Braille Table.
+- Fixes for a minor problem regarding the noletsign in
+  Norwegian contracted braille.
+- Corrections to the Italian table.
+- Corrections to the Hungarian grade 1 table.
+- Corrections to English, U.S. Grade 2 (ABAE) table.
+- Further reorganization of the tables to remove duplication.
+  Move litdigit opcode common parts and include where needed.
+- Removed obsolete en-us-g1.utb, which has been replaced by
+  en-us-g1.ctb.
+- Added dictionary harness tests for: en-ueb-g2.ctb,
+  en-us-g2.ctb.
+- Corrections to Nemeth character definitions.
+- Corrections to the Esperanto table.
+  + Bug Fixes:
+- Cursor position calculation is now based on the same code
+  that calculates inpos and outpos. This probably solves a
+  number of bugs.
+- Fix nocross opcode processing.
+- Fix several buffer over/under runs in
+  lou_translateString.c:hyphenate.
+- Fix the '=' problem, i.e. fix inputPositions calculation for
+  the case where the equals sign is used as the dots operand.
+- Fix a bug when resizing a table. Previously not all
+  references to this table were updated.
+  + Backwards incompatible changes:
+- The feature that allowed a mapping between language code and
+  Braille table was removed as it contained a out-of-bounds
+  access bug, was never documented and probably never used.
+
+---
python-louis.changes: same change
python3-louis.changes: same change

Old:

  liblouis-2.5.2.tar.gz

New:

  liblouis-2.5.3.tar.gz



Other differences:
--
++ liblouis.spec ++
--- /var/tmp/diff_new_pack.Nb360t/_old  2013-06-29 19:42:48.0 +0200
+++ /var/tmp/diff_new_pack.Nb360t/_new  2013-06-29 19:42:48.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   liblouis
 %define _name   liblouis
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Braille Translator and Back-Translator
 License:LGPL-3.0+

++ python-louis.spec ++
--- /var/tmp/diff_new_pack.Nb360t/_old  2013-06-29 19:42:48.0 +0200
+++ /var/tmp/diff_new_pack.Nb360t/_new  2013-06-29 19:42:48.0 +0200
@@ -29,7 +29,7 @@
 
 Name:   python-louis
 %define _name   liblouis
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Braille Translator and Back-Translator - Python Bindings
 License:LGPL-3.0+

python3-louis.spec: same change
++ liblouis-2.5.2.tar.gz -> liblouis-2.5.3.tar.gz ++
 363037 lines of diff (skipped)

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

commit libevent for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package libevent for openSUSE:Factory 
checked in at 2013-06-29 19:42:36

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


Package is "libevent"

Changes:

--- /work/SRC/openSUSE:Factory/libevent/libevent.changes2012-11-18 
20:30:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libevent.new/libevent.changes   2013-06-29 
19:42:38.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 12:36:28 UTC 2013 - i...@marguerite.su
+
+- update to 2.0.21
+  * see ChangeLog for details.
+
+---

Old:

  libevent-2.0.20-stable.tar.gz

New:

  libevent-2.0.21-stable.tar.gz



Other differences:
--
++ libevent.spec ++
--- /var/tmp/diff_new_pack.GGh43D/_old  2013-06-29 19:42:39.0 +0200
+++ /var/tmp/diff_new_pack.GGh43D/_new  2013-06-29 19:42:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libevent
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,37 +19,56 @@
 Name:   libevent
 %define libsoname %{name}-2_0-5
 
-Version:2.0.20
+Version:2.0.21
 Release:0
-Summary:Library Providing an Event Handling API
+Summary:An event notification library
 License:BSD-3-Clause
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 Url:http://libevent.org/
 Source0:
https://github.com/downloads/libevent/libevent/%{name}-%{version}-stable.tar.gz
 Source1:baselibs.conf 
 BuildRequires:  openssl-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
-PreReq: %fillup_prereq
-PreReq: %insserv_prereq
+Requires(pre):  %fillup_prereq
+Requires(pre):  %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-The libevent library provides a mechanism to execute a function when a
-specific event on a file descriptor occurs or after a given time has
-passed.
-
+The libevent API provides a mechanism to execute a callback function
+when a specific event occurs on a file descriptor or after a timeout
+has been reached. Furthermore, libevent also support callbacks due to
+signals or regular timeouts.
+
+Currently, libevent supports /dev/poll, kqueue(2), event ports,
+POSIX select(2), Windows select(), poll(2), and epoll(4).
+
+Libevent additionally provides a sophisticated framework for buffered
+network IO, with support for sockets, filters, rate-limiting, SSL,
+zero-copy file transmission, and IOCP. Libevent includes support for
+several useful protocols, including DNS, HTTP, and a minimal RPC
+framework.
 
 %package -n %{libsoname}
-Summary:Shared libraries from libevent
-Group:  Development/Libraries/C and C++
+Summary:An event notification library
+Group:  System/Libraries
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 
 %description -n %{libsoname}
-The libevent library provides a mechanism to execute a function when a
-specific event on a file descriptor occurs or after a given time has
-passed.
+The libevent API provides a mechanism to execute a callback function
+when a specific event occurs on a file descriptor or after a timeout
+has been reached. Furthermore, libevent also support callbacks due to
+signals or regular timeouts.
+
+Currently, libevent supports /dev/poll, kqueue(2), event ports,
+POSIX select(2), Windows select(), poll(2), and epoll(4).
+
+Libevent additionally provides a sophisticated framework for buffered
+network IO, with support for sockets, filters, rate-limiting, SSL,
+zero-copy file transmission, and IOCP. Libevent includes support for
+several useful protocols, including DNS, HTTP, and a minimal RPC
+framework.
 
 This package holds the shared libraries for libevent.
 
@@ -63,9 +82,19 @@
 Conflicts:  libev-devel
 
 %description devel
-The libevent library provides a mechanism to execute a function when a
-specific event on a file descriptor occurs or after a given time has
-passed.
+The libevent API provides a mechanism to execute a callback function
+when a specific event occurs on a file descriptor or after a timeout
+has been reached. Furthermore, libevent also support callbacks due to
+signals or regular timeouts.
+
+Currently, libevent supports /dev/poll, kqueue(2), event ports,
+POSIX select(2), Windows select(), poll(2), and epoll(4).
+
+Libevent additionally p

commit nfcutils for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package nfcutils for openSUSE:Factory 
checked in at 2013-06-29 19:43:11

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


Package is "nfcutils"

Changes:

--- /work/SRC/openSUSE:Factory/nfcutils/nfcutils.changes2013-06-11 
09:34:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfcutils.new/nfcutils.changes   2013-06-29 
19:43:12.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 28 23:11:36 UTC 2013 - jeng...@inai.de
+
+- Update to final upstream release 0.3.2
+* No user-visible changes, just the version
+
+---

Old:

  nfcutils-0.3.1+svn1129.tar.xz

New:

  nfcutils-0.3.2.tar.xz



Other differences:
--
++ nfcutils.spec ++
--- /var/tmp/diff_new_pack.2l7nXj/_old  2013-06-29 19:43:13.0 +0200
+++ /var/tmp/diff_new_pack.2l7nXj/_new  2013-06-29 19:43:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nfcutils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -14,30 +14,32 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   nfcutils
 Summary:Near Field Communication (NFC) utilities
-Version:0.3.1+svn1129
-Release:0
-URL:   http://code.google.com/p/nfc-tools/
 License:GPL-3.0+
 Group:  Hardware/Other
+Version:0.3.2
+Release:0
+Url:http://code.google.com/p/nfc-tools/
 
 #SVN-DL:   http://nfc-tools.googlecode.com/svn/trunk/nfcutils/
+#DL-URL:   http://nfc-tools.googlecode.com/files/nfcutils-0.3.2.tar.gz
 Source:%name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires: autoconf, automake, pkgconfig, pkgconfig(libnfc) >= 1.6, xz
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  pkgconfig(libnfc) > 1.6.99
 
 %description
 This package contains one utility for listing NFC devices and
 in-field tags or targets.
 
 %prep
-%setup -qn %name
+%setup -q
 
 %build
-if [ ! -e configure ]; then
-   autoreconf -fi;
-fi;
 %configure
 make %{?_smp_mflags};
 

++ nfcutils-0.3.1+svn1129.tar.xz -> nfcutils-0.3.2.tar.xz ++
 14920 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nfcutils/AUTHORS new/nfcutils-0.3.2/AUTHORS
--- old/nfcutils/AUTHORS2013-05-31 18:02:06.0 +0200
+++ new/nfcutils-0.3.2/AUTHORS  2013-06-13 17:54:04.0 +0200
@@ -1 +1 @@
-Romuald Conty 
+Romuald Conty 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/nfcutils/INSTALL new/nfcutils-0.3.2/INSTALL
--- old/nfcutils/INSTALL1970-01-01 01:00:00.0 +0100
+++ new/nfcutils-0.3.2/INSTALL  2012-04-02 19:37:09.0 +0200
@@ -0,0 +1,370 @@
+Installation Instructions
+*
+
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
+
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
+
+Basic Installation
+==
+
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directo

commit NetworkManager-gnome for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2013-06-29 19:43:07

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


Package is "NetworkManager-gnome"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2013-04-17 22:47:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2013-06-29 19:43:09.0 +0200
@@ -1,0 +2,27 @@
+Fri Jun 21 13:02:30 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.8.2:
+  + Conversion from gnome-keyring to libsecret; libsecret is now
+required to build.
+  + Editor no longer overwrites master interface name with the
+master UUID.
+  + Fix crashes when using ModemManager 0.7/0.8.
+  + Fix allowed values for VLAN ID and MTU in the editor.
+  + Preserve existing PPP LCP echo failure and interval values.
+  + Ensure Bridge STP checkbox values are saved.
+  + Hide BSSID for Wi-Fi Ad-Hoc connections (it's autocreated by
+the kernel).
+  + Ensure IPv6 next-hop/gateway values are sane.
+  + Fix problems with the MAC address combo box on various pages.
+  + Only request secrets from the user when allowed to.
+  + Fix running with GTK+ 2.x.
+  + Fix signal icons to work with newer libpng.
+  + Don't show Wi-Fi Security combo when not required.
+  + Improve applet icon size handling.
+  + Show more helpful errors when VPN plugins are not installed.
+  + Updated translations.
+- Replace gnome-keyring-devel BuildRequires with
+  pkgconfig(libsecret-unstable), following upstreams port to
+  libsecret.
+
+---

Old:

  network-manager-applet-0.9.8.0.tar.xz

New:

  network-manager-applet-0.9.8.2.tar.xz



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.nBVr4N/_old  2013-06-29 19:43:10.0 +0200
+++ /var/tmp/diff_new_pack.nBVr4N/_new  2013-06-29 19:43:10.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:0.9.8.0
+Version:0.9.8.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
@@ -29,7 +29,6 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel >= 3.0
 BuildRequires:  intltool
-BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libtool
 # Needed by patch0
@@ -42,6 +41,7 @@
 BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8
 BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.8
 BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
+BuildRequires:  pkgconfig(libsecret-unstable)
 BuildRequires:  pkgconfig(mm-glib)
 Summary:GNOME applications for use with NetworkManager
 License:GPL-2.0+

++ network-manager-applet-0.9.8.0.tar.xz -> 
network-manager-applet-0.9.8.2.tar.xz ++
 87227 lines of diff (skipped)

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



commit libsoup for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2013-06-29 19:42:52

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


Package is "libsoup"

Changes:

--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2013-06-05 
11:54:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes 2013-06-29 
19:42:55.0 +0200
@@ -1,0 +2,13 @@
+Tue May 28 19:54:28 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.43.2:
+  + Fixed an authentication error when using NTLM when connecting
+to an https site over a proxy; the code was getting confused
+and thinking that the 200 OK response to the CONNECT meant that
+NTLM auth had succeeded (bgo#698728).
+  + Fixed a memory leak in SoupSocket (bg0#700472).
+  + Fixed a missing include error on some platforms (bgo#73).
+  + Fixed warnings when running against the "dummy" TLS backend
+(bgo#700518).
+
+---

Old:

  libsoup-2.43.1.tar.xz

New:

  libsoup-2.43.2.tar.xz



Other differences:
--
++ libsoup.spec ++
--- /var/tmp/diff_new_pack.GdD7kC/_old  2013-06-29 19:42:56.0 +0200
+++ /var/tmp/diff_new_pack.GdD7kC/_new  2013-06-29 19:42:56.0 +0200
@@ -20,7 +20,7 @@
 Summary:HTTP client/server library for GNOME
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:2.43.1
+Version:2.43.2
 Release:0
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz

++ libsoup-2.43.1.tar.xz -> libsoup-2.43.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.1/NEWS new/libsoup-2.43.2/NEWS
--- old/libsoup-2.43.1/NEWS 2013-04-30 22:41:03.0 +0200
+++ new/libsoup-2.43.2/NEWS 2013-05-28 18:55:58.0 +0200
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.43.1 to 2.43.2:
+
+   * Fixed an authentication error when using NTLM when
+  connecting to an https site over a proxy; the code was
+  getting confused and thinking that the 200 OK response to
+  the CONNECT meant that NTLM auth had succeeded. [#698728,
+  Dan]
+
+   * Fixed a memory leak in SoupSocket. [#700472, Richard
+  Röjfors]
+
+   * Fixed a missing include error on some platforms [#73,
+  Erik van Pienbroek]
+
+   * Fixed warnings when running against the "dummy" TLS backend.
+ [#700518, Dan]
+
 Changes in libsoup from 2.42.1 to 2.43.1:
 
* Including  no longer pulls in the system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsoup-2.43.1/configure new/libsoup-2.43.2/configure
--- old/libsoup-2.43.1/configure2013-04-30 22:48:36.0 +0200
+++ new/libsoup-2.43.2/configure2013-05-28 18:59:58.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libsoup 2.43.1.
+# Generated by GNU Autoconf 2.69 for libsoup 2.43.2.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libsoup'
 PACKAGE_TARNAME='libsoup'
-PACKAGE_VERSION='2.43.1'
-PACKAGE_STRING='libsoup 2.43.1'
+PACKAGE_VERSION='2.43.2'
+PACKAGE_STRING='libsoup 2.43.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup'
 PACKAGE_URL=''
 
@@ -1443,7 +1443,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libsoup 2.43.1 to adapt to many kinds of systems.
+\`configure' configures libsoup 2.43.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1513,7 +1513,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libsoup 2.43.1:";;
+ short | recursive ) echo "Configuration of libsoup 2.43.2:";;
esac
   cat <<\_ACEOF
 
@@ -1650,7 +1650,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libsoup configure 2.43.1
+libsoup configure 2.43.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1928,7 +1928,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libsoup $as_me 2.43.1, which was
+It was created by libsoup $as_m

commit mutter for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2013-06-29 19:43:02

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


Package is "mutter"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2013-05-28 
07:41:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2013-06-29 
19:43:03.0 +0200
@@ -1,0 +2,26 @@
+Thu Jun 20 10:31:46 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Ensure events are always reported to the grab window
+(bgo#701219).
+  + Use new clutter_stage_set_paint_callback() function to prevent
+dropping frames with frame synced toolkits (bgo#698794).
+
+---
+Tue May 28 19:54:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Add meta_window_can_close() function (bgo#699269).
+  + Add support for string-array preferences (bgo#700223).
+  + Fix a potential race condition with _NET_WM_MOVERESIZE
+(bgo#699777).
+  + Fix shade window action (bgo#693714).
+  + Remove overlay_group (bgo#700735).
+  + Improve tracking of the focus window (bgo#647706).
+  + Add API to freeze/unfreeze the keyboard (bgo#697001).
+  + Grab and emit a signal when XK_ISO_Next_Group is pressed
+(bgo#697002).
+  + Other fixed bugs: bgo##699636, bgo#700735, bgo#697000.
+  + Updated translations.
+
+---

Old:

  mutter-3.9.1.tar.xz

New:

  mutter-3.9.3.tar.xz



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.aeGZjc/_old  2013-06-29 19:43:04.0 +0200
+++ /var/tmp/diff_new_pack.aeGZjc/_new  2013-06-29 19:43:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mutter
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Window and compositing manager based on Clutter
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zenity
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
-BuildRequires:  pkgconfig(clutter-1.0) >= 1.13.5
+BuildRequires:  pkgconfig(clutter-1.0) >= 1.14.3
 BuildRequires:  pkgconfig(cogl-1.0) >= 1.13.3
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.10
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.7.3

++ mutter-3.9.1.tar.xz -> mutter-3.9.3.tar.xz ++
 8792 lines of diff (skipped)

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



commit libgweather for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2013-06-29 19:42:41

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


Package is "libgweather"

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2013-05-16 
11:08:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2013-06-29 19:42:42.0 +0200
@@ -1,0 +2,37 @@
+Fri Jun 21 12:22:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + ABI break: GWeatherLocationEntry now is a subclass of
+GtkSearchEntry.
+  + Location database fixes.
+  + Updated translations.
+- Rename libgweather-3-3 subpackage to libgweather-3-5, following
+  upstreams soname change (also in baselibs.conf).
+
+---
+Wed May 29 12:25:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + There is now a single hierarchy of GWeatherLocation structures,
+and gweather_location_new_world() returns a singleton object.
+  + Therefore, constructors which accepted a @world parameter have
+been deprecated.
+  + GWeatherInfo now emits ::updated in response to GSettings
+changes.
+  + A Glade catalog was added, covering the Gtk widgets.
+  + Updated translations.
+- Changes from version 3.9.1:
+  + Miscellaneuous fixes to the METAR, Yahoo and yr.no backends.
+  + GWeatherLocationEntry will autocomplete when pressing enter
+(if activates-default is true).
+  + GWeatherInfo now enables automatic disk caching of network
+request and gzip encoding (where available).
+  + New API added to flush the cache to disk, only for language
+bindings with a GC (ie JS). C, Vala or Python apps get this
+for free.
+  + Default measure units are now derived from LC_MEASUREMENTS,
+not LC_MESSAGES, thus respecting the configuration in the
+Region & Language control center panel.
+  + Updated translations.
+
+---

Old:

  libgweather-3.8.2.tar.xz

New:

  libgweather-3.9.3.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.8obxsX/_old  2013-06-29 19:42:43.0 +0200
+++ /var/tmp/diff_new_pack.8obxsX/_new  2013-06-29 19:42:43.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   libgweather
-Version:3.8.2
+Version:3.9.3
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://developer.gnome.org/libgweather/
-Source: 
http://download.gnome.org/sources/libgweather/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgweather/3.9/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 # PATCH-FEATURE-OPENSUSE libgweather-bnc428346-bundle.patch bnc428346 
vu...@novell.com -- Support a bundle directory so that bundle-lang-gnome-* 
doesn't conflict with libgweather-lang.
 Patch1: libgweather-bnc428346-bundle.patch
@@ -46,7 +46,7 @@
 Group:  Development/Libraries/GNOME
 # For directory ownership
 Requires:   gnome-icon-theme
-Requires:   libgweather-3-3 = %{version}
+Requires:   libgweather-3-5 = %{version}
 Recommends: %{name}-lang
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
@@ -60,7 +60,7 @@
 %package devel
 Summary:Library to get online weather information
 Group:  Development/Libraries/GNOME
-Requires:   libgweather-3-3 = %{version}
+Requires:   libgweather-3-5 = %{version}
 Requires:   typelib-1_0-GWeather-3_0 = %{version}
 # prior to version 2.21.x, gnome-applets-devel only included files
 # now included in libgweather-devel, so we provide/obsolete
@@ -75,12 +75,12 @@
 %description devel
 This is a library to download weather information from online sources.
 
-%package -n libgweather-3-3
+%package -n libgweather-3-5
 Summary:Library to get online weather information
 Group:  Development/Libraries/GNOME
 Requires:   %{name}-data >= %{version}
 
-%description -n libgweather-3-3
+%description -n libgweather-3-5
 This is a library to download weather information from online sources.
 
 %package -n typelib-1_0-GWeather-3_0
@@ -129,9 +129,9 @@
 %clean
 %{__rm} -rf %{buildroot}
 
-%post -n libgweather-3-3 -p /sbin/ldconfig
+%post -n libgweather-3-5 -p /sbin/ldconfig
 
-%postun -n libgweather-3-3 -p /sbin/ldconfig
+%postun -n libgweather-3-5 -p /sbin/ldconfig
 
 %post data
 %glib2_gsettings_schema_post
@@ -151,7 +151,7 @@
 # Exclude files that we moved to the -lang package
 

commit graphite2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package graphite2 for openSUSE:Factory 
checked in at 2013-06-29 19:42:03

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


Package is "graphite2"

Changes:

--- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes  2012-11-30 
12:25:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2013-06-29 
19:42:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 28 11:15:36 UTC 2013 - dims...@opensuse.org
+
+- Add baselibs.conf and provide libgraphite2-3-32bit, which is at
+  this moment required by harfbuzz.
+
+---

New:

  baselibs.conf



Other differences:
--
++ graphite2.spec ++
--- /var/tmp/diff_new_pack.rLPwTN/_old  2013-06-29 19:42:04.0 +0200
+++ /var/tmp/diff_new_pack.rLPwTN/_new  2013-06-29 19:42:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package graphite2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -26,6 +26,7 @@
 Group:  Productivity/Publishing/Word
 Url:http://sourceforge.net/projects/silgraphite/
 Source0:
http://downloads.sourceforge.net/silgraphite/graphite2-%{version}.tgz
+Source1:baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++

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



commit gvfs for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2013-06-29 19:42:25

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


Package is "gvfs"

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2013-05-28 
07:38:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2013-06-29 
19:42:27.0 +0200
@@ -1,0 +2,28 @@
+Sun Jun 16 11:38:57 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.17.2:
+  + metadata: Fix write regression.
+  + smb: Allow specifying custom port.
+  + tests: Various fixes.
+  + http: Don't do network i/o when reading just the thumbnail
+path.
+  + goa: Make shadowed mounts work.
+
+---
+Mon May 27 11:25:04 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.17.1:
+  + metadata:
+- Downgrade journal short-read to debug.
+- Flush all scheduled writeouts on daemon exit.
+- Use shorter writeout timeout on NFS.
+- Put journal in $XDG_RUNTIME_DIR for shared NFS homedir case.
+- Create new journal if it doesn't exist.
+- Be more resistive to broken journal files.
+- Force tree re-read after successful flush.
+  + ccda: Adds remaining shutdown infrastructure and call from cdda
+backend.
+  + Updated translations.
+- Drop gvfs-mtp-build.patch: fixed upstream.
+
+---

Old:

  gvfs-1.17.0.tar.xz
  gvfs-mtp-build.patch

New:

  gvfs-1.17.2.tar.xz



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.ghKvq5/_old  2013-06-29 19:42:28.0 +0200
+++ /var/tmp/diff_new_pack.ghKvq5/_new  2013-06-29 19:42:28.0 +0200
@@ -20,7 +20,7 @@
 %define with_cdda 1
 
 Name:   gvfs
-Version:1.17.0
+Version:1.17.2
 Release:0
 Summary:VFS functionality for GLib
 License:LGPL-2.0+
@@ -32,8 +32,6 @@
 Patch5: gvfs-nvvfs.patch
 # PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksam...@novell.com -- Provides NDS 
browsing for nautilus
 Patch6: gvfs-nds.patch
-# PATCH-FIX-UPSTREAM gvfs-mtp-build.patch bgo#699424 dmis...@opensuse.org -- 
MTP: Fix compilation warning.
-Patch7: gvfs-mtp-build.patch
 BuildRequires:  bluez-devel
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fuse-devel
@@ -141,7 +139,6 @@
 translation-update-upstream
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %build
 autoreconf -f

++ gvfs-1.17.0.tar.xz -> gvfs-1.17.2.tar.xz ++
 22678 lines of diff (skipped)

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



commit gtksourceview for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2013-06-29 19:42:19

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


Package is "gtksourceview"

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes  
2013-04-26 15:51:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2013-06-29 19:42:21.0 +0200
@@ -1,0 +2,33 @@
+Fri Jun 21 18:27:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + dd syntax highlighting for the Julia, mediawiki and Scala
+languages.
+  + Improvements to the word completion provider.
+  + Add the GtkSourceCompletionWords:activation property.
+  + More compact completion popup window.
+  + Misc bugfixes.
+  + Updated translations.
+- Drop gtksourceview-as-needed.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
+  we no longer carry any patch.
+
+---
+Mon May 27 12:19:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + Deprecate the GtkSourceCompletionInfo::before-show signal.
+  + Hide CompletionInfo when focus-out-event on the attached-to
+widget.
+  + Improvements to the main completion window.
+  + Some code improvements to the words completion provider.
+  + Improvements to the C++ and Perl language specs.
+  + Documentation improvements.
+  + Misc bugfixes.
+  + Updated translations.
+- Add gtksourceview-as-needed.patch: Fix build with
+  -Wl,--as-needed.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+---

Old:

  gtksourceview-3.8.1.tar.xz

New:

  gtksourceview-3.9.2.tar.xz



Other differences:
--
++ gtksourceview.spec ++
--- /var/tmp/diff_new_pack.daUdyx/_old  2013-06-29 19:42:22.0 +0200
+++ /var/tmp/diff_new_pack.daUdyx/_new  2013-06-29 19:42:22.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gtksourceview
-Version:3.8.1
+Version:3.9.2
 Release:0
 Summary:GTK+ Source Editing Widget
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/gtksourceview/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gtksourceview/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.34.0
 BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.34.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.12
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.8.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ gtksourceview-3.8.1.tar.xz -> gtksourceview-3.9.2.tar.xz ++
 22820 lines of diff (skipped)

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



commit harfbuzz for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2013-06-29 19:42:29

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


Package is "harfbuzz"

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2013-05-28 
11:45:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2013-06-29 
19:42:31.0 +0200
@@ -1,0 +2,18 @@
+Wed May 29 06:21:15 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.18:
+  + All unneeded code is disabled by default.
+  + Uniscribe and CoreText shapers can be enabled with their --with
+options.
+  + icu_le and old shapers cannot be enabled for now.
+  + glib, freetype, and cairo will be detected automatically.
+  + icu and graphite2 are default off, can be enabled with their
+--with options.
+- Split out new library package, libharfbuzz-icu0.
+- Pass parameters --with-glib, --with-freetype, --with-cairo,
+  --with-icu and --with-graphite2 to configure, as advised by
+  upstream.
+- Enable pkgconfig(graphite2) BuildRequires, as the depdency is now
+  available in openSUSE.
+
+---

Old:

  harfbuzz-0.9.17.tar.bz2

New:

  harfbuzz-0.9.18.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.7QgZS6/_old  2013-06-29 19:42:32.0 +0200
+++ /var/tmp/diff_new_pack.7QgZS6/_new  2013-06-29 19:42:32.0 +0200
@@ -17,9 +17,8 @@
 
 
 Name:   harfbuzz
-Version:0.9.17
+Version:0.9.18
 Release:0
-# FIXME: graphite2 is not packaged / 
http://projects.palaso.org/projects/graphitedev
 Summary:An OpenType text shaping engine
 License:MIT
 Group:  Productivity/Text/Utilities
@@ -32,7 +31,7 @@
 BuildRequires:  pkgconfig(freetype2) >= 2.3.8
 BuildRequires:  pkgconfig(glib-2.0) >= 2.16
 BuildRequires:  pkgconfig(gobject-2.0)
-#BuildRequires:  pkgconfig(graphite2)
+BuildRequires:  pkgconfig(graphite2)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(icu-le)
 BuildRequires:  pkgconfig(icu-uc)
@@ -48,6 +47,13 @@
 %description -n libharfbuzz0
 HarfBuzz is an OpenType text shaping engine.
 
+%package -n libharfbuzz-icu0
+Summary:An OpenType text shaping engine - ICU library
+Group:  System/Libraries
+
+%description -n libharfbuzz-icu0
+HarfBuzz is an OpenType text shaping engine.
+
 %package tools
 Summary:An OpenType text shaping engine -- Tools
 Group:  Productivity/Text/Utilities
@@ -58,6 +64,7 @@
 %package devel
 Summary:An OpenType text shaping engine -- Development Files
 Group:  Development/Libraries/C and C++
+Requires:   libharfbuzz-icu0 = %{version}
 Requires:   libharfbuzz0 = %{version}
 
 %description devel
@@ -68,7 +75,12 @@
 
 %build
 %configure \
---disable-static
+--disable-static \
+--with-glib \
+--with-freetype \
+--with-cairo \
+--with-icu \
+--with-graphite2
 make %{?_smp_mflags}
 
 %install
@@ -84,6 +96,10 @@
 %doc AUTHORS COPYING NEWS README THANKS
 %{_libdir}/libharfbuzz.so.0*
 
+%files -n libharfbuzz-icu0
+%defattr(-,root,root)
+%{_libdir}/libharfbuzz-icu.so.0*
+
 %files tools
 %defattr(-,root,root)
 %{_bindir}/hb-ot-shape-closure
@@ -95,5 +111,6 @@
 %{_includedir}/harfbuzz/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/harfbuzz.pc
+%{_libdir}/pkgconfig/harfbuzz-icu.pc
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.7QgZS6/_old  2013-06-29 19:42:32.0 +0200
+++ /var/tmp/diff_new_pack.7QgZS6/_new  2013-06-29 19:42:32.0 +0200
@@ -1 +1,2 @@
 libharfbuzz0
+libharfbuzz-icu0

++ harfbuzz-0.9.17.tar.bz2 -> harfbuzz-0.9.18.tar.bz2 ++
 4092 lines of diff (skipped)

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



commit gnumeric for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2013-06-29 19:41:39

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


Package is "gnumeric"

Changes:

--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes2013-05-06 
10:07:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2013-06-29 
19:41:41.0 +0200
@@ -1,0 +2,34 @@
+Sat Jun 29 09:18:08 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.12.3:
+  + Fix border handling for merged cells in LaTeX export.
+  + Add a keyboard shortcut to jump to the current cell indicator.
+  + Improve xlsx import of new stat function names.
+  + Consolidate comment, hyperlinks, names documentation.
+  + Update documentation for Manage Sheets, R1C1 notation, sheet
+ranges. 1.12 updates, typo corrections, misc.
+  + Fixes to the gnumeric and ssconvert manual pages.
+  + Improve xlsx import of style-only cells.
+  + Don't write empty cells to .gnumeric.
+  + Add MPSEUDOINVERSE function.
+  + Fix missing translation of certain function examples.
+  + Add new SNORM.DIST.RANGE function.
+  + Fix critical when last row deleted.
+  + Fix criticals in about dialog.
+  + Introspection fixes.
+  + Workaround problems with automake 1.13.
+  + Remove gobject property strings from translation corpus.
+  + Bugs fixed: bgo#699631, bgo#699897, bgo#700732, bgo#700969,
+bgo#700994, bgo#700792, bgo#700018, bgo#699746, bgo#699710,
+bgo#701436, bgo#698519, deb#699054, bgo#701834, bgo#702146,
+bgo#702169, bgo#702197, bgo#698388, bgo#702205, bgo#702219,
+bgo#702285, bgo#702288, bgo#702364, bgo#702409, bgo#702486,
+bgo#702485, bgo#702498, bgo#702322, bgo#702689, deb#621735,
+deb#530462, bgo#702868, bgo#702407, bgo#702612, bgo#702615,
+deb#464732, bgo#700596, bgo#700797, bgo#700156, bgo#702126,
+bgo#702833, bgo#699579, bgo#699647, bgo#551457, bgo#700294,
+bgo#700295, bgo#700132, bgo#700132, bgo#701604, bgo#702101,
+bgo#702182, bgo#702218, bgo#702267, bgo#702277, bgo#702379,
+bgo#702658, bgo#703006.
+
+---

Old:

  gnumeric-1.12.2.tar.xz

New:

  gnumeric-1.12.3.tar.xz



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.8HmCEy/_old  2013-06-29 19:41:43.0 +0200
+++ /var/tmp/diff_new_pack.8HmCEy/_new  2013-06-29 19:41:43.0 +0200
@@ -17,9 +17,8 @@
 
 
 Name:   gnumeric
-Version:1.12.2
+Version:1.12.3
 Release:0
-# FIXME: Enable gobject-introspection when build succeeds (bgo#684159)
 Summary:Spreadsheet Application
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Spreadsheets
@@ -37,7 +36,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2.0
-BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.2
+BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.3
 BuildRequires:  pkgconfig(libgsf-1) >= 1.14.24
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.12
 BuildRequires:  pkgconfig(pango) >= 1.24.0

++ gnumeric-1.12.2.tar.xz -> gnumeric-1.12.3.tar.xz ++
/work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.3.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 gnome-weather for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2013-06-29 19:41:36

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


Package is "gnome-weather"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes  
2013-05-16 10:56:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather.changes 
2013-06-29 19:41:39.0 +0200
@@ -1,0 +2,27 @@
+Fri Jun 21 15:21:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Fixed icon handling in GWeatherLocationEntry due to the ABI
+change in libgweather.
+  + Replaced most of libgd with Gtk types (still using GdMainView
+only).
+  + Now using the header bar as a titlebar (fixes the close button
+when maximized).
+  + Includes a new application icon, designed specifically for
+gnome-weather.
+  + Once again fixed launching the application in certain
+"looks-like-source-tree" cases.
+  + Updated translations.
+
+---
+Tue May 28 15:11:36 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Updated libgd, but mostly replaced with Gtk types.
+  + Added a welcome screen for the first launch.
+  + The app menu now offers a choice for the temperature unit.
+  + Implements the new selection pattern, with a separate selection
+toolbar and rubberbanding.
+  + Improved the libgweather usage to support disk caching.
+
+---

Old:

  gnome-weather-3.8.2.tar.xz

New:

  gnome-weather-3.9.3.tar.xz



Other differences:
--
++ gnome-weather.spec ++
--- /var/tmp/diff_new_pack.0ruTOy/_old  2013-06-29 19:41:40.0 +0200
+++ /var/tmp/diff_new_pack.0ruTOy/_new  2013-06-29 19:41:40.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-weather
-Version:3.8.2
+Version:3.9.3
 Release:0
 Summary:Weather App for GNOME
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:https://live.gnome.org/Design/Apps/Weather
-Source: 
http://download.gnome.org/sources/gnome-weather/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-weather/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  gjs
 BuildRequires:  intltool >= 0.26
 BuildRequires:  update-desktop-files
@@ -58,10 +58,12 @@
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
 %glib2_gsettings_schema_postun
 %desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
@@ -70,6 +72,7 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %files lang -f %{name}.lang
 

++ gnome-weather-3.8.2.tar.xz -> gnome-weather-3.9.3.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-weather/gnome-weather-3.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather-3.9.3.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 goffice for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2013-06-29 19:41:54

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


Package is "goffice"

Changes:

--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2013-05-06 
10:08:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes 2013-06-29 
19:41:56.0 +0200
@@ -1,0 +2,17 @@
+Sat Jun 29 09:09:37 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.10.3:
+  + Implement color scales (bgo#695829).
+  + Allow color scales to have titles (bgo#688595).
+  + Allow regression equation frame to rotate with text
+(bgo#701546).
+  + New matrix plots (bgo#657918, bgo#680806).
+  + Set a minimal size for the graph property box (bgo#699473).
+  + Fix crash when loading an invalid graph with a custom theme
+(bgo#702887).
+  + Fix issue with librsvg includes (bgo#695167).
+  + Make linear regression handle the case where the input columns
+are not independent (bgo#551457).
+  + Install the unknown_image icon from Gnumeric (bgo#700742).
+
+---

Old:

  goffice-0.10.2.tar.xz

New:

  goffice-0.10.3.tar.xz



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.7uPx7Q/_old  2013-06-29 19:41:57.0 +0200
+++ /var/tmp/diff_new_pack.7uPx7Q/_new  2013-06-29 19:41:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   goffice
-Version:0.10.2
+Version:0.10.3
 Release:0
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
 License:GPL-2.0 or GPL-3.0

++ goffice-0.10.2.tar.xz -> goffice-0.10.3.tar.xz ++
 24051 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-themes-standard for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2013-06-29 19:41:33

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


Package is "gnome-themes-standard"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2013-04-26 15:50:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2013-06-29 19:41:35.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 21 18:45:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Wallpaper update for 3.10
+  + Add HC icon for system-software-update
+  + GTK3:
+- Initial support for GTK client side decorations.
+- Adapt to changes in GTK master state propagation.
+- Add support for activity on top of GdMainView cells.
+- Improve theming for GEdit, Baobab.
+
+---

Old:

  gnome-themes-standard-3.8.1.tar.xz

New:

  gnome-themes-standard-3.9.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.JJZ3GN/_old  2013-06-29 19:41:36.0 +0200
+++ /var/tmp/diff_new_pack.JJZ3GN/_new  2013-06-29 19:41:36.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-themes-standard
-Version:3.8.1
+Version:3.9.3
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-themes-standard/3.9/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 # Needed to convert svg to gresource
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.15
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.2
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gnome-themes-standard-3.8.1.tar.xz -> gnome-themes-standard-3.9.3.tar.xz 
++
 3267 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-themes-standard-3.8.1/ChangeLog 
new/gnome-themes-standard-3.9.3/ChangeLog
--- old/gnome-themes-standard-3.8.1/ChangeLog   2013-04-16 00:29:20.0 
+0200
+++ new/gnome-themes-standard-3.9.3/ChangeLog   2013-06-18 02:09:29.0 
+0200
@@ -1,16 +1,182 @@
 # Generated by Makefile. Do not edit.
 
-commit abb79170da25d9255e13e31d774c3e6f0da6aec4 (HEAD, gnome-3-8)
+commit 5734299f8e7b1d7c78eaa0fd99a775aea374853e (HEAD, master)
 Author: Cosimo Cecchi 
-Date:   Mon Apr 15 18:28:02 2013 -0400
+Date:   Mon Jun 17 17:06:23 2013 -0700
 
-release: prepare for 3.8.1
+release: prepare for 3.9.3
 
- NEWS | 14 ++
+ NEWS | 26 ++
  configure.ac |  2 +-
- 2 files changed, 15 insertions(+), 1 deletion(-)
+ 2 files changed, 27 insertions(+), 1 deletion(-)
+
+commit 08449f0265349b61fda558ca7551aa9314bd2ba9 (origin/master, origin/HEAD)
+Author: Zeeshan Ali (Khattak) 
+Date:   Sat Jun 15 19:39:43 2013 +0300
+
+gtk3: Theme spinner inside GdMainIconView's cells
+
+Make spinner visible on both dark and bright backgrounds w/o making
+it look ugly/weird.
+
+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++
+ 1 file changed, 7 insertions(+)
+
+commit 7559bbfa2e9e6187b16293f17704c070deb76586 (origin-ssh/master)
+Author: Cosimo Cecchi 
+Date:   Sun Jun 16 17:41:45 2013 -0700
+
+build: bump version to 3.9.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 30609ba766dd055f41002dcb813225d619b1d951
+Author: Cosimo Cecchi 
+Date:   Sun Jun 16 17:37:36 2013 -0700
+
+Adapt to changes in GTK+ state propagation
+
+As GTK+ stopped propagating state flags to children, we can get rid of
+all the wildcard overrides for color: and [text,icon]-shadow properties.
+Also bump the required GTK+ version to git master.
+
+ configure.ac   |   2 +-
+ themes/Adwaita/gtk-3.0/gnome-applications.css  |  13 +-
+ .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css 

commit gssdp for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gssdp for openSUSE:Factory checked 
in at 2013-06-29 19:42:08

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


Package is "gssdp"

Changes:

--- /work/SRC/openSUSE:Factory/gssdp/gssdp.changes  2013-04-02 
11:49:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gssdp.new/gssdp.changes 2013-06-29 
19:42:10.0 +0200
@@ -1,0 +2,14 @@
+Tue May 28 11:50:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.3:
+  + Add --interface, -i commandline option to gssdp-device-sniffer
+to specify a network interface for it to run on.
+  + Update the GSSDP device sniffer to GTK+3.
+  + Depend on vapigen >= 0.20 if gobject-introspection is 1.36 or
+newer.
+  + Some minor UI fixes in gssdp-device-sniffer.
+  + Make it compile with -Wall -Wextra.
+- Replace pkgconfig(gtk+-2.0) BuildRequires with
+  pkgconfig(gtk+-3.0), following upstreams port to GTK+ 3.0.
+
+---

Old:

  gssdp-0.14.2.tar.xz

New:

  gssdp-0.14.3.tar.xz



Other differences:
--
++ gssdp.spec ++
--- /var/tmp/diff_new_pack.7GAfgj/_old  2013-06-29 19:42:11.0 +0200
+++ /var/tmp/diff_new_pack.7GAfgj/_new  2013-06-29 19:42:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gssdp
-Version:0.14.2
+Version:0.14.3
 Release:0
 Summary:Library for resource discovery and announcement over SSDP
 License:LGPL-2.0+
@@ -26,7 +26,7 @@
 Source: 
http://download.gnome.org/sources/gssdp/0.14/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26.1
 BuildRequires:  pkgconfig(vapigen)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gssdp-0.14.2.tar.xz -> gssdp-0.14.3.tar.xz ++
 20878 lines of diff (skipped)

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



commit gtk-doc for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gtk-doc for openSUSE:Factory checked 
in at 2013-06-29 19:42:11

Comparing /work/SRC/openSUSE:Factory/gtk-doc (Old)
 and  /work/SRC/openSUSE:Factory/.gtk-doc.new (New)


Package is "gtk-doc"

Changes:

--- /work/SRC/openSUSE:Factory/gtk-doc/gtk-doc.changes  2012-02-28 
14:13:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk-doc.new/gtk-doc.changes 2013-06-29 
19:42:12.0 +0200
@@ -1,0 +2,13 @@
+Fri Jun 21 18:04:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.19:
+  + Bugs fixed: bgo#652740, bgo#660436, bgo#661853, bgo#668228,
+bgo#670724, bgo#670767, bgo#670796, bgo#671519, bgo#671960,
+bgo#672710, bgo#676685, bgo#685365, bgo#686148, bgo#687685,
+bgo#688204, bgo#688423, bgo#689209, bgo#690438, bgo#696930,
+bgo#700981.
+- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
+  following upstreams port to the new documentation infrastructure.
+- Split out -lang package.
+
+---

Old:

  gtk-doc-1.18.tar.bz2

New:

  gtk-doc-1.19.tar.xz



Other differences:
--
++ gtk-doc.spec ++
--- /var/tmp/diff_new_pack.5fIDbv/_old  2013-06-29 19:42:13.0 +0200
+++ /var/tmp/diff_new_pack.5fIDbv/_new  2013-06-29 19:42:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,23 +17,23 @@
 
 
 Name:   gtk-doc
-Version:1.18
+Version:1.19
 Release:0
 Summary:GTK+ DocBook Documentation Generator
 License:GPL-2.0+
 Group:  Productivity/Publishing/SGML
 Url:http://www.gtk.org/gtk-doc/
-Source: 
http://download.gnome.org/sources/gtk-doc/1.18/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gtk-doc/1.19/%{name}-%{version}.tar.xz
 # When updating this package, please don't forget to update the gtk-doc.m4 
Source
 # in glib2.
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
 BuildRequires:  openjade
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 BuildRequires:  sgml-skel
+BuildRequires:  yelp-tools
 Requires:   docbook-dsssl-stylesheets
 Requires:   docbook-xsl-stylesheets
 Requires:   docbook_4
@@ -41,6 +41,7 @@
 Requires:   libxslt
 Requires:   openjade
 Recommends: source-highlight
+Recommends: %{name}-lang
 # Old for <= 10.2 & CODE10
 Provides:   gtkdoc = %{version}
 Obsoletes:  gtkdoc
@@ -53,6 +54,7 @@
 source code comments in a manner similar to Java-doc.  It is used to
 generate the documentation for GLib, Gtk+, and GNOME.
 
+%lang_package
 %prep
 %setup -q
 
@@ -64,6 +66,7 @@
 %make_install
 mkdir -p %{buildroot}%{_datadir}/gtk-doc/html
 mv -v doc/README doc/doc.README
+%find_lang %{name}-manual %{?no_lang_C}
 
 %files
 %defattr(-,root,root)
@@ -75,15 +78,8 @@
 %{_datadir}/gtk-doc/
 %{_datadir}/pkgconfig/gtk-doc.pc
 %{_datadir}/sgml/gtk-doc/
-%doc %{_datadir}/gnome/help/gtk-doc-manual/
-%doc %{_datadir}/omf/gtk-doc-manual/
-# We have to own those directories since we can't depend on anything that will
-# own them, unfortunately :/
-%dir %{_datadir}/gnome
-%dir %{_datadir}/gnome/help
-%dir %{_datadir}/omf
+%doc %{_datadir}/help/C/gtk-doc-manual/
 
-%clean
-rm -rf %{buildroot}
+%files lang -f %{name}-manual.lang
 
 %changelog

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



commit gramps for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2013-06-29 19:42:00

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


Package is "gramps"

Changes:

--- /work/SRC/openSUSE:Factory/gramps/gramps.changes2013-05-18 
09:21:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes   2013-06-29 
19:42:02.0 +0200
@@ -1,0 +2,75 @@
+Sat Jun 29 08:59:34 UTC 2013 - zai...@opensuse.org
+
+- Update to version 4.0.1:
+  + Gtk3: fix menu on person editor and Geography views, convert
+deprecated code for the indicator in entryfield.
+  + Gedcom: Fix crash on export when there are addresses, fix space
+on ID.
+  + Disallow bookmarking a source in the Citation Tree View.
+  + Better RTL support on Pedigreeview and position for gramplets.
+  + Fix bad scaling in address editor.
+  + Fix crash on ancestor chart report.
+  + Fix navigation issues with selected line.
+  + Fix size of the 'Tip of the day' dialog.
+  + Fix right-click on tables in Quick Views.
+  + Fix cursor corruption on Pedigree view.
+  + Improvements when exporting via CLI.
+  + Reports: Various fixes on dialogs, output file formats and
+cleanup on error messages.
+  + MacOS: Fix bad filename on Gramps URL, osm-gps-map revision,
+image paths, resource-path file, maclocale.
+  + Move the HTML resources from gramps/plugins/webstuff to Data
+and Images.
+  + Alternate Names in Person Details Gramplet.
+  + New holidays, date and relationship handlers for Ukrainian.
+  + Enhancements for testing localized Relationship handlers.
+  + More names and events on data.gramps sample.
+  + Updated translations.
+
+---
+Sat Jun 22 12:57:18 UTC 2013 - dims...@opensuse.org
+
+- Add gobjet-introspection BuildRequires: needed in order for the
+  code to be inspected and typelib() Requires be added to the
+  package.
+- Filter out the following typelib() Requires:
+  + typelib(GtkosxApplication)is not needed on Linux.
+  + typelib(OsmGpsMap) is optional and currently not available in
+openSUSE.
+  + typelib(Gtkspell) is an obsolete name which gramps can cope
+with as an alternative to GtkSpell (different spelling).
+
+---
+Thu May 23 10:55:43 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.0.0:
+  + Conversion to GTK 3 and use of gobject introspection, GEPS#029.
+  + Support for python 3, GEPS#031.
+  + Code reorganization, GEPS#008.
+  + Autotools is no longer used for building Gramps, distutils is
+used, GEPS#026.
+  + Completely reworked localization handling.
+  + The Gramplet view has been renamed Dashboard. This to avoid an
+overload of the word Gramplet, and to make it more clear to new
+users what can be expected in this view
+  + GTK 3 uses new themes, so users not on Gnome must set a nice
+GTK 3 theme to fully appreciate Gramps 4.0. Install a GTK 3
+theme and set it. If Gramps looks ugly, you made an error in
+this step.
+  + Different sidebar navigators can be installed
+  + New Ancestor Fan Chart View and Descendant Fan Chart View,
+which offer a lot of insight in your family tree on a small
+space. Direct printing is available from these views.
+  + All wizards are reworked, so the exporter dialog, help and bug
+report dialog are different from version 3.4, but offer the
+same functions.
+  + New To Do Gramplets listing all To Do Notes.
+  + More reports support output in a different language than the
+interface language
+  + Narrative Web has been reworked to make it more stable.
+- Rewrite build and install sections to adapt to the switch to
+  pythonm distutils, away from autotools.
+- Add python-PyICU recommends: it's not strictly required to
+  operate, but strongly recommended.
+
+---

Old:

  gramps-3.4.4.tar.gz

New:

  gramps-4.0.1.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.USTgt7/_old  2013-06-29 19:42:03.0 +0200
+++ /var/tmp/diff_new_pack.USTgt7/_new  2013-06-29 19:42:03.0 +0200
@@ -17,19 +17,23 @@
 #
 
 
+%global __requires_exclude 
typelib\\(GtkosxApplication\\)|typelib\\(OsmGpsMap\\)|typelib\\(Gtkspell\\)
+
 Name:   gramps
-Version:3.4.4
+Version:4.0.1
 Release:0
 # FIXME: missing recommends because of missing packages: python-exiv2, 
osm-gps-map
 Summary:Genealogical Research Software
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.gramps-project.org/
-S

commit gobject-introspection for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2013-06-29 19:41:50

Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and  /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)


Package is "gobject-introspection"

Changes:

--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
2013-03-28 13:15:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2013-06-29 19:41:52.0 +0200
@@ -1,0 +2,14 @@
+Tue May 28 19:53:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.37.1:
+  + Updated glib annotations.
+  + Bugs fixed: bgo#628739, bgo#637832, bgo#678794, bgo#688694,
+bgo#688897, bgo#696765, bgo#697612, bgo#697613, bgo#697614,
+bgo#697615, bgo#697616, bgo#697619, bgo#697620, bgo#697621,
+bgo#697622, bgo#697623, bgo#697624, bgo#697625, bgo#697669,
+bgo#697759, bgo#698090, bgo#698438, bgo#698521, bgo#698616,
+bgo#698617, bgo#698698, bgo#699442, bgo#699531, bgo#699532,
+bgo#699533, bgo#699535, bgo#699536, bgo#699722, bgo#699854,
+bgo#699856, rh#920595.
+
+---

Old:

  gobject-introspection-1.36.0.tar.xz

New:

  gobject-introspection-1.37.1.tar.xz



Other differences:
--
++ gobject-introspection.spec ++
--- /var/tmp/diff_new_pack.PczRDn/_old  2013-06-29 19:41:53.0 +0200
+++ /var/tmp/diff_new_pack.PczRDn/_new  2013-06-29 19:41:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gobject-introspection
-Version:1.36.0
+Version:1.37.1
 Release:0
 # FIXME: Find a way to identify if we need python3-gobject or python-gobject 
from gi-find-deps.sh.
 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to 
the main package and rename the devel package to libgirepository-devel
@@ -25,7 +25,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/GObjectIntrospection
-Source0:
http://download.gnome.org/sources/gobject-introspection/1.36/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gobject-introspection/1.37/%{name}-%{version}.tar.xz
 # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates 
typelib()-style Provides/Requires.
 Source1:gi-find-deps.sh
 Source2:gobjectintrospection.attr

++ gobject-introspection-1.36.0.tar.xz -> 
gobject-introspection-1.37.1.tar.xz ++
 17306 lines of diff (skipped)

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



commit gupnp for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gupnp for openSUSE:Factory checked 
in at 2013-06-29 19:42:22

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


Package is "gupnp"

Changes:

--- /work/SRC/openSUSE:Factory/gupnp/gupnp.changes  2013-04-09 
10:27:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp.new/gupnp.changes 2013-06-29 
19:42:23.0 +0200
@@ -1,0 +2,16 @@
+Thu May 30 07:09:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.3:
+  + Add a gupnp_context_manager_rescan_control_points feature.
+  + Fix VAPI generation if g-i version is >= 1.36.
+  + Some internal documentation updates.
+  + Check SID and return a proper error.
+  + Fix error code returned on invalid NT and NTS headers.
+  + Fix SEQ to be a uint32.
+  + Fall-back to unix static CM if netlink sockets are not availabe
+on runtime.
+  + Prevent some C++ name mangling in the examples.
+  + Fix compiling with -Wall -Wextra.
+  + Bugs fixed: bgo#697314, bgo#696289, bgo#698192, bgo#698125.
+
+---

Old:

  gupnp-0.20.2.tar.xz

New:

  gupnp-0.20.3.tar.xz



Other differences:
--
++ gupnp.spec ++
--- /var/tmp/diff_new_pack.PFed1n/_old  2013-06-29 19:42:24.0 +0200
+++ /var/tmp/diff_new_pack.PFed1n/_new  2013-06-29 19:42:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gupnp
-Version:0.20.2
+Version:0.20.3
 Release:0
 Summary:Implementation of the UPnP specification
 License:LGPL-2.0+

++ gupnp-0.20.2.tar.xz -> gupnp-0.20.3.tar.xz ++
 4819 lines of diff (skipped)

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



commit gtkmm2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gtkmm2 for openSUSE:Factory checked 
in at 2013-06-29 19:42:15

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


Package is "gtkmm2"

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm2/gtkmm2.changes2013-04-20 
17:44:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm2.new/gtkmm2.changes   2013-06-29 
19:42:18.0 +0200
@@ -1,0 +2,14 @@
+Sat Jun 29 12:27:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.24.4:
+  + Respinned tarball with matching gmmproc version (bgo#697835).
+- Drop gtkmm2-includes.patch: this was needed to work around
+  tarball issues.
+- Remove --enable-maintainer-mode and --enable-documentation
+  configure parameters: as we can use the tarball again, we don't
+  have to do the entire bootstrapping on our own.
+- Drop perl(XML::Parser), graphviz, doxygen and xsltproc
+  BuildRequires, which were only used to bootstrap.
+- Stop packaging INSTALL file as it is not needed.
+
+---

Old:

  gtkmm-2.24.3.tar.xz
  gtkmm2-includes.patch

New:

  gtkmm-2.24.4.tar.xz



Other differences:
--
++ gtkmm2.spec ++
--- /var/tmp/diff_new_pack.VC7QIv/_old  2013-06-29 19:42:19.0 +0200
+++ /var/tmp/diff_new_pack.VC7QIv/_new  2013-06-29 19:42:19.0 +0200
@@ -18,15 +18,13 @@
 
 Name:   gtkmm2
 %define _name gtkmm
-Version:2.24.3
+Version:2.24.4
 Release:0
 Summary:C++ Interface for GTK2 (a GUI Library for X)
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtkmm.org/
 Source: 
http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gtkmm2-includes.patch bgo#697835 dims...@opensuse.org -- 
Fix include headers of gtkmm
-Patch0: gtkmm2-includes.patch
 BuildRequires:  atkmm-devel
 BuildRequires:  cairomm-devel
 BuildRequires:  fdupes
@@ -35,11 +33,6 @@
 BuildRequires:  libsigc++2-devel
 BuildRequires:  pangomm-devel >= 2.27.1
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.0
-# Needed for patch0
-BuildRequires:  doxygen
-BuildRequires:  graphviz
-BuildRequires:  xsltproc
-BuildRequires:  perl(XML::Parser)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,16 +72,10 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
-# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
-#ACLOCAL="aclocal -I scripts" autoreconf -f -i
-# --enable-maintainer-mode is needed for patch0
 %configure \
---disable-static \
---enable-maintainer-mode\
---enable-documentation
+--disable-static
 make %{?_smp_mflags} gtkmm_docdir=%{_docdir}/%{name}/docs
 
 %install
@@ -105,7 +92,7 @@
 
 %files -n libgtkmm-2_4-1
 %defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/*.so.*
 
 %files devel

++ gtkmm-2.24.3.tar.xz -> gtkmm-2.24.4.tar.xz ++
/work/SRC/openSUSE:Factory/gtkmm2/gtkmm-2.24.3.tar.xz 
/work/SRC/openSUSE:Factory/.gtkmm2.new/gtkmm-2.24.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 gnome-desktop for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2013-06-29 19:40:37

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


Package is "gnome-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes  
2013-05-16 10:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2013-06-29 19:40:39.0 +0200
@@ -1,0 +2,11 @@
+Thu May 30 07:02:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1.1:
+  + gnome-xkb-info: Don't store duplicated layouts in locale
+tables.
+  + idle-monitor: Make per-device monitor fallible.
+  + idle-monitor: Allow multiple watches per alarm.
+  + wall-clock: Move ratio from msg id's to translations.
+  + Updated translations.
+
+---

Old:

  gnome-desktop-3.8.2.tar.xz

New:

  gnome-desktop-3.9.1.1.tar.xz



Other differences:
--
++ gnome-desktop.spec ++
--- /var/tmp/diff_new_pack.xaW5Cn/_old  2013-06-29 19:40:40.0 +0200
+++ /var/tmp/diff_new_pack.xaW5Cn/_new  2013-06-29 19:40:40.0 +0200
@@ -19,13 +19,13 @@
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:   gnome-desktop
-Version:3.8.2
+Version:3.9.1.1
 Release:0
 Summary:The GNOME Desktop API Library
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-desktop/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-desktop/3.9/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel

++ gnome-desktop-3.8.2.tar.xz -> gnome-desktop-3.9.1.1.tar.xz ++
 12833 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-screenshot for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-screenshot for 
openSUSE:Factory checked in at 2013-06-29 19:40:47

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


Package is "gnome-screenshot"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screenshot/gnome-screenshot.changes
2013-05-16 10:52:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-screenshot.new/gnome-screenshot.changes   
2013-06-29 19:40:49.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 18 17:18:52 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.3:
+  + Determine image format from extension.
+  + Update the manual page.
+  + Updated translations.
+
+---

Old:

  gnome-screenshot-3.8.2.tar.xz

New:

  gnome-screenshot-3.9.3.tar.xz



Other differences:
--
++ gnome-screenshot.spec ++
--- /var/tmp/diff_new_pack.YIHshf/_old  2013-06-29 19:40:50.0 +0200
+++ /var/tmp/diff_new_pack.YIHshf/_new  2013-06-29 19:40:50.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-screenshot
-Version:3.8.2
+Version:3.9.3
 Release:0
 Summary:Utility to take pictures of your screen
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-screenshot/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-screenshot/3.9/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-screenshot-onlyshowin.patch dims...@opensuse.org -- 
OnlyShowIn=GNOME: fix brp build check, allowing to use the icon from the gnome 
theme.
 Patch0: gnome-screenshot-onlyshowin.patch
 # Needed for applets-screenshooter icon

++ gnome-screenshot-3.8.2.tar.xz -> gnome-screenshot-3.9.3.tar.xz ++
 3160 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.2/NEWS new/gnome-screenshot-3.9.3/NEWS
--- old/gnome-screenshot-3.8.2/NEWS 2013-05-14 05:39:45.0 +0200
+++ new/gnome-screenshot-3.9.3/NEWS 2013-06-18 01:31:24.0 +0200
@@ -1,7 +1,8 @@
-GNOME Screenshot 3.8.2 - May 13, 2013
-=
+GNOME Screenshot 3.9.3 - 17th June 2013
+===
 
-- Determine image format from extension (#521751)
+- Determine image format from extension (Shih-Yuan Lee)
+- Update the manual page (Matthias Clasen)
 - Translation updates
 
 GNOME Screenshot 3.8.1 - 15th April 2013
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.2/configure.ac new/gnome-screenshot-3.9.3/configure.ac
--- old/gnome-screenshot-3.8.2/configure.ac 2013-05-14 05:39:53.0 
+0200
+++ new/gnome-screenshot-3.9.3/configure.ac 2013-06-18 01:27:16.0 
+0200
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-screenshot],[3.8.2],[],[gnome-screenshot])
+AC_INIT([gnome-screenshot],[3.9.3],[],[gnome-screenshot])
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-screenshot-3.8.2/po/mr.po new/gnome-screenshot-3.9.3/po/mr.po
--- old/gnome-screenshot-3.8.2/po/mr.po 2013-05-14 05:36:21.0 +0200
+++ new/gnome-screenshot-3.9.3/po/mr.po 2013-06-18 01:23:53.0 +0200
@@ -10,7 +10,7 @@
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
 "screenshot&keywords=I18N+L10N&component=general\n"
 "POT-Creation-Date: 2013-01-03 10:00+\n"
-"PO-Revision-Date: 2013-05-10 13:01+0530\n"
+"PO-Revision-Date: 2013-05-10 12:56+0530\n"
 "Last-Translator: Sandeep Shedmake \n"
 "Language-Team: Marathi\n"
 "Language: mr\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '

commit gnome-online-accounts for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2013-06-29 19:40:44

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


Package is "gnome-online-accounts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2013-05-28 07:35:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2013-06-29 19:40:45.0 +0200
@@ -1,0 +2,6 @@
+Tue May 28 11:25:09 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Updated translations.
+
+---

Old:

  gnome-online-accounts-3.9.1.tar.xz

New:

  gnome-online-accounts-3.9.2.tar.xz



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.phkBqX/_old  2013-06-29 19:40:46.0 +0200
+++ /var/tmp/diff_new_pack.phkBqX/_new  2013-06-29 19:40:46.0 +0200
@@ -19,7 +19,7 @@
 %define with_twitter 0
 
 Name:   gnome-online-accounts
-Version:3.9.1
+Version:3.9.2
 Release:0
 Summary:GNOME service to access online accounts
 License:LGPL-2.1+

++ gnome-online-accounts-3.9.1.tar.xz -> gnome-online-accounts-3.9.2.tar.xz 
++
 8034 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-settings-daemon for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2013-06-29 19:40:50

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


Package is "gnome-settings-daemon"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2013-05-16 10:52:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2013-06-29 19:40:52.0 +0200
@@ -1,0 +2,92 @@
+Fri Jun 28 14:03:19 UTC 2013 - dims...@opensuse.org
+
+- Drop rpmlintrc, as the polkit privileges were approved for
+  Factory (final security review pending).
+
+---
+Fri Jun 21 19:23:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Color:
+- Bump colord dependency.
+  + Daemon:
+- Fix possible crash on start when calling setenv() after
+  starting threads.
+  + Keyboard:
+- Don't show on the bus before we're fully initialised.
+  + Power:
+- Fix non-transient notifications sticking around.
+- Simplify composite battery as advertised in the D-Bus API.
+  + Updates:
+- Make sure only one notification appears.
+  + Wacom:
+- Fix calling for calibration from the notification.
+- Add configure button to the OSD window.
+- Rebase gnome-settings-daemon-notify-idle-resumed.patch.
+- Drop gnome-settings-daemon-disabled-ibus.patch: fixed upstream.
+
+---
+Thu May 30 07:09:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Color:
+- Simplify code by using new libcolord feature.
+- Fix warning with some screens.
+- Fix possible CPU burn loop.
+  + Cursor:
+- Disable plugin if the X version is too old.
+  + Housekeeping:
+- Use GSettings features to clamp options.
+- Fix incorrect handling of ignore_paths.
+  + Keyboard:
+- Get layouts and variants from localed.
+- Get XKB options from localed.
+- Always try to activate the ibus daemon.
+- Use the gtk+ ibus module if there's at least one ibus source.
+- Make sure the XKB group in use is always what we want.
+- Without settings or under GDM, make sure to add the US
+  layout.
+- Add SetInputSource DBus method.
+- Remove the input source switcher helper.
+- Convert the XKB group switch option from libgnomekbd.
+- Stop adding locale based input sources from a hardcoded list.
+  + Media-keys:
+- Handle key grabbing and volume OSDs in gnome-shell.
+- Remove unused multi-head support.
+- Remove label for analog-output ports.
+- Avoid leaking DESKTOP_AUTOSTART_ID to children.
+- Fix possible crash when changing the volume.
+- Add Rotation lock support.
+- Change default 'Lock screen' keybinding to be Super+L.
+- Show Shell's search when pressing the search button.
+- Add support for XF86AudioMicMute key.
+  + Mouse:
+- Enable two-finger scrolling by default.
+  + Plugins:
+- Fix priority handling.
+- Update for gnome-desktop API change.
+  + Power:
+- Handle the shell coming back with a different screensaver
+  state.
+- Don't change active state variable in VM.
+- Don't look for screens if we don't have a lid.
+- Don't poll for external monitors.
+- Remove pre-dim brightness hack.
+- Make "Screen when inactive" button in Settings work.
+  + Sound:
+- Fix creation of sound theme directories.
+  + Updates:
+- Fix a number of possible crashers, especially on exit.
+  + Wacom:
+- Warn when screen has changed and calibration is needed.
+- Add OLED support for Intuos4 tablets.
+- Warn when tablet is not supported in GNOME.
+  + XSettings:
+- Drop toolbar-style workaround.
+- Add pkgconfig(pango) BuildRequires: new dependency of the wacom
+  module.
+- Add gnome-settings-daemon-disabled-ibus.patch: Fix build with
+  configure --disable-ibus.
+- Add rpmlintrc to not hard block on the missing polkit privileges.
+
+---

Old:

  gnome-settings-daemon-3.8.2.tar.xz

New:

  gnome-settings-daemon-3.9.3.tar.xz



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.GThbNR/_old  2013-06-29 19:40:53.0 +0200
+++ /var/tmp/diff_new_pack.GThbNR/_new  2013-06-29 19:40:53.0 +0200
@@ -27,13 +27,13 @@
 %define with_smartcard 0
 
 Name:   gnome-settings-daemon
-Version:3.8.2
+Version:3.9.3
 Release:0
 Summary:Settings daemon for the GNOME desktop
 License

commit gnome-shell-extensions for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2013-06-29 19:41:23

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


Package is "gnome-shell-extensions"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2013-05-28 07:37:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2013-06-29 19:41:25.0 +0200
@@ -1,0 +2,21 @@
+Fri Jun 21 19:31:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Classic mode mini extensions were replaced with a GSettings
+override specified in the .json file.
+  + Styling of classic mode improved.
+  + Native-window-placement is back working on 3.9.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Tue May 28 19:53:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + apps-menu: appearance of the scrollbars was improved.
+  + window-list is a little taller in classic mode (to account for
+the workspace switcher).
+  + alternative-status-menu honors again the dconf configuration.
+  + Updated translations.
+
+---

Old:

  gnome-shell-extensions-3.9.1.tar.xz

New:

  gnome-shell-extensions-3.9.3.tar.xz



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.TRnkjx/_old  2013-06-29 19:41:25.0 +0200
+++ /var/tmp/diff_new_pack.TRnkjx/_new  2013-06-29 19:41:25.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-shell-extensions
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:A collection of extensions for GNOME Shell
 License:GPL-2.0+
@@ -130,14 +130,13 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_datadir}/applications/gnome-shell-classic.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
 %{_datadir}/gnome-session/sessions/gnome-classic.session
 
%{_datadir}/gnome-shell/extensions/alternate-...@gnome-shell-extensions.gcampax.github.com/
 
%{_datadir}/gnome-shell/extensions/apps-m...@gnome-shell-extensions.gcampax.github.com/
-%{_datadir}/gnome-shell/extensions/default-min-...@gnome-shell-extensions.gcampax.github.com/
 
%{_datadir}/gnome-shell/extensions/launch-new-insta...@gnome-shell-extensions.gcampax.github.com/
 
%{_datadir}/gnome-shell/extensions/places-m...@gnome-shell-extensions.gcampax.github.com/
-%{_datadir}/gnome-shell/extensions/static-workspa...@gnome-shell-extensions.gcampax.github.com/
 
%{_datadir}/gnome-shell/extensions/window-l...@gnome-shell-extensions.gcampax.github.com/
 %dir %{_datadir}/gnome-shell/modes
 %{_datadir}/gnome-shell/modes/classic.json

++ gnome-shell-extensions-3.9.1.tar.xz -> 
gnome-shell-extensions-3.9.3.tar.xz ++
 4270 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-shell for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2013-06-29 19:40:57

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


Package is "gnome-shell"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2013-05-28 
07:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2013-06-29 19:40:58.0 +0200
@@ -1,0 +2,88 @@
+Thu Jun 20 10:45:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Don't push window thumbs when workspace switcher is hidden
+(bgo#701167).
+  + Tweak timeout for activating windows during XDND (bgo#700150).
+  + Fix ellipsization in control buttons in app picker
+(bgo#696307).
+  + Fix DND to empty dash (bgo#684618).
+  + Fix OSD window appearing below system modal dialogs
+(bgo#701269).
+  + Clear clipboard on screen lock to prevent information leak
+(bgo#698922).
+  + Allow session mode specific overrides schema (bgo#701717).
+  + window-switcher: Only show windows from current workspace by
+default (bgo#701214).
+  + logout dialog: Show the correct text right away (bgo#702056).
+  + bluetooth: Port to bluez 5 (bgo#700891).
+  + dateMenu: Allow events to span multiple lines (bgo#701231).
+  + gdm: Clear message queue when no more messages are pending
+(bgo#702458).
+  + Misc bug fixes and cleanups: bgo#693836, bgo#700972,
+bgo#701386, bgo#700877, bgo#701755, bgo#698918, bgo#701224,
+bgo#702125, bgo#701954, bgo#701849, bgo#702121.
+  + Updated translations.
+
+---
+Tue May 28 19:52:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Use a symbolic icon for DESKTOP windows (bgo#697914).
+  + Move paint state cache into StWidget (bgo#697274).
+  + gdm: Fix regression where domain login hint not shown
+(bgo#698200).
+  + Make calendar keyboard navigable (bgo#667434).
+  + Hide "Open Calendar" item when no calendar app is installed
+(bgo#697725).
+  + Update how branding appears on login screen (bgo#694912,
+bgo#699877).
+  + Allow OSD popups to grow if necessary (bgo#696523).
+  + Fix offset of shadow offscreen rendering (bgo#698301).
+  + Fix insensitive button preventing empty keyring password
+(bgo#696304).
+  + Allow cancelling keyring dialog between prompts (bgo#682830).
+  + modalDialog: Show spinner while working (bgo#684438).
+  + overview: Only show close buttons for windows that may close
+(bgo#699269).
+  + Add input purpose and hints to StEntry and StIMText
+(bgo#691392).
+  + Set input-purpose property for password entries (bgo#700043).
+  + Provide a DBus API for screencasting (bgo#696247).
+  + overview: Disable hotcorner during DND (bgo#698484).
+  + polkitAgent: Allow retrying after mistyped passwords
+(bgo#684431).
+  + Add a way to get backtraces from criticals and warnings
+(bgo#700262).
+  + Allow switch-to-workspace-n keybindings in overview
+(bgo#649977).
+  + Update man page (bgo#700339).
+  + Add FocusSearch DBus method (bgo#700536).
+  + Hide frequent view when app monitoring is disabled
+(bgo#699714).
+  + Show switcher popup for switch-to-workspace-n keybindings
+(bgo#659288).
+  + gdm: Update the session chooser style (bgo#695742).
+  + Fix some app folders getting truncated at the top (bgo#694371).
+  + Don't block the message tray while a notification is showing
+(bgo#700639).
+  + popupMenu: Allow for an optional border for slider handle
+(bgo#697917).
+  + Re-lock screen when restarted after a crash (bgo#691987).
+  + Synchronize input source switching with key events
+(bgo#697007).
+  + Switch input source on modifiers-only accelerator (bgo#697008).
+  + Allow input source switching in message tray (bgo#697009).
+  + Other fixed bugs: bgo##698863, bgo#699799, bgo#699800,
+bgo#676285, bgo#699975, bgo#700097, bgo#698812, bgo#698486,
+bgo#700194, bgo#695314, bgo#700257, bgo#699678, bgp#700356,
+bgo#700322, bgo#700394, bgo#700409, bgo#700595, bgo#700625,
+bgo#691746, bgo#700620, bgo#700807, bgo#659288, bgo#700784,
+bgo#700842, bgo#700847, bgo#700488, bgo#700735, bgo#696159,
+bgo#700900, bgo#700853, bgo#700923, bgo#700944, bgo#697661,
+bgo#700854, bgo#700190, bgo#699189, bgo#701097.
+  + Updated translations.
+- Replace pkgconfig(gcr-3) BuildRequires with
+  pkgconfig(gcr-base-3), following upstream.
+
+---

Old:

  gnome-shell-3.9.1.tar.xz

New:

  gnome-shell-3.9.3.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.v

commit gnome-documents for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2013-06-29 19:40:41

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


Package is "gnome-documents"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2013-05-16 10:46:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2013-06-29 19:40:42.0 +0200
@@ -1,0 +2,29 @@
+Fri Jun 21 15:15:52 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Revamp Organize Collections view for new designs.
+  + Port to GtkListBox.
+  + Add tooltips for preview navbar buttons.
+  + Add page navigation with Left/Right buttons.
+  + Port the search provider to use serialized GIcons.
+  + Port to GtkHeaderBar, GtkStack and GtkRevealer.
+- Changes from version 3.8.3.1:
+  + Ignore Google documents without a thumbnail URI.
+- Changes from version 3.8.3:
+  + Show thumbnails for Google Documents.
+  + Add a manual page.
+  + Don't forward key events to search bar on error.
+  + Fix crash when trying to load links on a document that does not
+support them.
+  + Fix crash when trying to search into a document that does not
+support it.
+  + Fix hang when going back to overview after disabling a GOA
+account while previewing or editing.
+  + Fix stray unoconv process when loading is cancelled in-flight.
+  + Fix a not working in overview.
+  + Fix user input being incorrectly overwritten with the lowercase
+version used internally.
+- Drop gnome-documents-WebKit-3.0.patch: fixed upstream.
+- Add gtk-doc BuildRequires: needed for the man page generation.
+
+---

Old:

  gnome-documents-3.8.2.1.tar.xz
  gnome-documents-WebKit-3.0.patch

New:

  gnome-documents-3.9.3.tar.xz



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.NKtKpt/_old  2013-06-29 19:40:43.0 +0200
+++ /var/tmp/diff_new_pack.NKtKpt/_new  2013-06-29 19:40:43.0 +0200
@@ -17,17 +17,16 @@
 
 
 Name:   gnome-documents
-Version:3.8.2.1
+Version:3.9.3
 Release:0
 Summary:Document Manager for GNOME
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-documents/3.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-documents-WebKit-3.0.patch bgo#697967 
dims...@opensuse.org -- Specify that we need WebKit 3.0 (for typelib 
dependencies)
-Patch0: gnome-documents-WebKit-3.0.patch
+Source: 
http://download.gnome.org/sources/gnome-documents/3.9/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
+BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  itstool
 BuildRequires:  translation-update-upstream
@@ -39,7 +38,7 @@
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.6
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.7
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.3
 BuildRequires:  pkgconfig(libgdata) >= 0.13.3
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.41.3
 BuildRequires:  pkgconfig(tracker-miner-0.16) >= 0.13.1
@@ -75,7 +74,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build
@@ -115,6 +113,7 @@
 %{_libdir}/gnome-documents/
 %{_libexecdir}/gd-tracker-gdata-miner
 %{_libexecdir}/gd-tracker-zpj-miner
+%{_mandir}/man1/gnome-documents.1%{?ext_man}
 
 %files -n gnome-shell-search-provider-documents
 %defattr(-,root,root)

++ gnome-documents-3.8.2.1.tar.xz -> gnome-documents-3.9.3.tar.xz ++
 65087 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-system-monitor for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2013-06-29 19:41:28

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


Package is "gnome-system-monitor"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2013-05-16 10:52:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2013-06-29 19:41:30.0 +0200
@@ -1,0 +2,15 @@
+Tue May 28 06:45:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Added command line option to show application version
+(bgo#698875).
+  + Fixed policykit dialog wording for kill and renice
+(bgo#698659).
+  + Moved y axis scales to the right (bgo#561533).
+  + Do not start the network chart from 0 if the value is not 0
+(bgo#626846).
+  + Fixed segfault when changing viewmode with a process selected
+(bgo#700552).
+  + Updated translations.
+
+---

Old:

  gnome-system-monitor-3.8.2.1.tar.xz

New:

  gnome-system-monitor-3.9.2.tar.xz



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.5hLyZ5/_old  2013-06-29 19:41:31.0 +0200
+++ /var/tmp/diff_new_pack.5hLyZ5/_new  2013-06-29 19:41:31.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-system-monitor
-Version:3.8.2.1
+Version:3.9.2
 Release:0
 Url:http://www.gnome.org
 Summary:A Simple Process Monitor
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Source0:
http://download.gnome.org/sources/gnome-system-monitor/3.8/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-system-monitor/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ gnome-system-monitor-3.8.2.1.tar.xz -> gnome-system-monitor-3.9.2.tar.xz 
++
 4248 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-system-log for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-log for 
openSUSE:Factory checked in at 2013-06-29 19:41:26

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


Package is "gnome-system-log"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-system-log/gnome-system-log.changes
2013-04-26 15:49:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-system-log.new/gnome-system-log.changes   
2013-06-29 19:41:27.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 18 17:24:20 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.3:
+  + Use a more modern style for the findbar.
+  + Add simple commandline parsing options.
+  + Port to GtkHeaderBar.
+
+---

Old:

  gnome-system-log-3.8.1.tar.xz

New:

  gnome-system-log-3.9.3.tar.xz



Other differences:
--
++ gnome-system-log.spec ++
--- /var/tmp/diff_new_pack.SWHjbh/_old  2013-06-29 19:41:28.0 +0200
+++ /var/tmp/diff_new_pack.SWHjbh/_new  2013-06-29 19:41:28.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-system-log
-Version:3.8.1
+Version:3.9.3
 Release:0
 Summary:Utility to view your system logs
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-system-log/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-system-log/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.4.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files

++ gnome-system-log-3.8.1.tar.xz -> gnome-system-log-3.9.3.tar.xz ++
 8886 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-clocks for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-clocks for openSUSE:Factory 
checked in at 2013-06-29 19:40:27

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


Package is "gnome-clocks"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-clocks/gnome-clocks.changes
2013-05-16 10:43:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-clocks.new/gnome-clocks.changes   
2013-06-29 19:40:29.0 +0200
@@ -1,0 +2,17 @@
+Sun Jun 23 16:34:22 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.2:
+  + Use latest libgweather (new search entry).
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Sun Jun 16 10:58:23 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.1:
+  + Use client-side decorations for the window close button.
+  + Reworked selection design.
+  + Use latest gtk (ui templates, drop libgd).
+  + Updated translations.
+
+---

Old:

  gnome-clocks-3.8.2.tar.xz

New:

  gnome-clocks-3.9.2.tar.xz



Other differences:
--
++ gnome-clocks.spec ++
--- /var/tmp/diff_new_pack.KLCxEW/_old  2013-06-29 19:40:30.0 +0200
+++ /var/tmp/diff_new_pack.KLCxEW/_new  2013-06-29 19:40:30.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-clocks
-Version:3.8.2
+Version:3.9.2
 Release:0
 Summary:Clock application designed for GNOME 3
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:https://live.gnome.org/Design/Apps/Clock
-Source: 
http://download.gnome.org/sources/gnome-clocks/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-clocks/3.9/%{name}-%{version}.tar.xz
 # For icont_theme_chache post and postun macros
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40
@@ -34,8 +34,8 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.7.90
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.12
-BuildRequires:  pkgconfig(gweather-3.0) >= 3.7.90
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.0
+BuildRequires:  pkgconfig(gweather-3.0) >= 3.9.3
 BuildRequires:  pkgconfig(libcanberra) >= 0.30
 BuildRequires:  pkgconfig(libnotify) >= 0.7.0
 Recommends: %{name}-lang

++ gnome-clocks-3.8.2.tar.xz -> gnome-clocks-3.9.2.tar.xz ++
 25192 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-control-center for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-06-29 19:40:31

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


Package is "gnome-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2013-05-28 11:44:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-06-29 19:40:32.0 +0200
@@ -1,0 +2,162 @@
+Fri Jun 21 18:00:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + All:
+- Make a number of dialogues non-resizable.
+  + Background:
+- show explanation of why pictures source might be empty.
+  + Bluetooth:
+   - Port to BlueZ 5.
+  + Mouse:
+- Rename "Content sticks to fingers" to "Natural Scrolling".
+  + Power:
+- Update UI strings to follow the HIG.
+  + Region:
+- Make sure not to display an empty input sources list.
+  + Region, Wacom, Shell:
+- Set button arrow icons according to locale's text direction.
+  + Sharing:
+- Retrieve the mDNS hostname from Avahi, if available.
+  + Sound, Background:
+- Ensure dialogs are closed if panel changed.
+  + Shell:
+- Raise the existing window when already opened.
+- Go back to overview when setting panel to NULL.
+  + User Accounts:
+- Don't let user disable own account.
+- Don't show heading for other accounts if there are none.
+- Hide 'Add Account' dialog when panel goes away.
+- After the add account dialog is cancelled, discard results.
+- Remove autologin when an account is deleted.
+- Avoid problems with automatic login and disabled accounts.
+- Prevent the only Administrator from being demoted.
+- Prevent the only admin from being deleted or disabled.
+- User friendly password hints.
+- "Add user account" and password dialogs redesign.
+- Set the password mode to regular immediately.
+- Fix possible crashes when changing the language in the region
+  panel if done after the user panel was opened.
+  + Wacom:
+- Add command line argument support for choosing the tablet.
+- Add command line support for calibration.
+- Fix discrepancy when switching monitors from g-c-c.
+- Changes from version 3.9.2.1:
+  + Fix compilation failure due to missing files in tarball.
+  + Updated translations.
+- Drop gnome-control-center-remove-password-options.patch: no
+  longer needed.
+
+---
+Wed May 29 08:19:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Background:
+- Offload the sorting of the initial list of files.
+- Monitor the Pictures and cache directory for new files.
+- Fix possible crashes when exiting the panel.
+  + Bluetooth:
+- Don't show label next to power switch.
+  + Color:
+- Bump required colord version.
+- Improve accessibility.
+- When calibrating inhibit logout, switching users and
+  suspending.
+- Expand profiles assigned to the device when single clicked.
+- Add translatable strings for newer display types.
+  + Date & Time:
+- Add support for new timedated CanNTP property.
+  + Details:
+- Fix display of graphic driver name.
+  + Keyboard:
+- Be more specific in input source switch label.
+- Allow input of Hangul and Modifier+space shortcuts.
+  + Mouse:
+- Fix bad state and critical error caused by reopening mouse
+  test panel in clicked state.
+- Enable horizontal scrolling when changing scroll method.
+- Fix incorrect initial values.
+  + Network:
+- Fix some alignment problems.
+- Display "device state reason", and remove duplicate code.
+- Improve accessibility.
+- Be more careful in ignoring shared connection.
+- Add support for ModemManager 1.x API.
+- Try to guess operator name from MCCMNC or SID.
+- Disable the Hotspot button if the device does not support it.
+- Mark connection editor changed when editing IPv4/IPv6 pages.
+- Fix initial sensitivity of editor "Add" button.
+- Add firewall zone support for wifi, wired and VPN.
+- Add icon for WWAN.
+- Fix display of some characters in WiFi AP names.
+- Fix possible crash in connection editor.
+- Update VPN switch when enabled from shell.
+  + Online Accounts:
+- Use g_warning instead of goa_warning.
+- Scroll the tree view when showing an account.
+- Accept requests for account creation on DBus/cmdline.
+  + Power:
+- Improve accessibility.
+- Change the range of idle time and suspend idle time.
+- Simplify "Mark As Inactive After" string.
+- Clarify "Lock Screen After" string.
+- Expand th

commit gjs for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2013-06-29 19:39:40

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


Package is "gjs"

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2013-04-24 16:05:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2013-06-29 
19:39:42.0 +0200
@@ -1,0 +2,13 @@
+Tue May 28 19:51:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.37.1:
+  + Bugs fixed: bgo#670200, bgo#685436, bgo#690982, bgo#690984,
+bgo#693294, bgo#696933, bgo#697309, bgo#697436, bgo#697592,
+bgo#697816, bgo#697838, bgo#698182, bgo#698935, bgo#699783,
+bgo#699784, bgo#699817, bgo#699818, bgo#699878, bgo#700335,
+bgo#700336, bgo#700337, bgo#700529, bgo#700644, bgo#700668,
+bgo#700862.
+- Replace pkgconfig(mozjs185) BuildRequires with
+  pkgconfig(mozjs-17.0), following upstreams change.
+
+---

Old:

  gjs-1.36.1.tar.xz

New:

  gjs-1.37.1.tar.xz



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.r7tTLz/_old  2013-06-29 19:39:43.0 +0200
+++ /var/tmp/diff_new_pack.r7tTLz/_new  2013-06-29 19:39:43.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   gjs
-Version:1.36.1
+Version:1.37.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:JavaScript bindings based on gobject-introspection and Mozilla
 License:MIT
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Gjs
-Source: 
http://download.gnome.org/sources/gjs/1.36/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gjs/1.37/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  readline-devel
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.36.0
 BuildRequires:  pkgconfig(libffi)
-BuildRequires:  pkgconfig(mozjs185)
+BuildRequires:  pkgconfig(mozjs-17.0)
 Requires:   libgjs0 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gjs-1.36.1.tar.xz -> gjs-1.37.1.tar.xz ++
 51685 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-boxes for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-boxes for openSUSE:Factory 
checked in at 2013-06-29 19:40:15

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


Package is "gnome-boxes"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-boxes/gnome-boxes.changes  2013-05-16 
10:40:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-boxes.new/gnome-boxes.changes 
2013-06-29 19:40:17.0 +0200
@@ -1,0 +2,59 @@
+Fri Jun 21 20:04:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Add support for import of ready-made disk images. Supported
+formats are: qcow2, qcow, cow, raw (.img extension), vdi, vmdk,
+vpc, cloop. Also gzip compressed images are supported.
+  + Show a spinner on top of under-construction boxes in collection
+view.
+  + Fix cancellation of ovirt authentication.
+  + Asynchronously initialize brokers so UI doesn't remain empty
+for slow brokers.
+  + Handle SPICE connection errors and avoid user seeing a stuck UI
+indefinitely in case of such errors.
+  + Fix selectionbar overlay not becoming visible on right-click.
+  + Fix Boxes showing mostly invisible wizard when launched with a
+media argument.
+  + Fix display ending-up at the top of item in collection view at
+the end of display->collection animation when linked against
+clutter 1.16.
+  + Fix ellipsizing of wizard summary labels.
+  + Use new libgovirt API to know the host subject to use to
+validate the SSL certificate of a given VM without user having
+to set environment variable.
+  + If recommended/min memory for an OS or OS itself is unknown, we
+now allocate 1G rather than 500M. 500M is too little for most
+modern OSs.
+  + Drop file extension when naming a VM by its source media
+filename.
+  + Ensure that newly created boxes appear first in the collection
+view.
+  + Remove now redundant style & associated data.
+  + Updated translations.
+
+---
+Tue May 28 06:45:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Fix focus going out of password/username entries on each key
+press.
+  + Fix unwanted '_' in wizard toolbar button labels.
+  + Make use of new libosinfo API to set direct boot commandline
+for Fedora express installation instead of hardcoding it.
+  + Allow changing URI of non-connected remote displays.
+  + Fix sorting of boxes that were never accessed.
+  + Handle locales with '.UTF-8' suffix and hence fix Fedora 19
+express installation against such locales.
+  + Fix non-express installation of Windows XP and 7.
+  + Fix regression in setup->review->setup->review wizard
+transition.
+  + Don't automatically jump to next page in wizard on express
+install untoggled.
+  + Show display overlay toolbar until mouse moves so that user
+doesn't miss it.
+  + Ensure display toolbar is visible when mouse can be grabbed.
+  + Mark two user visible strings for translation.
+  + Never make the 'Express Install' label in wizard, insensitive.
+  + Updated translations.
+
+---

Old:

  gnome-boxes-3.8.2.tar.xz

New:

  gnome-boxes-3.9.3.tar.xz



Other differences:
--
++ gnome-boxes.spec ++
--- /var/tmp/diff_new_pack.Cj1EbE/_old  2013-06-29 19:40:18.0 +0200
+++ /var/tmp/diff_new_pack.Cj1EbE/_new  2013-06-29 19:40:18.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-boxes
-Version:3.8.2
+Version:3.9.3
 Release:0
 Summary:A simple GNOME 3 application to access remote or virtual 
systems
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://live.gnome.org/Design/Apps/Boxes
-Source: 
http://download.gnome.org/sources/gnome-boxes/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-boxes/3.9/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  intltool >= 0.40.0
@@ -36,11 +36,11 @@
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.3.2
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
-BuildRequires:  pkgconfig(govirt-1.0) >= 0.0.3
+BuildRequires:  pkgconfig(govirt-1.0) >= 0.1.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.5
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.4
 BuildRequires:  pkgconfig(gudev-1.0) >= 165
-BuildRequires:  pkgconfig(libosinfo-1.0) >= 0.2.6
+BuildRequires:  pkgconfig(libosinfo-1.0) >= 0.2.7
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.38
 BuildRequires:  pkgconfig(libvirt-gconfig-1.0) >= 0.1.6

commit glib-networking for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package glib-networking for openSUSE:Factory 
checked in at 2013-06-29 19:40:10

Comparing /work/SRC/openSUSE:Factory/glib-networking (Old)
 and  /work/SRC/openSUSE:Factory/.glib-networking.new (New)


Package is "glib-networking"

Changes:

--- /work/SRC/openSUSE:Factory/glib-networking/glib-networking.changes  
2013-06-05 11:52:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib-networking.new/glib-networking.changes 
2013-06-29 19:40:11.0 +0200
@@ -1,0 +2,15 @@
+Tue May 28 19:52:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.2:
+  + proxy/gnome: Improve session-type detection to include
+gnome-classic and anything else starting with "gnome"
+(bgo#700607).
+  + proxy/libproxy: make SOCKS work when using the async API
+(bgo#699359).
+  + proxy/tests: make the libproxy test program use the just-built
+plugin rather than the installed one (bgo#700286).
+  + proxy/tests: fix to not error out if neither proxy module is
+built (bgo#700628).
+  + tls/tests: fix a sporadic crash.
+
+---

Old:

  glib-networking-2.37.1.tar.xz

New:

  glib-networking-2.37.2.tar.xz



Other differences:
--
++ glib-networking.spec ++
--- /var/tmp/diff_new_pack.Fv6pKK/_old  2013-06-29 19:40:11.0 +0200
+++ /var/tmp/diff_new_pack.Fv6pKK/_new  2013-06-29 19:40:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   glib-networking
-Version:2.37.1
+Version:2.37.2
 Release:0
 Summary:Network-related GIO modules for glib
 License:LGPL-2.1+

++ glib-networking-2.37.1.tar.xz -> glib-networking-2.37.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.37.1/Makefile.decl 
new/glib-networking-2.37.2/Makefile.decl
--- old/glib-networking-2.37.1/Makefile.decl2011-12-30 15:14:01.0 
+0100
+++ new/glib-networking-2.37.2/Makefile.decl2013-05-28 14:44:30.0 
+0200
@@ -33,13 +33,13 @@
 
 # test-nonrecursive: run tests only in cwd
 test-nonrecursive: ${TEST_PROGS}
-   @test -z "${TEST_PROGS}" || ${TEST_ENVIRONMENT} ${GTESTER} --verbose 
${TEST_PROGS}
+   @test -z "$(strip ${TEST_PROGS})" || ${TEST_ENVIRONMENT} ${GTESTER} 
--verbose ${TEST_PROGS}
 
 # test-report: run tests in subdirs and generate report
 # perf-report: run tests in subdirs with -m perf and generate report
 # full-report: like test-report: with -m perf and -m slow
 test-report perf-report full-report:   ${TEST_PROGS}
-   @test -z "${TEST_PROGS}" || { \
+   @test -z "$(strip ${TEST_PROGS})" || { \
  case $@ in \
  test-report) test_options="-k";; \
  perf-report) test_options="-k -m=perf";; \
@@ -47,7 +47,7 @@
  esac ; \
  if test -z "$$GTESTER_LOGDIR" ; then  \
${GTESTER} --verbose $$test_options -o test-report.xml 
${TEST_PROGS} ; \
- elif test -n "${TEST_PROGS}" ; then \
+ elif test -n "$(strip ${TEST_PROGS})" ; then \
${GTESTER} --verbose $$test_options -o `mktemp 
"$$GTESTER_LOGDIR/log-XX"` ${TEST_PROGS} ; \
  fi ; \
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.37.1/Makefile.in 
new/glib-networking-2.37.2/Makefile.in
--- old/glib-networking-2.37.1/Makefile.in  2013-04-30 22:34:55.0 
+0200
+++ new/glib-networking-2.37.2/Makefile.in  2013-05-28 18:52:30.0 
+0200
@@ -859,13 +859,13 @@
 
 # test-nonrecursive: run tests only in cwd
 test-nonrecursive: ${TEST_PROGS}
-   @test -z "${TEST_PROGS}" || ${TEST_ENVIRONMENT} ${GTESTER} --verbose 
${TEST_PROGS}
+   @test -z "$(strip ${TEST_PROGS})" || ${TEST_ENVIRONMENT} ${GTESTER} 
--verbose ${TEST_PROGS}
 
 # test-report: run tests in subdirs and generate report
 # perf-report: run tests in subdirs with -m perf and generate report
 # full-report: like test-report: with -m perf and -m slow
 test-report perf-report full-report:   ${TEST_PROGS}
-   @test -z "${TEST_PROGS}" || { \
+   @test -z "$(strip ${TEST_PROGS})" || { \
  case $@ in \
  test-report) test_options="-k";; \
  perf-report) test_options="-k -m=perf";; \
@@ -873,7 +873,7 @@
  esac ; \
  if test -z "$$GTESTER_LOGDIR" ; then  \
${GTESTER} --verbose $$test_options -o test-report.xml 
${TEST_PROGS} ; \
- elif test -n "${TEST_PROGS}" ; then \
+ elif test -n "$(strip ${TEST_PROGS})" ; then \
${GTESTER} --verbose $$test_options -o `mktemp 
"$$GTESTER_LOGDIR/log-XX"` ${TEST_PROGS} ; \
  fi ; \
}
diff -u

commit gnome-bluetooth for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2013-06-29 19:40:13

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


Package is "gnome-bluetooth"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2013-04-03 12:52:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 
2013-06-29 19:40:14.0 +0200
@@ -1,0 +2,20 @@
+Fri Jun 21 15:50:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Fix possible assertion with newer kernels on some hardware.
+  + Port to BlueZ 5.
+  + API documentation fixes.
+  + Send-To:
+- Fix "Retry" button.
+- Set the From label as soon as we create the window.
+- Clear the progress bar text when there's an error.
+- Remove duplicate header label.
+- Show when all the transfers have completed.
+  + Wizard:
+- Fix buttons when "retry" is clicked.
+- Only enable "PIN options" button if device is selected.
+- Hide PIN options dialogue if the selected device changes.
+- Rename libgnome-bluetooth11 subpackage to libgnome-bluetooth12,
+  following upstreams soname change.
+
+---

Old:

  gnome-bluetooth-3.8.0.tar.xz

New:

  gnome-bluetooth-3.9.3.tar.xz



Other differences:
--
++ gnome-bluetooth.spec ++
--- /var/tmp/diff_new_pack.KEuory/_old  2013-06-29 19:40:15.0 +0200
+++ /var/tmp/diff_new_pack.KEuory/_new  2013-06-29 19:40:15.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-bluetooth
-Version:3.8.0
+Version:3.9.3
 Release:0
 Summary:GNOME Bluetooth graphical utilities
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeBluetooth
-Source: 
http://download.gnome.org/sources/gnome-bluetooth/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-bluetooth/3.9/%{name}-%{version}.tar.xz
 Source1:61-gnome-bluetooth-rfkill.rules
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -64,12 +64,12 @@
 The gnome-bluetooth package contains graphical utilities to setup,
 monitor and use Bluetooth devices.
 
-%package -n libgnome-bluetooth11
+%package -n libgnome-bluetooth12
 Summary:GNOME Bluetooth graphical utilities
 Group:  System/Libraries
 Obsoletes:  libgnomebt1 <= 0.12
 
-%description -n libgnome-bluetooth11
+%description -n libgnome-bluetooth12
 The gnome-bluetooth package contains graphical utilities to setup,
 monitor and use Bluetooth devices.
 
@@ -131,9 +131,9 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%post -n libgnome-bluetooth11 -p /sbin/ldconfig
+%post -n libgnome-bluetooth12 -p /sbin/ldconfig
 
-%postun -n libgnome-bluetooth11 -p /sbin/ldconfig
+%postun -n libgnome-bluetooth12 -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
@@ -156,7 +156,7 @@
 
 %files lang -f %{name}2.lang
 
-%files -n libgnome-bluetooth11
+%files -n libgnome-bluetooth12
 %defattr(-,root,root,-)
 %{_libdir}/libgnome-bluetooth.so.*
 

++ gnome-bluetooth-3.8.0.tar.xz -> gnome-bluetooth-3.9.3.tar.xz ++
 33474 lines of diff (skipped)

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



commit gedit-plugins for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory 
checked in at 2013-06-29 19:39:34

Comparing /work/SRC/openSUSE:Factory/gedit-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-plugins.new (New)


Package is "gedit-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/gedit-plugins/gedit-plugins.changes  
2013-04-26 15:43:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit-plugins.new/gedit-plugins.changes 
2013-06-29 19:39:35.0 +0200
@@ -1,0 +2,21 @@
+Fri Jun 21 19:50:58 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + Add user help translations.
+  + New git plugin.
+  + terminal: handle drag and drop of files.
+  + Follow gnome-terminal settings on terminal plugin.
+  + Misc bugfixes.
+  + Updated translations.
+- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
+  following upstreams port to the new documentation infrastructure.
+
+---
+Sun May 26 18:42:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.2:
+  + Follow gnome-terminal settings on terminal plugin.
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-plugins-3.8.1.tar.xz

New:

  gedit-plugins-3.9.1.tar.xz



Other differences:
--
++ gedit-plugins.spec ++
--- /var/tmp/diff_new_pack.JHMNX9/_old  2013-06-29 19:39:36.0 +0200
+++ /var/tmp/diff_new_pack.JHMNX9/_new  2013-06-29 19:39:36.0 +0200
@@ -21,15 +21,15 @@
 Summary:A collection of plugins for gedit
 License:GPL-2.0+
 Group:  Productivity/Editors/Other
-Version:3.8.1
+Version:3.9.1
 Release:0
-Source: 
http://download.gnome.org/sources/gedit-plugins/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit-plugins/3.9/%{name}-%{version}.tar.xz
 Url:http://live.gnome.org/GeditPlugins
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-python)
 BuildRequires:  pkgconfig(gedit) >= 3.7.1
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
@@ -62,12 +62,11 @@
  * Show tabbar A very basic plugin which shows or hides the gedit tabbar
  * Terminal A simple terminal widget accessible from the bottom panel
 
+%lang_package
 %prep
 %setup -q
 translation-update-upstream
 
-%lang_package
-
 %build
 %configure
 %__make %{?jobs:-j%jobs} V=1
@@ -76,6 +75,7 @@
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %find_lang %{name}
+%find_lang gedit %{name}.lang
 %fdupes %{buildroot}/%{_datadir}/gedit/plugins
 %fdupes %{buildroot}/%{_libdir}/gedit/plugins
 

++ gedit-plugins-3.8.1.tar.xz -> gedit-plugins-3.9.1.tar.xz ++
 181478 lines of diff (skipped)

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



commit glib2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-06-29 19:39:49

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


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-05-28 
07:29:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-06-29 
19:39:51.0 +0200
@@ -1,0 +2,53 @@
+Mon Jun 24 17:43:15 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.37.3:
+  + Add a new API for instance private data:
+G_DEFINE_TYPE_WITH_PRIVATE.
+  + Fix timestamps in tarball to prevent automake from being
+required to build the unmodified source.
+  + Add new D-Bus API for async property handling.
+  + Add back fsync() on ext4 for g_file_set_contents() after it was
+discovered that despite statements in the ext4 documentation
+suggesting that this is safe, it is not safe.
+  + Bugs fixed: bgo#698375, bgo#700350, bgo#701560, bgo#700035.
+  + Updated translations.
+
+---
+Fri Jun 21 18:36:28 UTC 2013 - dims...@opensuse.org
+
+- Update gtk-doc.m4 from gtk-doc 1.19.
+
+---
+Fri Jun 21 08:44:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.2:
+  + The GLib test utilities have grown some file-related APIs
+to support tests that can be used installed and uninstalled.
+  + Installing properties after class initialization is deprecated,
+and will trigger a warning.
+  + GApplication:
+- Support org.freedesktop.Application, including D-Bus
+  activation from desktop files.
+- Set prgname to appid for services.
+  + Bugs fixed: bgo#549783, bgo#692848, bgo#698018, bgo#698614,
+bgo#699259, bgo#699959, bgo#700123, bgo#700725, bgo#701401,
+bgo#701456, bgo#701474, bgo#701560, bgo#701680, bgo#701878.
+  + Updated translations.
+- Rebase glib2-bgo569829-gettext-gkeyfile.patch.
+- Rebase glib2-fate300461-gettext-gkeyfile-suse.patch.
+
+---
+Tue May 28 06:43:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.1:
+  + Add support for installed tests.
+  + Add a new g_test_trap_subprocess() that works on Windows as a
+replacement for the (now deprecated) g_test_trap_fork().
+  + Support for explicitly cancelling a gobject property binding.
+  + Performance improvements for signal argument handling.
+  + Stop using `quotes' in very many log messages generated by
+GLib, for favour of 'this style'.
+  + Improve manpages: add missing arguments and flags.
+  + Updated translations.
+
+---

Old:

  glib-2.37.0.tar.xz

New:

  glib-2.37.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.2gf5aH/_old  2013-06-29 19:39:52.0 +0200
+++ /var/tmp/diff_new_pack.2gf5aH/_new  2013-06-29 19:39:52.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.0
+Version:2.37.3
 Release:0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.37.0.tar.xz -> glib-2.37.3.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.3.tar.xz differ: char 25, line 1

++ glib2-bgo569829-gettext-gkeyfile.patch ++
--- /var/tmp/diff_new_pack.2gf5aH/_old  2013-06-29 19:39:52.0 +0200
+++ /var/tmp/diff_new_pack.2gf5aH/_new  2013-06-29 19:39:52.0 +0200
@@ -1,8 +1,8 @@
-Index: glib-2.31.0/glib/gkeyfile.c
+Index: glib-2.37.2/glib/gkeyfile.c
 ===
 glib-2.31.0.orig/glib/gkeyfile.c
-+++ glib-2.31.0/glib/gkeyfile.c
-@@ -446,6 +446,7 @@ struct _GKeyFile
+--- glib-2.37.2.orig/glib/gkeyfile.c
 glib-2.37.2/glib/gkeyfile.c
+@@ -445,6 +445,7 @@ struct _GKeyFile
GKeyFileFlags flags;
  
gchar **locales;
@@ -10,7 +10,7 @@
  
volatile gint ref_count;
  };
-@@ -577,6 +578,7 @@ g_key_file_init (GKeyFile *key_file)
+@@ -569,6 +570,7 @@ g_key_file_init (GKeyFile *key_file)
key_file->list_separator = ';';
key_file->flags = 0;
key_file->locales = g_strdupv ((gchar **)g_get_language_names ());
@@ -18,7 +18,7 @@
  }
  
  static void
-@@ -596,6 +598,12 @@ g_key_file_clear (GKeyFile *key_file)
+@@ -588,6 +590,12 @@ g_key_file_clear (GKeyFile *key_file)
key_file->parse_buffer = NULL;
  }
  
@@ -31,7 +31,7 @@
tmp = key_file->groups;
while (tmp != NULL)
  {
-@@

commit gnome-calculator for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-calculator for 
openSUSE:Factory checked in at 2013-06-29 19:40:20

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


Package is "gnome-calculator"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calculator/gnome-calculator.changes
2013-05-16 10:42:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-calculator.new/gnome-calculator.changes   
2013-06-29 19:40:22.0 +0200
@@ -1,0 +2,23 @@
+Thu Jun 20 12:43:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Updated translations.
+
+---
+Wed May 29 06:20:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Improve integer exponentiation & factorization.
+  + Fix modular exponentiation calculation error.
+  + Fix consecutive squaring crash.
+  + Use .ui file for app menu.
+  + Fix uninitialized variable.
+  + Workaround for gtk_builder_add_objects_from_resource().
+  + Fix .doap and .ui files (set buttons table as toplevel).
+  + Use gresource for .ui files.
+  + Fix null pointer dereferrence.
+  + Fix compiler warnings.
+  + Fix typo.
+  + Updated translations.
+
+---

Old:

  gnome-calculator-3.8.2.tar.xz

New:

  gnome-calculator-3.9.3.tar.xz



Other differences:
--
++ gnome-calculator.spec ++
--- /var/tmp/diff_new_pack.VLkOzL/_old  2013-06-29 19:40:23.0 +0200
+++ /var/tmp/diff_new_pack.VLkOzL/_new  2013-06-29 19:40:23.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-calculator
-Version:3.8.2
+Version:3.9.3
 Release:0
 Summary:A GNOME Calculator Application
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-calculator/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-calculator/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -76,7 +76,6 @@
 %doc %{_datadir}/help/C/%{name}
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
-%{_datadir}/%{name}
 %{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
 %doc %{_mandir}/man?/*.*
 

++ gnome-calculator-3.8.2.tar.xz -> gnome-calculator-3.9.3.tar.xz ++
 48522 lines of diff (skipped)

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



commit gedit for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-06-29 19:39:30

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


Package is "gedit"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2013-05-16 
10:28:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-06-29 
19:39:32.0 +0200
@@ -1,0 +2,26 @@
+Sat Jun 22 10:46:54 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.2:
+  + Many bugfixes and improvements to the filebrowser, quickopen
+and external tools plugins.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Tue Jun  4 19:35:47 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.1:
+  + Add new Highlight Mode dialog.
+  + Allow shell quotes in commands from Run Command tool.
+  + Use widget templates.
+  + external tools:
+- Look in browser root for files in tool output.
+- Extend link parser to handle grep output.
+- Provide environment variable with file browser root.
+  + Improvements in filebrowser.
+  + Improvements in quickopen.
+  + Improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.8.2.tar.xz

New:

  gedit-3.9.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.q3Nhe5/_old  2013-06-29 19:39:33.0 +0200
+++ /var/tmp/diff_new_pack.q3Nhe5/_new  2013-06-29 19:39:33.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gedit
-Version:3.8.2
+Version:3.9.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
 Group:  Productivity/Text/Editors
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gedit/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.9/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -36,9 +36,9 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.35.4
+BuildRequires:  pkgconfig(gio-2.0) >= 2.37.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.0
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0

++ gedit-3.8.2.tar.xz -> gedit-3.9.2.tar.xz ++
 127084 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-chess for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-chess for openSUSE:Factory 
checked in at 2013-06-29 19:40:25

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


Package is "gnome-chess"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2013-06-05 
11:52:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new/gnome-chess.changes 
2013-06-29 19:40:27.0 +0200
@@ -1,0 +2,32 @@
+Mon May 27 19:35:36 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.2:
+  + Make the computer's pieces uncontrollable.
+  + Fix Stockfish engine integration.
+  + Fix massive CPU usage after completing a game against an engine
+and starting a new one.
+  + Fix AI hang when loading a game where the human was last to
+move.
+  + Fix resigning on your opponent's turn causing him to lose (and
+you to win).
+  + Fix board numbering showing in 3D view when board numbering is
+disabled.
+  + Specify the opposing engine in saved games even if it is the
+default.
+  + Each player's clock is now initially set to half the game's
+total duration.
+  + The clock now begins counting down only after White's first
+move.
+  + The clock now stops counting down once the game is over.
+  + Stop the engine immediately when the game ends, not when the
+next game starts.
+  + Sensibly set the sensitivity of Smooth Display and Piece Style
+preferences depending on if 3D view is enabled.
+  + Improve sensitivity checks for Save As, Undo Move, Resign, and
+Claim Draw.
+  + Increase default window width to 700.
+  + Update the FSF's address in license notices.
+  + Translate "Chess" on the About page.
+  + Translation updates.
+
+---

Old:

  gnome-chess-3.9.1.tar.xz

New:

  gnome-chess-3.9.2.tar.xz



Other differences:
--
++ gnome-chess.spec ++
--- /var/tmp/diff_new_pack.n3cRxQ/_old  2013-06-29 19:40:28.0 +0200
+++ /var/tmp/diff_new_pack.n3cRxQ/_new  2013-06-29 19:40:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-chess
-Version:3.9.1
+Version:3.9.2
 Release:0
 Summary:Chess Game for GNOME
 License:GPL-2.0+

++ gnome-chess-3.9.1.tar.xz -> gnome-chess-3.9.2.tar.xz ++
 11406 lines of diff (skipped)

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



commit glade for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2013-06-29 19:39:46

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


Package is "glade"

Changes:

--- /work/SRC/openSUSE:Factory/glade/glade.changes  2013-04-02 
11:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2013-06-29 
19:39:48.0 +0200
@@ -1,0 +2,101 @@
+Fri Jun 21 20:58:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.15.2:
+  + Add GtkPlacesSidebar to GTK+ catalog.
+  + New icon for GtkMenuButton.
+  + GTK+ catalog version now bumped to 3.10, include new
+translatable enumeration values and updated new versions and
+deprecations.
+  + Added --enable-debug option and some debug flags to be set with
+GLADE_DEBUG environment variable.
+  + Enable word wrapping in combo boxes (used to edit enumeration
+properties).
+  + Split up the GTK+ plugin into mini source files, each one
+implementing it's own widget adaptor code (instead of one huge
+glade-gtk.c file).
+  + Fix GtkIconFactory sources editor.
+  + Allow setting the "id" attributes of items set in a
+GtkComboBoxText.
+  + Avoid calling gtk_stock_list_ids() when
+gdk_display_get_default() is NULL, allows GIRs to build on
+some build machines.
+  + Avoid updating the inspector treeview if the same project is
+set twice.
+  + Escape key cancels a query dialog instead of approves creation
+of the new widget.
+  + Many minor bugs and random crasher bugs also fixed.
+  + Alsmost all widget types have their own custom editors now.
+- Changes from version 3.15.1:
+  + Much UI fixing and refactoring.
+  + Added new --css and --screenshot options to glade-preview.
+  + Fix main window shortcuts (bgo#695866).
+  + Implemented Project Properties dialog with Glade as a composite
+tempalte.
+  + Support editing the GtkWidget:name property (useful for CSS
+theming).
+  + Improved project inter-widget dependancy calculation and
+project serialization ordering, object output ordering (and
+signal ordering) is now consistent and sorted.
+  + GtkButton: response-id for dialogs is now optional (allowing
+adding dialog buttons that have no dialog response).
+  + GtkImage: Support the new "resource" property.
+  + GTK+ catalog updated to cover widgets in GTK+ 3.8.
+  + Now show warnings in the UI for deprecated properties and
+signals.
+  + Now show warnings in the Inspector view if any deprecated
+widgets, signals or properties are used (or if anything is used
+which is not available in the project's target version).
+  + Optional properties are now always saved if they are enabled,
+allowing to explicitly set them to the default value (eg.
+GtkWidget:hexpand/vexpand).
+  + Inspector search entry: Restore completions to work nicely
+again and filter the treeview with a search-in-text algorithm.
+  + Inspector: Add a feature to expand-all.
+  + Property editor title-bar is now optional in the View menu.
+  + Fixed many deprecation warnings in Glade's compile.
+  + Added Glade's first 2 ever unit tests.
+  + Fixed Devhelp doc search for properties.
+  + Make Drag'n'Drop work on regular clicks without entering Drag
+Mode and restored old Drag/Resize functionality when SHIFT is
+pressed.
+  + Improved Drag/Resize which has been rather broken for a while.
+  + Added Autosave and Automatic backup of previous file features,
+configurable in Glade's preferences Dialog.
+  + Support Composite GtkBuilder template editing (mark a toplevel
+GtkWidget as the "composite template" widget in the Project
+Properties dialog or property editor).
+  + Support editing of the project domain in the project properties
+dialog.
+  + Properties in the Project Properties dialog are now undoable.
+  + GladeSignalEditor: Automatically expand rows which have signal
+callbacks assigned when loading a widget.
+  + Add options to decide what types of warnings should be
+presented at project save time, configurable in Glade's
+preferences dialog.
+  + Added new property editor components GladePropertyLabel,
+GladePropertyShell and GladeEditorSkeleton, allowing us to
+create custom property editors using Glade.
+  + Add "Grid" option to "Add parent" menu.
+  + Added Gladeui catalog for IDE's and embedders to design Glade
+frontends with Glade.
+  + Added private catalog to allow the GTK+ plugin to embed editors
+that it provides.
+  + Added new GladeEpropCheck boolean property editor, to be used
+in some cases for boolean properties.
+  + Added new adaptor methods
+GladeWidgetAdaptor->write_widget_after() and
+GladeWidgetAdaptor->destroy_object().
+  + Automatically generate gladeui's enum type

commit genius for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package genius for openSUSE:Factory checked 
in at 2013-06-29 19:39:38

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


Package is "genius"

Changes:

--- /work/SRC/openSUSE:Factory/genius/genius.changes2012-12-19 
20:29:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.genius.new/genius.changes   2013-06-29 
19:39:39.0 +0200
@@ -1,0 +2,30 @@
+Thu Jun 27 04:37:32 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.17:
+  + Better precision for graphs especially when zoomed it a lot,
+and make font smaller if needed.
+  + Line plots and parametric plots now allow "fit dependent axis"
+automatically when y limits are unspecified. And this is the
+default in the UI.
+  + Add export of graphs to PDF directly.
+  + Line plot step size is adaptive, also line plots now detect
+jumps and do not draw a connecting line, try plotting UnitStep
+for example.
+  + Use arrow keys to move around a line plot.
+  + left-right arrow keys rotate surface plot.
+  + All plots are now antialiased on the screen (due to GtkExtra
+update and cairo usage).
+  + Update internal GtkExtra to 3.0.5, and forward port all our
+changes/fixes (this gets us closer to supporting GTK+3 at some
+point).
+  + Completion for "help on function" in the GUI.
+  + Fix FindRootBisection and FindRootMullersMethod.
+  + Factors is now a lot faster on very large numbers (as fast as
+Factorize).
+  + Fix placement of labels on surface plots.
+  + A few small fixes and updates to the documentation.
+  + A few minor bugfixes.
+  + Update mersenne primes (new one is known).
+  + Updated translations.
+
+---

Old:

  genius-1.0.16.tar.xz

New:

  genius-1.0.17.tar.xz



Other differences:
--
++ genius.spec ++
--- /var/tmp/diff_new_pack.JVEW5k/_old  2013-06-29 19:39:40.0 +0200
+++ /var/tmp/diff_new_pack.JVEW5k/_new  2013-06-29 19:39:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package genius
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   genius
-Version:1.0.16
+Version:1.0.17
 Release:0
 Summary:General purpose calculator and mathematics tool
 License:GPL-3.0+

++ genius-1.0.16.tar.xz -> genius-1.0.17.tar.xz ++
 144266 lines of diff (skipped)

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



commit geary for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2013-06-29 19:39:27

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


Package is "geary"

Changes:

--- /work/SRC/openSUSE:Factory/geary/geary.changes  2013-03-23 
20:19:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.geary.new/geary.changes 2013-06-29 
19:39:29.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 26 16:00:45 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.3.1:
+  + Reduced CPU and memory footprint.
+  + Account dialog bugs fixed.
+  + Stability improvements.
+- Drop geary-0.3-desktop.patch; fixed upstream.
+
+---
@@ -4 +13 @@
-- Update to version 3.0.0:
+- Update to version 0.3.0:

Old:

  geary-0.3-desktop.patch
  geary-0.3.0.tar.xz

New:

  geary-0.3.1.tar.xz



Other differences:
--
++ geary.spec ++
--- /var/tmp/diff_new_pack.AfHTer/_old  2013-06-29 19:39:29.0 +0200
+++ /var/tmp/diff_new_pack.AfHTer/_new  2013-06-29 19:39:29.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   geary
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:A lightweight email reader for the GNOME desktop
 License:LGPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 Url:http://yorba.org/geary
 Source: 
http://yorba.org/download/geary/stable/%{name}-%{version}.tar.xz
-## PATCH-FIX-UPSTREAM geary-0.3-desktop.patch 
http://redmine.yorba.org/issues/6553 zai...@opensuse.org -- Fix broken 
desktopfile.
-Patch0: geary-0.3-desktop.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -56,7 +54,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # custom configure script, thus not using the macro.

++ geary-0.3.0.tar.xz -> geary-0.3.1.tar.xz ++
 3784 lines of diff (skipped)

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



commit file-roller for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2013-06-29 19:39:18

Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and  /work/SRC/openSUSE:Factory/.file-roller.new (New)


Package is "file-roller"

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2013-06-05 
11:51:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2013-06-29 19:39:20.0 +0200
@@ -1,0 +2,21 @@
+Thu Jun 20 14:25:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + 'Add files' dialog: use a GtkPlacesSidebar for the sidebar.
+  + Bugs fixed:
+- Do not allow to create a second 'New Archive' dialog
+  (bgo#701992).
+- New dialog: use correct method to get the selected directory
+  (bgo#701297).
+- libarchive: sanitize filenames before extracting.
+  + Updated translations.
+
+---
+Tue May 28 06:43:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Do not allow to save as the original name (bgo#700892).
+  + Fixed the build.
+  + Updated translations.
+
+---

Old:

  file-roller-3.9.1.tar.xz

New:

  file-roller-3.9.3.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.x2J2YQ/_old  2013-06-29 19:39:21.0 +0200
+++ /var/tmp/diff_new_pack.x2J2YQ/_new  2013-06-29 19:39:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   file-roller
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+
@@ -37,7 +37,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.3
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.14.0
 BuildRequires:  pkgconfig(libarchive) >= 3.0.0

++ file-roller-3.9.1.tar.xz -> file-roller-3.9.3.tar.xz ++
 9824 lines of diff (skipped)

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



commit evolution-data-server for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2013-06-29 19:38:56

Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)


Package is "evolution-data-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2013-06-14 10:05:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2013-06-29 19:38:58.0 +0200
@@ -1,0 +2,33 @@
+Sun Jun 16 21:44:53 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.3:
+  + EBookQuery: Added regex query API.
+  + Be able to debug SMTP provider separately.
+  + Make the statements explicit when using ternary if
+  + Bugs fixed: bgo#649420, bgo#672837, bgo#699448, bgo#701797,
+bgo#701838.
+  + Updated translations.
+
+---
+Sun Jun 16 18:41:33 UTC 2013 - dims...@opensuse.org 
+
+- Update to version 3.9.2:
+  + Make camel_mime_message_dump() dump message contents.
+  + IMAPX: Recognize RFC 5530 response codes.
+  + EBookClientView/ECalClientView: Make D-Bus signal handlers
+thread-safe.
+  + ECalBackendWeather: e_weather_source_new() is failable.
+  + google: Remove environment variable check for debugging.
+  + IMAPX: Support IMAP MOVE extension.
+  + IMAPX: Set real Trash/Junk folder type as expected.
+  + Camel MH provider can deadlock on folder creation.
+  + CamelGpgContext: Report decrypt error only if no data was
+decrypted.
+  + Make CamelPOP3Store a bit more thread-safe.
+  + Make CamelNNTPStore a bit more thread-safe.
+  + Improve error handling in imapx_command_fetch_message_done().
+  + Bugs fixed: bgo#697859, bgo#698725, bgo#699024, bgo#699160,
+bgo#699223, bgo#699461, bgo#699597, bgo#699811, bgo#699909.
+  + Updated translations.
+
+---

Old:

  evolution-data-server-3.9.1.tar.xz

New:

  evolution-data-server-3.9.3.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.PEEOPs/_old  2013-06-29 19:38:59.0 +0200
+++ /var/tmp/diff_new_pack.PEEOPs/_new  2013-06-29 19:38:59.0 +0200
@@ -32,7 +32,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.10
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+

++ evolution-data-server-3.9.1.tar.xz -> evolution-data-server-3.9.3.tar.xz 
++
 36356 lines of diff (skipped)

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



commit evolution-ews for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2013-06-29 19:39:14

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2013-06-05 11:50:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2013-06-29 19:39:16.0 +0200
@@ -1,0 +2,39 @@
+Fri Jun 21 16:04:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + e-ews-search-user: Do not print console error when nothing
+found.
+  + Fetch fresh folder's change-key, when reading folder
+permissions.
+  + Check for cancellation when refreshing folder content.
+  + Require --with-internal-lzx for libmspack fallback.
+  + Disable incremental GAL updates without libmspack.
+  + Fix various memory leaks.
+  + Make the statements explicit when using ternary if.
+  + Bugs fixed: bgo#701246.
+  + Updated translations.
+
+---
+Sun May 26 18:40:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Handle inlined attachments in
+e_ews_connection_{create,get}_attachments.
+  + Handle absence of ETag.
+  + Update LZX decompressor.
+  + Allow upstream libmspack to be used, if it's new enough.
+  + Allow e_ews_connection_get_oal_detail() to return more than one
+type of element.
+  + Fix crash on addressbook close.
+  + Don't remove OAB file after processing.
+  + Implement incremental GAL download.
+  + Use "X-EWS-KIND" attribute.
+  + Bugs fixed: bgo#654950, bgo#658892, bgo#673351, bgo#698728,
+bgo#699231, bgo#699241, bgo#699373, bgo#699481, bgo#699847.
+  + Updated translations.
+- Add pkgconfig(libmspack) BuildRequires: new dependency.
+- Drop liblzx0 subpackage: this was a wrapper around libmspack
+  functionality, where the fixes were merged in this code. As per
+  SLPP, we do not obsolete the library.
+
+---

Old:

  evolution-ews-3.9.1.tar.xz

New:

  evolution-ews-3.9.3.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.Cqj2Vo/_old  2013-06-29 19:39:17.0 +0200
+++ /var/tmp/diff_new_pack.Cqj2Vo/_new  2013-06-29 19:39:17.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1
@@ -40,6 +40,7 @@
 BuildRequires:  pkgconfig(libedata-cal-1.2)
 BuildRequires:  pkgconfig(libedataserver-1.2)
 BuildRequires:  pkgconfig(libemail-engine) >= 3.2.0
+BuildRequires:  pkgconfig(libmspack) >= 0.4
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.30
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,19 +72,11 @@
 %description -n libewsutils0
 This library provides utilities API for EWS Exchange Connector.
 
-%package  -n liblzx0
-Summary:Client library for Accessing Exchange Servers - LZX library
-Group:  System/Libraries
-
-%description -n liblzx0
-This library is an implementation of the LZX compression algorithm.
-
 %package devel
 Summary:Client library for Accessing Exchange Servers -- Development 
Files
 Group:  Development/Libraries/C and C++
 Requires:   libeews-1_2-0 = %{version}
 Requires:   libewsutils0 = %{version}
-Requires:   liblzx0 = %{version}
 
 %description devel
 This library is a client library for accessing Exchange servers through
@@ -114,10 +107,6 @@
 
 %postun -n libewsutils0 -p /sbin/ldconfig
 
-%post -n liblzx0 -p /sbin/ldconfig
-
-%postun -n liblzx0 -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc COPYING README
@@ -139,16 +128,11 @@
 %dir %{_libdir}/evolution-data-server/
 %{_libdir}/evolution-data-server/libewsutils.so.*
 
-%files -n liblzx0
-%defattr(-, root, root)
-%{_libdir}/liblzx.so.*
-
 %files devel
 %defattr(-, root, root)
 %dir %{_libdir}/evolution-data-server/
 %{_libdir}/evolution-data-server/libeews-1.2.so
 %{_libdir}/evolution-data-server/libewsutils.so
-%{_libdir}/liblzx.so
 %dir %{_includedir}/evolution-data-server/
 %{_includedir}/evolution-data-server/ews/
 

++ evolution-ews-3.9.1.tar.xz -> evolution-ews-3.9.3.tar.xz ++
 14224 lines of diff (skipped)

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

commit gdk-pixbuf for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2013-06-29 19:39:24

Comparing /work/SRC/openSUSE:Factory/gdk-pixbuf (Old)
 and  /work/SRC/openSUSE:Factory/.gdk-pixbuf.new (New)


Package is "gdk-pixbuf"

Changes:

--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes2013-06-05 
11:51:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes   
2013-06-29 19:39:26.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun 22 14:31:04 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.29.2:
+  + Install some tests.
+  + ANI: Set an error if we fail to produce an animation.
+  + Updated translations.
+
+---

Old:

  gdk-pixbuf-2.29.0.tar.xz

New:

  gdk-pixbuf-2.29.2.tar.xz



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.x9VVxq/_old  2013-06-29 19:39:27.0 +0200
+++ /var/tmp/diff_new_pack.x9VVxq/_new  2013-06-29 19:39:27.0 +0200
@@ -20,7 +20,7 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:   gdk-pixbuf
-Version:2.29.0
+Version:2.29.2
 Release:0
 Summary:An image loading library
 License:LGPL-2.1+
@@ -33,7 +33,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(glib-2.0) >= 2.37.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.37.2
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(x11)

++ gdk-pixbuf-2.29.0.tar.xz -> gdk-pixbuf-2.29.2.tar.xz ++
 8010 lines of diff (skipped)

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



commit epiphany for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2013-06-29 19:37:46

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


Package is "epiphany"

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2013-04-26 
15:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2013-06-29 
19:37:48.0 +0200
@@ -1,0 +2,19 @@
+Thu May 30 12:06:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Remove WebKit1 support, epiphany is now WebKit2 only.
+  + Fix the encoding dialog, it was broken.
+  + Compile template pages as GResources (bgo#696792).
+  + Allow running a standalone instance with a custom profile
+(bgo#699602).
+  + Make ephy startup with Wayland.
+  + Lots of minor fixes.
+- Replace pkgconfig(webkitgtk-3.0) with pkgconfig(webkit2gtk-3.0),
+  to be equal to what configure checks for. currently, that does
+  not make a difference, as both .pc files are in the same -devel
+  package and webkit2gtk-3.0 was favored over webkitgtk-3.0 by
+  configure already. The change is in line with removal of WebKit1
+  support.
+- Bump _base_version to 3.9.
+
+---

Old:

  epiphany-3.8.1.tar.xz

New:

  epiphany-3.9.2.tar.xz



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.z6KKMi/_old  2013-06-29 19:37:49.0 +0200
+++ /var/tmp/diff_new_pack.z6KKMi/_new  2013-06-29 19:37:49.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   epiphany
-Version:3.8.1
+Version:3.9.2
 Release:0
-%define _base_version 3.8
+%define _base_version 3.9
 Summary:GNOME Web Browser
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Browsers
 Url:http://www.gnome.org/projects/epiphany/
-Source: 
http://download.gnome.org/sources/epiphany/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/epiphany/3.9/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
vu...@novell.com -- Make one-click install work with one-click
 Patch6: epiphany-safe-one-click-install.patch
 BuildRequires:  fdupes
@@ -52,7 +52,7 @@
 BuildRequires:  pkgconfig(libxslt) >= 1.1.7
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(webkitgtk-3.0) >= 1.11.92
+BuildRequires:  pkgconfig(webkit2gtk-3.0) >= 2.1.1
 BuildRequires:  pkgconfig(x11)
 Requires:   %{name}-branding = %{version}
 Requires:   NetworkManager

++ epiphany-3.8.1.tar.xz -> epiphany-3.9.2.tar.xz ++
 33777 lines of diff (skipped)

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



commit evince for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2013-06-29 19:37:59

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


Package is "evince"

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2013-04-02 
17:52:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2013-06-29 
19:38:01.0 +0200
@@ -1,0 +2,66 @@
+Fri Jun 21 18:59:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Make the history behave more like a web browser
+  + Add a fallback implementation of text selection for backends
+that implement get_selection_region but not render_selection
+(bgo#669022).
+  + Initial implementation of caret navigation added to libview
+(bgo#638905, bgo#702076, bgo#702068).
+  + Add a GSetting to set a custom page cache size (bgo#642683).
+  + Use horzontal/vertical GtkBoxes instead of deprecated
+GtkHBox/GtkVBox.
+  + Fix runtime critical warning for links with NULL action.
+  + Fix -Wstrict-prototypes warnings.
+  + Remove obsolete g_type_init calls.
+  + Bugs fixed: bgo#697397, bgo#702406, bgo#683172, bgo#701900,
+bgo#701302.
+  + Updated translations.
+
+---
+Wed May 29 09:47:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + New features and improvements:
+- Forward key events received in the toplevel window to the
+  focused widget (bgo#676040).
+- Use the document filename as output basename when printing to
+  a file (bgo#700466).
+- Enable GDK_SMOOTH_SCROLL events for EvView (bgo#674098).
+- Show the document URI in the error message when it fails to
+  open (bgo#697900).
+- Allow to browse all files from Save Image dialog by adding
+  more filters to the file chooser (bgo#523071).
+- Added Shift+Enter shortcut to search backwards (bgo#641797).
+- Make shortcuts for find next/previous work even when the find
+  bar is closed (bgo#625225).
+- Add support for file identifiers to DJVU backend
+  (bgo#619410).
+- Add support for page labels to DJVU backend (bgo#619407).
+- Use ellipsis character in translatable strings (bgo#695597).
+  + bugs fixed: bgo#668446, bgo#699108, bgo#695597, bgo#695524,
+bgo#694143.
+  + Updated documentation.
+  + Updated translations.
+
+---
+Wed May 15 08:18:57 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.2:
+  + Fix zoom and position of FitR link destinations (bgo#695524).
+  + Update the search string when the document is reloaded
+(bgo#694143).
+  + Fix --find command line option to actually show the find bar
+(bgo#604327).
+  + Forward EvView key events to the focused form field, so that
+it's possible to move between words with CTRL+Left/Right in
+text form fields instead of rotating the view (bgo#699630).
+  + Do not update the history while searching to prevent the find
+bar from begin closed unexpectedly (bgo#697194).
+  + Fix document to view coordinates transformation to take page
+borders into account. This makes search results, form fields,
+annotations and other items to be correctly placed on the view.
+  + Updated documentations.
+  + Updated translations.
+
+---

Old:

  evince-3.8.0.tar.xz

New:

  evince-3.9.3.tar.xz



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.sld996/_old  2013-06-29 19:38:02.0 +0200
+++ /var/tmp/diff_new_pack.sld996/_new  2013-06-29 19:38:02.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   evince
-Version:3.8.0
+Version:3.9.3
 Release:0
 %define _major_version 3.0
 Summary:GNOME Document Viewer
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:http://www.gnome.org/projects/evince/
-Source: 
http://download.gnome.org/sources/evince/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/evince/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std
@@ -36,11 +36,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(ddjvuapi) >= 3.5.17
-BuildRequires:  pkgconfig(gio-2.0) >= 2.33.2
+BuildRequires:  pkgconfig(gio-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gnome-icon-theme) >= 2.17.1
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.6
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.5
+BuildRequir

commit evolution for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2013-06-29 19:38:26

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


Package is "evolution"

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2013-06-05 
11:49:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2013-06-29 
19:38:29.0 +0200
@@ -1,0 +2,39 @@
+Fri Jun 21 15:58:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Rename some base libraries to libevolution-$FOO.
+  + Use F9 to toggle sidebar visibility.
+  + Update Quick Reference Card to show F12 shortcut.
+  + Remove Evolution icon from header section.
+  + Make EAlertDialog non-resizable.
+  + Ask for a Smart Card password with a token name too.
+  + GnomeCalendar: Get rid of the async message dispatcher.
+  + Make the "Headers" print dialog tab actually work.
+  + Reimplement the main toolbar's prefer-item feature.
+  + Fix various causes for crashes after closing a 2nd Evolution
+window.
+  + Heavily refactor MessageList and ETreeModel.
+  + Remove lots of unused legacy APIs.
+  + Bugs fixed: bgo#250046, bgo#555130, bgo#684302, bgo#700277,
+bgo#700812, bgo#701669.
+  + Updated translations.
+
+---
+Sun May 26 18:38:27 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Make sure EAddressbookModel has a fresh EBookClient.
+  + Merge [mark-all-read] plugin into core code.
+  + contact-photos: Obtain an EClient asynchronously.
+  + Right-align mail header names.
+  + Improve mail header layout in right-to-left locales.
+  + Remove "drag-and-drop-save-name-format" setting.
+  + Convert EMailPart to a GObject.
+  + Use an user-friendlier message when update comp-editor fails.
+  + Make EAttachment a little more thread-safe.
+  + EMailSession: Add helper functions for sending messages.
+  + Bugs fixed: bgo#301323, bgo#696531, bgo#697632, bgo#699334,
+bgo#699551, bgo#699555, bgo#699980, bgo#700028.
+  + Updated translations.
+
+---

Old:

  evolution-3.9.1.tar.xz

New:

  evolution-3.9.3.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.39yvxo/_old  2013-06-29 19:38:30.0 +0200
+++ /var/tmp/diff_new_pack.39yvxo/_new  2013-06-29 19:38:30.0 +0200
@@ -24,7 +24,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.10
-Version:3.9.1
+Version:3.9.3
 Release:0
 # _version needs to be %{version} stirpped to major.minor.micro only...
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
@@ -256,7 +256,6 @@
 %{_libdir}/evolution/*/plugins/*-mail-notification.*
 
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml
 %{_libdir}/evolution/*/plugins/*-mail-to-task.*
-%{_libdir}/evolution/*/plugins/*-mark-all-read.*
 %{_libdir}/evolution/*/plugins/*-prefer-plain.*
 
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.plugin.prefer-plain.gschema.xml
 %{_libdir}/evolution/*/plugins/*-pst-import.*
@@ -282,7 +281,6 @@
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/gtk-doc/html/libeshell/
-%{_datadir}/gtk-doc/html/libeutil/
+%{_datadir}/gtk-doc/html/evolution-*/
 
 %changelog

++ evolution-3.9.1.tar.xz -> evolution-3.9.3.tar.xz ++
/work/SRC/openSUSE:Factory/evolution/evolution-3.9.1.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new/evolution-3.9.3.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 at-spi2-core for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-core for openSUSE:Factory 
checked in at 2013-06-29 19:36:38

Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-core.new (New)


Package is "at-spi2-core"

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes
2013-04-03 12:47:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-core.new/at-spi2-core.changes   
2013-06-29 19:36:40.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 21 19:03:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.9.3:
+  + Add atspi_is_initialized (bgo#681276).
+
+---
+Tue May 28 19:51:30 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.9.2:
+  + Fix D-Bus introspection for GetActions.
+  + Use glib-mkenums to generate enum types, and use these
+generated types for role and state names, rather than static
+tables.
+  + nnotate filter in atspi_register_device_event_listener with
+allow-none (bgo#700237).
+  + Rename various functions to avoid name collisions (bgo#700243).
+
+---

Old:

  at-spi2-core-2.8.0.tar.xz

New:

  at-spi2-core-2.9.3.tar.xz



Other differences:
--
++ at-spi2-core.spec ++
--- /var/tmp/diff_new_pack.ev6CVA/_old  2013-06-29 19:36:40.0 +0200
+++ /var/tmp/diff_new_pack.ev6CVA/_new  2013-06-29 19:36:40.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   at-spi2-core
-Version:2.8.0
+Version:2.9.3
 Release:0
 Summary:Assistive Technology Service Provider Interface - D-Bus based 
implementation
 License:GPL-2.0+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/at-spi2-core/2.8/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/at-spi2-core/2.9/%{name}-%{version}.tar.xz
 Source98:   baselibs.conf
 Source99:   %{name}-rpmlintrc
 BuildRequires:  glib2-devel

++ at-spi2-core-2.8.0.tar.xz -> at-spi2-core-2.9.3.tar.xz ++
 8821 lines of diff (skipped)

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



commit caribou for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package caribou for openSUSE:Factory checked 
in at 2013-06-29 19:36:50

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


Package is "caribou"

Changes:

--- /work/SRC/openSUSE:Factory/caribou/caribou.changes  2013-04-02 
11:39:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.caribou.new/caribou.changes 2013-06-29 
19:36:53.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun  4 17:46:09 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.4.11:
+  + Press and hold should allow repeating keys like backspace and
+spacebar (bgo#690435).
+  + Improve layout file generation when building.
+  + Updated translations.
+
+---

Old:

  caribou-0.4.10.tar.xz

New:

  caribou-0.4.11.tar.xz



Other differences:
--
++ caribou.spec ++
--- /var/tmp/diff_new_pack.4Pd9MO/_old  2013-06-29 19:36:53.0 +0200
+++ /var/tmp/diff_new_pack.4Pd9MO/_new  2013-06-29 19:36:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   caribou
-Version:0.4.10
+Version:0.4.11
 Release:0
 # FIXME: Stop hiding the .desktop file with %%suse_update_desktop_file -u if 
launching caribou finally works
 Summary:On-screen Keyboard for GNOME

++ caribou-0.4.10.tar.xz -> caribou-0.4.11.tar.xz ++
 3265 lines of diff (skipped)

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



commit chmsee for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2013-06-29 19:37:01

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


Package is "chmsee"

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2013-04-24 
16:04:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2013-06-29 
19:37:02.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 08:55:29 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.0.2:
+  + Compatibility up to Gecko 22.0.
+
+---

Old:

  chmsee-2.0.1.tar.gz

New:

  chmsee-2.0.2.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.8CE1at/_old  2013-06-29 19:37:03.0 +0200
+++ /var/tmp/diff_new_pack.8CE1at/_new  2013-06-29 19:37:03.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:2.0.1
+Version:2.0.2
 Release:0
 Url:http://code.google.com/p/chmsee/
 Source0:http://chmsee.googlecode.com/files/%{name}-%{version}.tar.gz

++ chmsee-2.0.1.tar.gz -> chmsee-2.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0.1/application.ini 
new/chmsee-2.0.2/application.ini
--- old/chmsee-2.0.1/application.ini2013-04-17 05:42:54.0 +0200
+++ new/chmsee-2.0.2/application.ini2013-06-28 09:24:24.0 +0200
@@ -19,10 +19,10 @@
 
 [App]
 Name=ChmSee
-Version=2.0.1
+Version=2.0.2
 BuildID=2011040511
 ID={f48601d0-39a1-11e0-a013-00241d8cf371}
 
 [Gecko]
-MinVersion=17.0
-MaxVersion=21.*
+MinVersion=22.0
+MaxVersion=23.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0.1/chrome/content/main.js 
new/chmsee-2.0.2/chrome/content/main.js
--- old/chmsee-2.0.1/chrome/content/main.js 2013-04-17 05:42:54.0 
+0200
+++ new/chmsee-2.0.2/chrome/content/main.js 2013-06-28 09:24:24.0 
+0200
@@ -690,18 +690,18 @@
 };
 
 var adjustTabWidth = function (tabs) {
-var winWidth = window.outerWidth;
-var tabCount = tabs.itemCount;
-var tabWidth = Math.round(winWidth/tabCount);
+// var winWidth = window.outerWidth;
+// var tabCount = tabs.itemCount;
+// var tabWidth = Math.round(winWidth/tabCount);
 
-var totalWidth = 0;
+// var totalWidth = 0;
 
-for (var i = 0; i < tabCount - 1; i++) {
-tabs.getItemAtIndex(i).width = tabWidth;
-totalWidth += tabWidth;
-}
+// for (var i = 0; i < tabCount - 1; i++) {
+// tabs.getItemAtIndex(i).width = tabWidth;
+// totalWidth += tabWidth;
+// }
 
-tabs.getItemAtIndex(tabCount-1).width = winWidth - totalWidth + 2*i;
+// tabs.getItemAtIndex(tabCount-1).width = winWidth - totalWidth + 2*i;
 };
 
 // Call DOM inspector for debugging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0.1/src/common.mk 
new/chmsee-2.0.2/src/common.mk
--- old/chmsee-2.0.1/src/common.mk  2013-04-17 05:42:54.0 +0200
+++ new/chmsee-2.0.2/src/common.mk  2013-06-28 09:24:24.0 +0200
@@ -33,7 +33,7 @@
  ${INCLUDES} \
  ${MOZ_DEBUG_DISABLE_DEFS} \
  ${LIBXUL_SDK}/lib/libxpcomglue_s.a \
- -shared -lxpcom -lmozalloc \
+ -shared -lmozalloc \
  ${NSPR_LIBS} \
  ${CHMLIB_LIBS}
 

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



commit empathy for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-06-29 19:37:04

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


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-06-05 
11:48:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-06-29 
19:37:05.0 +0200
@@ -1,0 +2,21 @@
+Fri Jun 21 21:25:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Bugs fixed: bgo#680778, bgo#698742, bgo#701281, bgo#701891,
+bgo#701914.
+  + Updated translations.
+
+---
+Wed May 29 19:27:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + bgo#692746: history uses wrong encoding to show utf8 logs.
+  + bgo#696151: empathy crashed with SIGSEGV in
+listing_failed_cb().
+  + bgo#699333: online-accounts-preferences crashes when accounts
+need access granted.
+  + bgo#700084: new *.page added not recognized by git due to
+   commit eb8eb761.
+  + Updated translations.
+
+---

Old:

  empathy-3.9.1.tar.xz

New:

  empathy-3.9.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.ues1Rc/_old  2013-06-29 19:37:07.0 +0200
+++ /var/tmp/diff_new_pack.ues1Rc/_new  2013-06-29 19:37:07.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 0
 
 Name:   empathy
-Version:3.9.1
+Version:3.9.3
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.9.1.tar.xz -> empathy-3.9.3.tar.xz ++
 43245 lines of diff (skipped)

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



commit eog for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2013-06-29 19:37:28

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


Package is "eog"

Changes:

--- /work/SRC/openSUSE:Factory/eog/eog.changes  2013-05-16 09:52:57.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes 2013-06-29 
19:37:31.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 21 18:31:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + Integrate more modern job system from Evince with proper
+cancellation support in preparation for further refactoring.
+  + Bugs fixed: bgo#563538, bgo#630512, bgo#699043.
+  + Updated translations.
+
+---

Old:

  eog-3.8.2.tar.xz

New:

  eog-3.9.1.tar.xz



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.iO4IVE/_old  2013-06-29 19:37:32.0 +0200
+++ /var/tmp/diff_new_pack.iO4IVE/_new  2013-06-29 19:37:32.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   eog
-Version:3.8.2
+Version:3.9.1
 Release:0
 Summary:Image Viewer for GNOME
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
 Url:http://www.gnome.org/
-Source: 
http://download.gnome.org/sources/eog/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/eog/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
@@ -37,7 +37,7 @@
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gnome-icon-theme)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.4
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.8
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)

++ eog-3.8.2.tar.xz -> eog-3.9.1.tar.xz ++
 26862 lines of diff (skipped)

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



commit audit for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2013-06-29 19:36:42

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


Package is "audit"

Changes:

--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes2013-03-26 
15:28:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes   
2013-06-29 19:36:43.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 27 15:17:16 UTC 2013 - to...@suse.com
+
+- Eliminate build cycles. audit.spec now builds only libs/devel.
+  Remainder (including daemon) built from audit-secondary.spec
+- Add patch 'audit-fix-implicit-defn.patch' to fix implicit definition
+  warning.
+
+---
--- /work/SRC/openSUSE:Factory/audit/audit.changes  2013-05-02 
15:29:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new/audit.changes 2013-06-29 
19:36:43.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 28 09:30:54 UTC 2013 - co...@suse.com
+
+- remove libcap-ng too from audit.spec as it's only needed for plugins
+  (and libcap-ng itself needs python to build bindings)
+
+---
+Thu Jun 27 15:15:07 UTC 2013 - to...@suse.com
+
+- Eliminate build cycles. audit.spec now builds only libs/devel.
+  Remainder (including daemon) built from audit-secondary.spec
+
+---

New:

  audit-fix-implicit-defn.patch



Other differences:
--
++ audit-secondary.spec ++
--- /var/tmp/diff_new_pack.AyGKGn/_old  2013-06-29 19:36:44.0 +0200
+++ /var/tmp/diff_new_pack.AyGKGn/_new  2013-06-29 19:36:44.0 +0200
@@ -16,6 +16,9 @@
 #
 
 
+# This package contains all audit functionality except for audit-libs. 
+# The seperation is required to minimize unnecessary build cycles.
+
 %define_name audit
 
 Name:   audit-secondary
@@ -24,25 +27,42 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  swig
-Summary:Python Bindings for libaudit
+Summary:Secondary packages for audit
 License:GPL-2.0+
 Group:  System/Monitoring
 Version:2.2.3
 Release:0
 Url:http://people.redhat.com/sgrubb/audit/
 Source0:
http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz
+Source2:auditd.sysconfig
 Patch1: audit-plugins-path.patch
-Requires:   audit = %{version}
+Patch2: audit-no-gss.patch
+Patch3: audit-no_m4_dir.patch
+Patch4: audit-fix-implicit-defn.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 BuildRequires:  audit-devel = %{version}
 BuildRequires:  autoconf >= 2.12
+BuildRequires:  gcc-c++
+BuildRequires:  kernel-headers >= 2.6.30
 BuildRequires:  libtool
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libcap-ng)
 
 %description
-The audit-libs-python package contains the bindings for using libaudit
-by python.
+Secondary packages for system auditing.
+
+%package -n audit
+Summary:User Space Tools for 2.6 Kernel Auditing
+License:LGPL-2.1+
+Group:  System/Monitoring
+Requires:   %{_name}-libs = %{version}
+
+%description -n audit
+The audit package contains the user space utilities for storing and
+processing the audit records generated by the audit subsystem in the
+Linux 2.6 kernel.
 
 %package -n audit-libs-python
 Summary:Python Bindings for libaudit
@@ -71,25 +91,43 @@
 rm -rf audisp/plugins/prelude
 %setup -q -n %{_name}-%{version}
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -fi
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="$CFLAGS"
-%configure --sbindir=/sbin \
-   --libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
-   --with-apparmor \
+export LDFLAGS="-Wl,-z,relro,-z,now"
+# no krb support (omit --enable-gssapi-krb5=yes), see audit-no-gss.patch
+%configure --sbindir=/sbin --enable-systemd \
+   --libexecdir=%{_prefix}/lib/%{_name} \
+   --with-apparmor --with-libwrap --with-libcap-ng=yes \
   --disable-static --with-pic
 %{__make} %{?_smp_mflags}
 
 %install
+mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,audispd/plugins.d,init.d}}
 mkdir -p $RPM_BUILD_ROOT/usr/sbin 
-mkdir -p $RPM_BUILD_ROOT/_tmp
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/{man5,man8}
-make DESTDIR=$RPM_BUILD_ROOT install -C swig
-make DESTDIR=$RPM_BUILD_ROOT install -C bindings
-make DESTDIR=$RPM_BUILD_ROOT install -C audisp/plugins
-make DESTDIR=$RPM_BUILD_ROOT/_tmp install -C docs
+

commit cheese for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package cheese for openSUSE:Factory checked 
in at 2013-06-29 19:36:54

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


Package is "cheese"

Changes:

--- /work/SRC/openSUSE:Factory/cheese/cheese.changes2013-06-05 
11:42:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.cheese.new/cheese.changes   2013-06-29 
19:36:57.0 +0200
@@ -1,0 +2,37 @@
+Fri Jun 21 18:14:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Add documentation for CheeseCamera signals.
+  + Remove unused Cheese.MainWindow.get_data_file_dir.
+  + Make the flash background white.
+  + Fix assertion failures when taking a photo.
+  + Fix updating sensitivity of device selection combo.
+  + Downscale image for effects-preview pipeline.
+  + Do not block the main valve while recording.
+  + Only add videoconvert elements where necessary.
+  + Drop unused preview_caps variable.
+  + Simplify returned GstCaps.
+  + Fix cheese_camera_device_get_best_format memleak.
+  + Fix cheese_camera_device_filter_caps warning.
+  + Remove unused GstCameraBinFlags enum.
+  + Fix video-source memleak when switching cameras.
+  + Improve error handling in CheeseCamera.
+  + Fix no-video-after-switching-resolution problem.
+  + Remove extranous csp_post_balance element.
+  + Add a capsfilter to the video-source bin.
+  + Remove nautilus-sendto sharing support.
+  + Avoid assert when taking avatar photos too quickly.
+  + Updated translations.
+- Remove nautilus-sendto recommends: the functionality has been
+  dropped.
+
+---
+Tue May 28 11:23:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Make maintainer.sh compliant with POSIX sh.
+  + Disable the shoot action if the effects are shown (bgo#700317).
+  + Stop the running countdown on destruction (bgo#700315).
+  + Updated translations.
+
+---

Old:

  cheese-3.9.1.tar.xz

New:

  cheese-3.9.3.tar.xz



Other differences:
--
++ cheese.spec ++
--- /var/tmp/diff_new_pack.Hq1DmL/_old  2013-06-29 19:36:58.0 +0200
+++ /var/tmp/diff_new_pack.Hq1DmL/_new  2013-06-29 19:36:58.0 +0200
@@ -20,7 +20,7 @@
 %define lib_gtk_major 23
 
 Name:   cheese
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Webcam Booth for GNOME
 License:GPL-2.0+
@@ -55,8 +55,6 @@
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(x11)
 Requires:   gnome-video-effects
-# For sharing pictures/videos
-Recommends: nautilus-sendto
 Requires:   yelp
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cheese-3.9.1.tar.xz -> cheese-3.9.3.tar.xz ++
 20115 lines of diff (skipped)

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



commit bijiben for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package bijiben for openSUSE:Factory checked 
in at 2013-06-29 19:36:46

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


Package is "bijiben"

Changes:

--- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes  2013-06-05 
11:40:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.bijiben.new/bijiben.changes 2013-06-29 
19:36:47.0 +0200
@@ -1,0 +2,21 @@
+Fri Jun 21 17:44:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Initial ownCloud support and revisit architecture.
+  + Bug fixed: bgo#701054.
+  + Updated translations.
+- Add pkgconfig(goa-1.0) BuildRequires: new dependency for ownCloud
+  support.
+
+---
+Tue May 28 06:43:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Start fixing import dialog, preparing for organize dialog.
+  + A first round of code cleanup.
+  + Search was really awful (bgo#699656).
+  + Updated translations.
+- Add pkgconfig(gobject-introspection-1.0) BuildRequires:
+  dependency of the imported egg-list-box module.
+
+---

Old:

  bijiben-3.9.1.tar.xz

New:

  bijiben-3.9.3.tar.xz



Other differences:
--
++ bijiben.spec ++
--- /var/tmp/diff_new_pack.QYq5bj/_old  2013-06-29 19:36:48.0 +0200
+++ /var/tmp/diff_new_pack.QYq5bj/_new  2013-06-29 19:36:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   bijiben
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Note editor for GNOME
 License:GPL-3.0+ and CC-BY-SA-3.0
@@ -30,6 +30,8 @@
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
+BuildRequires:  pkgconfig(goa-1.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.7
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(tracker-sparql-0.16)

++ bijiben-3.9.1.tar.xz -> bijiben-3.9.3.tar.xz ++
 72809 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

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2013-06-29 19:35:55

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.changes2013-06-05 
11:37:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2013-06-29 
19:35:56.0 +0200
@@ -1,0 +2,49 @@
+Sat Jun 22 11:58:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + sourceview:
+- fix compile warnings.
+  + message-view: don't manually free private structure.
+  + snippets-manager: fix compile warnings.
+  + git:
+- Add a context menu to the log pane.
+- Add a context menu to the Branches pane.
+- Add a popup menu to the Remotes pane.
+- Check box action fixes in Push and Pull panes.
+- Add a popup menu to the Stash pane.
+- Fix a warning.
+  + libanjuta:
+- Improve symbol-db behavior on cut, paste, undo, redo and
+  when multiple files are modified.
+- Move scoped and descoped signal on AnjutaProfile object.
+- Replace AnjutaPluginDescription by AnjutaPluginHandle in API.
+- Move anjuta_profile_manager_load_profile function in
+  anjuta_profile.
+- Always keep plugins in the system profile.
+- Allow to enable only a set of plugins defined in the profile
+  file.
+- Keep dynamic allocation data in AnjutaPluginDescription.
+- Allow to change plugin description key from profile.
+  + Allow to select different profile on the command line.
+  + Add a sample custom profile keeping only the editor.
+  + document-manager: Automatically open an empty file if starter
+plugin is not used.
+  + symbol-db: Update symbol database on editor changes without
+saving.
+  + language-support-cpp-jave: Fix memory leak.
+  + Bugs fixed: bgo#701443, bgo#701207, bgo#700383
+  + Updated translations.
+
+---
+Tue May 28 06:38:58 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + subversion: convert builder file to gtk+-3.0.
+  + starter: guard for NULL document manager or project manager.
+  + Fix deprecation warnings.
+  + Bugs fixed: bgo#699323, bgo#699329, bgo#699327, bgo#699330,
+bgo#699326, bgo#698705, bgo#699316, bgo#700615, bgo#696991,
+bgo#698158, bgo#700318, bgo#694644.
+  + Updated translations.
+
+---

Old:

  anjuta-3.9.1.tar.xz

New:

  anjuta-3.9.3.tar.xz



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.GsgGqf/_old  2013-06-29 19:35:57.0 +0200
+++ /var/tmp/diff_new_pack.GsgGqf/_new  2013-06-29 19:35:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   anjuta
-Version:3.9.1
+Version:3.9.3
 Release:0
 Summary:Versatile Integrated Development Environment for GNOME
 License:GPL-2.0+

++ anjuta-3.9.1.tar.xz -> anjuta-3.9.3.tar.xz ++
 101275 lines of diff (skipped)

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



commit atk for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package atk for openSUSE:Factory checked in 
at 2013-06-29 19:36:22

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


Package is "atk"

Changes:

--- /work/SRC/openSUSE:Factory/atk/atk.changes  2013-04-02 11:38:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.atk.new/atk.changes 2013-06-29 
19:36:23.0 +0200
@@ -1,0 +2,15 @@
+Fri Jun 21 18:47:46 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.9.3:
+  + Removed pads from interfaces.
+  + Bugs fixed: bgo#697968, bgo#701503.
+
+---
+Tue May 28 19:51:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.9.2:
+  + Updated documentations.
+  + Bugs fixed: bgo#699262, bgo#699368, bgo#699256, bgo#696466,
+bgo#696409, bgo#700800.
+
+---

Old:

  atk-2.8.0.tar.xz

New:

  atk-2.9.3.tar.xz



Other differences:
--
++ atk.spec ++
--- /var/tmp/diff_new_pack.Cn9xC1/_old  2013-06-29 19:36:24.0 +0200
+++ /var/tmp/diff_new_pack.Cn9xC1/_new  2013-06-29 19:36:24.0 +0200
@@ -20,10 +20,10 @@
 Summary:An Accessibility ToolKit
 License:LGPL-2.1+
 Group:  System/Libraries
-Version:2.8.0
+Version:2.9.3
 Release:0
 Url:http://www.gtk.org/
-Source: 
http://download.gnome.org/sources/atk/2.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/atk/2.9/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ atk-2.8.0.tar.xz -> atk-2.9.3.tar.xz ++
 9410 lines of diff (skipped)

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



commit yast2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-06-29 14:57:50

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2013-06-05 
13:25:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-06-29 
14:57:51.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun 27 16:10:13 CEST 2013 - jsuch...@suse.cz
+
+- show gpg key info in a term that allows copying the text
+  (bnc#611456)
+ -2.24.2
+
+---
+Thu Jun 13 06:24:11 UTC 2013 - lsle...@suse.cz
+
+- updated the testsuite to make the transition to Ruby easier
+
+---

Old:

  yast2-2.24.1.tar.bz2

New:

  yast2-2.24.2.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.pBqJ7s/_old  2013-06-29 14:57:52.0 +0200
+++ /var/tmp/diff_new_pack.pBqJ7s/_new  2013-06-29 14:57:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:2.24.1
+Version:2.24.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-2.24.1.tar.bz2 -> yast2-2.24.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.24.1/VERSION new/yast2-2.24.2/VERSION
--- old/yast2-2.24.1/VERSION2013-05-27 14:36:37.0 +0200
+++ new/yast2-2.24.2/VERSION2013-06-27 17:03:12.0 +0200
@@ -1 +1 @@
-2.24.1
+2.24.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.24.1/configure new/yast2-2.24.2/configure
--- old/yast2-2.24.1/configure  2013-05-28 14:02:30.0 +0200
+++ new/yast2-2.24.2/configure  2013-06-27 17:03:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2 2.24.1.
+# Generated by GNU Autoconf 2.69 for yast2 2.24.2.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.24.1'
-PACKAGE_STRING='yast2 2.24.1'
+PACKAGE_VERSION='2.24.2'
+PACKAGE_STRING='yast2 2.24.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1250,7 +1250,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2 2.24.1 to adapt to many kinds of systems.
+\`configure' configures yast2 2.24.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1321,7 +1321,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2 2.24.1:";;
+ short | recursive ) echo "Configuration of yast2 2.24.2:";;
esac
   cat <<\_ACEOF
 
@@ -1401,7 +1401,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2 configure 2.24.1
+yast2 configure 2.24.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1418,7 +1418,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.24.1, which was
+It was created by yast2 $as_me 2.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2357,7 +2357,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.24.1'
+ VERSION='2.24.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2480,7 +2480,7 @@
 
 
 
-VERSION="2.24.1"
+VERSION="2.24.2"
 RPMNAME="yast2"
 MAINTAINER="YaST2 Maintainers "
 
@@ -3522,7 +3522,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2 $as_me 2.24.1, which was
+This file was extended by yast2 $as_me 2.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3575,7 +3575,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2 config.status 2.24.1
+yast2 config.status 2.24.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.24.1/configure.in 
new/yast2-2.24.2/configure.in
--- old/yast2-2.24.1/con

commit wireshark for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2013-06-29 14:52:53

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2013-06-06 
13:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2013-06-29 
14:52:54.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 27 20:26:33 UTC 2013 - andreas.stie...@gmx.de
+
+- fix factory builds, prevent build failures with pod2man:
+  wireshark-1.10.0-authors-pod2man.patch
+  wireshark-1.10.0-pod-characters.patch
+
+---

New:

  wireshark-1.10.0-authors-pod2man.patch
  wireshark-1.10.0-pod-characters.patch



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.0REMd5/_old  2013-06-29 14:52:56.0 +0200
+++ /var/tmp/diff_new_pack.0REMd5/_new  2013-06-29 14:52:56.0 +0200
@@ -28,13 +28,14 @@
 Url:https://www.wireshark.org/
 Source: 
https://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
 Source2:https://www.wireshark.org/download/SIGNATURES-%{version}.txt
-# https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg
-Source3:wireshark.keyring
+Source3:
https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg#/wireshark.keyring
 # PATCH-FIX-OPENSUSE wireshark-1.6.3-disable-warning-dialog.patch bnc#349782 
prus...@suse.cz -- don't show warning when running as root
 Patch1: wireshark-1.2.0-disable-warning-dialog.patch
 # PATCH-FEATURE-OPENSUSE wireshark-1.2.0-geoip.patch prus...@suse.cz -- search 
in /var/lib/GeoIP if user hasn't set any GeoIP folders
 Patch2: wireshark-1.2.0-geoip.patch
 Patch4: wireshark-1.10.0-enable_lua.patch
+Patch5: wireshark-1.10.0-authors-pod2man.patch
+Patch6: wireshark-1.10.0-pod-characters.patch
 BuildRequires:  bison
 BuildRequires:  cairo-devel
 BuildRequires:  flex
@@ -122,6 +123,9 @@
 sed -i 's!^Exec=wireshark!Exec=/usr/bin/xdg-su -c /usr/bin/wireshark!' 
wireshark.desktop
 %endif
 
+%patch5 -p1
+%patch6 -p1
+
 %build
 
 # zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2

++ wireshark-1.10.0-authors-pod2man.patch ++
From: Andreas Stieger 
Date: Thu, 27 Jun 2013 21:02:17 +0100
Subject: [patch] change characters in AUTHORS file to be compatible with pod2man
Upstream: never

* remove some characters for which Pod::Man does not have an escape sequence
* replace cyrillic name with transliteration

Wide character in printf at /usr/lib/perl5/5.18.0/Pod/Simple.pm line 539.
wireshark.pod around line 3455: Non-ASCII character seen before =encoding in 
'Moń'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [wireshark.1] Error 255
error: Bad exit status from /var/tmp/rpm-tmp.PtRL60 (%build)


---
 AUTHORS |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: wireshark-1.10.0/AUTHORS
===
--- wireshark-1.10.0.orig/AUTHORS   2013-05-29 17:52:27.0 +0100
+++ wireshark-1.10.0/AUTHORS2013-06-27 20:04:34.0 +0100
@@ -3509,7 +3509,7 @@ Peter Hatina   {
Gtk3 Wireshark fixes
 }
 
-Tomasz Moń  {
+Tomasz Mon  {
USBPcap support
 }
 
@@ -3612,7 +3612,7 @@ Cvetan Ivanov 
 Vasanth Manickam   
 Julian Onions  
 Samuel Thibault
-Peter Kovář
+Peter Kovár
 Paul Ollis 
 Dominik Kuhlen 
 Karl Knoebl
@@ -3703,7 +3703,7 @@ Paul Stath
 DeCount
 Andras Veres-Szentkiralyi  
 Jakob Hirsch   
-Роман Донченко 
+Roman Donchenko

 Evan Huus  
 Tom Cook   
++ wireshark-1.10.0-pod-characters.patch ++
From: Andreas Stieger 
Date: Thu, 27 Jun 2013 21:02:17 +0100
Subject: [patch] prevent pod2man failures due to non-ASCII characters
References: http://anonsvn.wireshark.org/viewvc?view=revision&revision=49424 
Upstream: submitted (different patch upstream but creates other errors)

Prevents the following error sue to weird whitespache characters in the file:

  POD2MAN  asn2deb.1
asn2deb.pod around line 8: Non-ASCII character seen before =encoding in 
'[-a?II]'. Assuming ISO8859-1
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [idl2deb.1] Error 255

---
 doc/asn2deb.pod |4 ++--
 doc/idl2deb.pod |4 ++--
 2 files changed, 4 insertions(+)

commit usbview for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package usbview for openSUSE:Factory checked 
in at 2013-06-29 14:52:11

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


Package is "usbview"

Changes:

--- /work/SRC/openSUSE:Factory/usbview/usbview.changes  2011-09-23 
12:49:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.usbview.new/usbview.changes 2013-06-29 
14:52:13.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 29 09:00:30 UTC 2013 - meiss...@suse.com
+
+- updated to 2.0
+  + gtk 3.0 port
+  + /proc/bus/usb/devices has moved to /sys/kernel/debug/usb/devices
+
+---

Old:

  usbview-1.1.tar.bz2

New:

  usbview-2.0.tar.gz



Other differences:
--
++ usbview.spec ++
--- /var/tmp/diff_new_pack.fXMpff/_old  2013-06-29 14:52:14.0 +0200
+++ /var/tmp/diff_new_pack.fXMpff/_new  2013-06-29 14:52:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package usbview (Version 1.1)
+# spec file for package usbview
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,19 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   usbview
-Version:1.1
-Release:1
-License:GPL-2.0+
+Version:2.0
+Release:0
 Summary:USB Topology and Device Viewer
-Url:http://www.kroah.com/linux-usb/
+License:GPL-2.0+
 Group:  Hardware/Other
-Source: http://www.kroah.com/linux-usb/%{name}-%{version}.tar.bz2
+Url:http://www.kroah.com/linux-usb/
+Source: http://www.kroah.com/linux-usb/%{name}-%{version}.tar.gz
 Source1:%name.desktop
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

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



commit sudo for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2013-06-29 14:51:55

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


Package is "sudo"

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2013-03-01 
21:03:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2013-06-29 
14:51:56.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 27 18:03:10 UTC 2013 - mich...@stroeder.com
+
+- Update to upstream release 1.8.7
+  * especially all local patches are obsoleted by upstream fixes
+
+---

Old:

  sudo-1.8.6p3-CVE-2013-1775.patch
  sudo-1.8.6p3-CVE-2013-1776.patch
  sudo-1.8.6p3.tar.gz
  sudo-sudoers.patch
  sudoers2ldif-env.patch

New:

  sudo-1.8.7.tar.gz



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.rEQEW3/_old  2013-06-29 14:51:57.0 +0200
+++ /var/tmp/diff_new_pack.rEQEW3/_new  2013-06-29 14:51:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sudo
-Version:1.8.6p3
+Version:1.8.7
 Release:0
 Summary:Execute some commands as root
 License:ISC
@@ -26,10 +26,6 @@
 Source0:http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
 Source1:sudo.pamd
 Source2:README.SUSE
-Patch0: sudoers2ldif-env.patch
-Patch1: sudo-sudoers.patch
-Patch2: sudo-1.8.6p3-CVE-2013-1775.patch
-Patch3: sudo-1.8.6p3-CVE-2013-1776.patch
 BuildRequires:  audit-devel
 BuildRequires:  groff
 BuildRequires:  libselinux-devel
@@ -57,10 +53,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %ifarch s390 s390x %sparc

++ sudo-1.8.6p3.tar.gz -> sudo-1.8.7.tar.gz ++
 90861 lines of diff (skipped)

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



commit python-WebTest for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-WebTest for openSUSE:Factory 
checked in at 2013-06-29 14:48:25

Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old)
 and  /work/SRC/openSUSE:Factory/.python-WebTest.new (New)


Package is "python-WebTest"

Changes:

--- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes
2013-05-03 07:40:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebTest.new/python-WebTest.changes   
2013-06-29 14:48:27.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 10 13:29:16 UTC 2013 - dmuel...@suse.com
+
+- update to 2.0.6:
+- fixed #64. cookiejar api has changed in python3.3 [gawel]
+- allow to use a fixed StopableWSGIServer [gawel]
+- Do not alter the BeautifulSoup object when parsing forms. [Georges
+- Remove first newline while parse textarea block, how modern browsers does.
+
+---

Old:

  WebTest-2.0.5.zip

New:

  WebTest-2.0.6.zip



Other differences:
--
++ python-WebTest.spec ++
--- /var/tmp/diff_new_pack.tsGjaf/_old  2013-06-29 14:48:28.0 +0200
+++ /var/tmp/diff_new_pack.tsGjaf/_new  2013-06-29 14:48:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-WebTest
-Version:2.0.5
+Version:2.0.6
 Release:0
 Url:http://webtest.pythonpaste.org/
 Summary:Helper to test WSGI applications

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



commit python-waitress for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-waitress for openSUSE:Factory 
checked in at 2013-06-29 14:36:43

Comparing /work/SRC/openSUSE:Factory/python-waitress (Old)
 and  /work/SRC/openSUSE:Factory/.python-waitress.new (New)


Package is "python-waitress"

Changes:

--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes  
2013-05-03 07:40:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-waitress.new/python-waitress.changes 
2013-06-29 14:36:45.0 +0200
@@ -1,0 +2,17 @@
+Tue Jun 25 11:28:09 UTC 2013 - dmuel...@suse.com
+
+- update to 0.8.5:
+ - Fix runner multisegment imports in some Python 2 revisions (see
+   https://github.com/Pylons/waitress/pull/34).
+ - For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
+   signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.
+ - Add a command-line runner called ``waitress-serve`` to allow Waitress
+   to run WSGI applications without any addional machinery. This is
+   essentially a thin wrapper around the ``waitress.serve()`` function.
+ - Allow parallel testing (e.g., under ``detox`` or ``nosetests --processes``)
+   using PID-dependent port / socket for functest servers.
+ - Fix integer overflow errors on large buffers. Thanks to Marcin Kuzminski
+   for the patch.  See: https://github.com/Pylons/waitress/issues/22
+ - Add support for listening on Unix domain sockets.
+
+---

Old:

  waitress-0.8.3.tar.gz

New:

  waitress-0.8.5.tar.gz



Other differences:
--
++ python-waitress.spec ++
--- /var/tmp/diff_new_pack.6y70m7/_old  2013-06-29 14:36:46.0 +0200
+++ /var/tmp/diff_new_pack.6y70m7/_new  2013-06-29 14:36:46.0 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-waitress
-Version:0.8.3
+Version:0.8.5
 Release:0
-License:ZPL-2.1
 Summary:Waitress WSGI server
-Url:https://github.com/Pylons/waitress
+License:ZPL-2.1
 Group:  Development/Languages/Python
+Url:https://github.com/Pylons/waitress
 Source: 
http://pypi.python.org/packages/source/w/waitress/waitress-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
@@ -63,6 +64,7 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYRIGHT.txt LICENSE.txt README.rst
+%{_bindir}/waitress-serve
 %{python_sitelib}/*
 
 %changelog

++ waitress-0.8.3.tar.gz -> waitress-0.8.5.tar.gz ++
 5026 lines of diff (skipped)

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



commit python-tox for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-tox for openSUSE:Factory 
checked in at 2013-06-29 14:35:54

Comparing /work/SRC/openSUSE:Factory/python-tox (Old)
 and  /work/SRC/openSUSE:Factory/.python-tox.new (New)


Package is "python-tox"

Changes:

--- /work/SRC/openSUSE:Factory/python-tox/python-tox.changes2013-04-23 
11:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tox.new/python-tox.changes   
2013-06-29 14:35:57.0 +0200
@@ -1,0 +2,25 @@
+Tue Jun 25 11:49:47 UTC 2013 - dmuel...@suse.com
+
+- update to 1.5.0:
+ - fix issue104: use setuptools by default, instead of distribute,
+   now that setuptools has distribute merged.
+ - make sure test commands are searched first in the virtualenv 
+ - re-fix issue2 - add whitelist_externals to be used in ``[testenv*]``
+   sections, allowing to avoid warnings for commands such as ``make``,
+   used from the commands value.
+ - fix issue97 - allow substitutions to reference from other sections
+   (thanks Krisztian Fekete)
+ - fix issue92 - fix {envsitepackagesdir} to actually work again
+ - show (test) command that is being executed, thanks 
+   Lukasz Balcerzak
+ - re-license tox to MIT license
+ - depend on virtualenv-1.9.1 
+ - rename README.txt to README.rst to make bitbucket happier
+
+
+---
+Mon Jun 17 12:14:38 UTC 2013 - speili...@suse.com
+
+- Only require argparse on SLE, it's part of Python-2.7
+
+---

Old:

  tox-1.4.3.tar.gz

New:

  tox-1.5.0.tar.gz



Other differences:
--
++ python-tox.spec ++
--- /var/tmp/diff_new_pack.MlI82X/_old  2013-06-29 14:35:57.0 +0200
+++ /var/tmp/diff_new_pack.MlI82X/_new  2013-06-29 14:35:57.0 +0200
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-tox
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:Virtualenv-based automation of test activities
-License:GPL-2.0+
+License:MIT
 Group:  Development/Languages/Python
 Url:http://codespeak.net/tox
 Source: 
http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
@@ -29,12 +30,12 @@
 BuildRequires:  python-pytest
 BuildRequires:  python-virtualenv
 BuildRequires:  unzip
-Requires:   python-argparse
 Requires:   python-py
 Requires:   python-virtualenv
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+Requires:   python-argparse
 %else
 BuildArch:  noarch
 %endif
@@ -68,7 +69,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.txt doc/_build/html
+%doc LICENSE README.rst doc/_build/html
 %{_bindir}/*
 %{python_sitelib}/*
 

++ tox-1.4.3.tar.gz -> tox-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tox-1.4.3/CHANGELOG new/tox-1.5.0/CHANGELOG
--- old/tox-1.4.3/CHANGELOG 2013-03-01 07:39:14.0 +0100
+++ new/tox-1.5.0/CHANGELOG 2013-06-22 15:00:49.0 +0200
@@ -1,3 +1,30 @@
+1.5.0
+-
+
+- fix issue104: use setuptools by default, instead of distribute,
+  now that setuptools has distribute merged.
+
+- make sure test commands are searched first in the virtualenv 
+
+- re-fix issue2 - add whitelist_externals to be used in ``[testenv*]``
+  sections, allowing to avoid warnings for commands such as ``make``,
+  used from the commands value.
+
+- fix issue97 - allow substitutions to reference from other sections
+  (thanks Krisztian Fekete)
+
+- fix issue92 - fix {envsitepackagesdir} to actually work again
+
+- show (test) command that is being executed, thanks 
+  Lukasz Balcerzak
+
+- re-license tox to MIT license
+
+- depend on virtualenv-1.9.1 
+
+- rename README.txt to README.rst to make bitbucket happier
+
+
 1.4.3
 -
 
@@ -44,7 +71,7 @@
 
 - change tests to not rely on os.path.expanduser (closes #60),
   also make mock session return args[1:] for more precise checking (closes #61)
-  thanks to Barry Warszaw for both.
+  thanks to Barry Warsaw for both.
 
 1.4.2
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tox-1.4.3/CONTRIBUTORS new/tox-1.5.0/CONTRIBUTORS
--- old/tox-1.4.3/CONTRIBUTORS  2013-03-01 07:39:14.0 +0100
+++ new/tox-1.5.0/CONTRIBUTORS  2013-06-22 15:00:49.0 +0200
@@ -1,8 +1,10 @@
 
-contributions (under the MIT license):
+contributions:
 
+Krisztian

commit python-sphinxcontrib-issuetracker for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-issuetracker 
for openSUSE:Factory checked in at 2013-06-29 14:34:54

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-issuetracker (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-issuetracker.new 
(New)


Package is "python-sphinxcontrib-issuetracker"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-issuetracker/python-sphinxcontrib-issuetracker.changes
  2013-01-20 08:18:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-issuetracker.new/python-sphinxcontrib-issuetracker.changes
 2013-06-29 14:34:56.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 25 11:47:11 UTC 2013 - dmuel...@suse.com
+
+- update to 0.11:
+  - Send proper user agent in API requests
+  - #4: Respect Github rate limits
+  - #5: Fix compatibility with requests 1.0
+
+---

New:

  sphinxcontrib-issuetracker-0.11.tar.gz



Other differences:
--
++ python-sphinxcontrib-issuetracker.spec ++
--- /var/tmp/diff_new_pack.gdkdOs/_old  2013-06-29 14:34:57.0 +0200
+++ /var/tmp/diff_new_pack.gdkdOs/_new  2013-06-29 14:34:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-sphinxcontrib-issuetracker
-Version:0.10.1
+Version:0.11
 Release:0
 Url:http://packages.python.org/sphinxcontrib-issuetracker
 Summary:Sphinx integration with different issuetrackers
@@ -29,8 +29,8 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-requests
-Requires:   python-Sphinx
-Requires:   python-requests
+Requires:   python-Sphinx >= 1.1
+Requires:   python-requests >= 1.1
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else

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



commit python-psycopg2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2013-06-29 14:33:44

Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)


Package is "python-psycopg2"

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2013-04-24 16:11:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2013-06-29 14:33:46.0 +0200
@@ -1,0 +2,11 @@
+Tue Jun 25 11:41:28 UTC 2013 - dmuel...@suse.com
+
+- update to 2.5.1:
+ - Fixed build on Solaris 10 and 11 where the round() function is already
+   declared (:ticket:`#146`).
+ - Fixed comparison of `Range` with non-range objects (:ticket:`#164`).
+   Thanks to Chris Withers for the patch.
+ - Fixed double-free on connection dealloc (:ticket:`#166`). Thanks to
+   Gangadharan S.A. for the report and fix suggestion.
+
+---

Old:

  psycopg2-2.5.tar.gz

New:

  psycopg2-2.5.1.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.WDep8s/_old  2013-06-29 14:33:47.0 +0200
+++ /var/tmp/diff_new_pack.WDep8s/_new  2013-06-29 14:33:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psycopg2
-Version:2.5
+Version:2.5.1
 Release:0
 License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
SUSE-GPL-2.0-with-openssl-exception
 Summary:Python-PostgreSQL Database Adapter

++ psycopg2-2.5.tar.gz -> psycopg2-2.5.1.tar.gz ++
 4801 lines of diff (skipped)

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



commit python-py for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-py for openSUSE:Factory 
checked in at 2013-06-29 14:33:50

Comparing /work/SRC/openSUSE:Factory/python-py (Old)
 and  /work/SRC/openSUSE:Factory/.python-py.new (New)


Package is "python-py"

Changes:

--- /work/SRC/openSUSE:Factory/python-py/python-py.changes  2013-06-05 
13:35:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-py.new/python-py.changes 2013-06-29 
14:33:51.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun 25 11:45:11 UTC 2013 - dmuel...@suse.com
+
+- update to 1.4.15:
+  - majorly speed up some common calling patterns with
+LocalPath.listdir()/join/check/stat functions considerably.
+  - fix an edge case with fnmatch where a glob style pattern appeared
+in an absolute path.
+
+---

Old:

  py-1.4.14.tar.gz

New:

  py-1.4.15.tar.gz



Other differences:
--
++ python-py.spec ++
--- /var/tmp/diff_new_pack.kzwpX8/_old  2013-06-29 14:33:51.0 +0200
+++ /var/tmp/diff_new_pack.kzwpX8/_new  2013-06-29 14:33:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-py
-Version:1.4.14
+Version:1.4.15
 Release:0
 Summary:Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:MIT

++ py-1.4.14.tar.gz -> py-1.4.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.14/CHANGELOG new/py-1.4.15/CHANGELOG
--- old/py-1.4.14/CHANGELOG 2013-05-07 10:40:23.0 +0200
+++ new/py-1.4.15/CHANGELOG 2013-06-21 16:36:31.0 +0200
@@ -1,3 +1,12 @@
+Changes between 1.4.14 and 1.4.15
+==
+
+- majorly speed up some common calling patterns with
+  LocalPath.listdir()/join/check/stat functions considerably.
+
+- fix an edge case with fnmatch where a glob style pattern appeared
+  in an absolute path.
+
 Changes between 1.4.13 and 1.4.14
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.14/PKG-INFO new/py-1.4.15/PKG-INFO
--- old/py-1.4.14/PKG-INFO  2013-05-07 10:40:24.0 +0200
+++ new/py-1.4.15/PKG-INFO  2013-06-21 16:36:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py
-Version: 1.4.14
+Version: 1.4.15
 Summary: library with cross-python path, ini-parsing, io, code, log facilities
 Home-page: http://pylib.readthedocs.org/
 Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.14/doc/install.txt 
new/py-1.4.15/doc/install.txt
--- old/py-1.4.14/doc/install.txt   2013-05-07 10:40:23.0 +0200
+++ new/py-1.4.15/doc/install.txt   2013-06-21 16:36:31.0 +0200
@@ -7,7 +7,7 @@
 
 **PyPI name**: py_
 
-**Pythons**: 2.5, 2.6, 2.7, 3.0, 3.1.x, Jython-2.5.1, PyPy-1.3
+**Pythons**: 2.5, 2.6, 2.7, 3.2, 3.3, Jython-2.5.1, PyPy-2.0
 
 **Operating systems**: Linux, Windows, OSX, Unix
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.14/doc/log.txt new/py-1.4.15/doc/log.txt
--- old/py-1.4.14/doc/log.txt   2013-05-07 10:40:23.0 +0200
+++ new/py-1.4.15/doc/log.txt   2013-06-21 16:36:31.0 +0200
@@ -163,7 +163,7 @@
 
 Each log producer may have at most one log consumer associated with
 it.  A log producer gets associated with a log consumer through a
-``py.log.set_consumer()`` call.  That function accepts two arguments,
+``py.log.setconsumer()`` call.  That function accepts two arguments,
 the first identifying a producer (a tuple of keyword strings or a single
 space-separated string of keywords), the second specifying the precise
 consumer to use for that producer.  Until this function is called for a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.14/py/__init__.py new/py-1.4.15/py/__init__.py
--- old/py-1.4.14/py/__init__.py2013-05-07 10:40:23.0 +0200
+++ new/py-1.4.15/py/__init__.py2013-06-21 16:36:31.0 +0200
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2013
 """
-__version__ = '1.4.14'
+__version__ = '1.4.15'
 
 from py import _apipkg
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.14/py/_path/common.py 
new/py-1.4.15/py/_path/common.py
--- old/py-1.4.14/py/_path/common.py2013-05-07 10:40:23.0 +0200
+++ new/py-1.4.15/py/_path/common.py2013-06-21 16:36:31.0 +0200
@@ -364,12 +364,14 @@
 class FNMatcher:
 def __init__(se

commit python-cliff for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-cliff for openSUSE:Factory 
checked in at 2013-06-29 14:32:36

Comparing /work/SRC/openSUSE:Factory/python-cliff (Old)
 and  /work/SRC/openSUSE:Factory/.python-cliff.new (New)


Package is "python-cliff"

Changes:

--- /work/SRC/openSUSE:Factory/python-cliff/python-cliff.changes
2013-05-13 15:25:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cliff.new/python-cliff.changes   
2013-06-29 14:32:37.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 27 10:02:03 UTC 2013 - speili...@suse.com
+
+- Update to version 1.4:
+  + Upstream provides no changelog
+
+---

Old:

  cliff-1.3.3.tar.gz

New:

  cliff-1.4.tar.gz



Other differences:
--
++ python-cliff.spec ++
--- /var/tmp/diff_new_pack.TpFUoL/_old  2013-06-29 14:32:37.0 +0200
+++ /var/tmp/diff_new_pack.TpFUoL/_new  2013-06-29 14:32:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-cliff
-Version:1.3.3
+Version:1.4
 Release:0
 Url:https://github.com/dreamhost/cliff
 Summary:Command Line Interface Formulation Framework

++ cliff-1.3.3.tar.gz -> cliff-1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.3.3/MANIFEST.in new/cliff-1.4/MANIFEST.in
--- old/cliff-1.3.3/MANIFEST.in 2012-06-20 22:53:43.0 +0200
+++ new/cliff-1.4/MANIFEST.in   2013-06-11 19:53:50.0 +0200
@@ -1,5 +1,4 @@
 include setup.py
-include distribute_setup.py
 recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
 recursive-include demoapp *.py
 recursive-include tests *.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.3.3/PKG-INFO new/cliff-1.4/PKG-INFO
--- old/cliff-1.3.3/PKG-INFO2013-05-02 20:23:39.0 +0200
+++ new/cliff-1.4/PKG-INFO  2013-06-11 20:05:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cliff
-Version: 1.3.3
+Version: 1.4
 Summary: Command Line Interface Formulation Framework
 Home-page: https://github.com/dreamhost/cliff
 Author: Doug Hellmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.3.3/announce.rst new/cliff-1.4/announce.rst
--- old/cliff-1.3.3/announce.rst2013-04-02 21:55:37.0 +0200
+++ new/cliff-1.4/announce.rst  2013-06-11 20:04:38.0 +0200
@@ -1,6 +1,6 @@
-
- cliff -- Command Line Interface Formulation Framework -- version 1.3.2
-
+==
+ cliff -- Command Line Interface Formulation Framework -- version 1.4
+==
 
 .. tags:: python cliff release DreamHost
 
@@ -11,15 +11,12 @@
 What's New In This Release?
 ===
 
-- Add ``convert_underscores`` parameter to ``CommandManager``
-  ``__init__`` method to allow underscores to be used in command
-  names. This optional argument is defaulted to True to maintain
-  current behavior.  (contributed by Joe Server)
-- Use flake8_ for style checking.
-- Relax version requirement for PrettyTable dependency to allow point
-  releases of 0.7.
-
-.. _flake8: https://pypi.python.org/pypi/flake8
+- Store a reference to the InteractiveApp on the App while in
+  interactive mode to allow commands to update the interactive
+  state. (Contributed by Tomaz Muraus)
+- Remove reliance on distribute, now that it has merged with
+  setuptools 0.7. Providing an explicit dependency on setuptools
+  breaks updates in some cases, so just fail if it isn't there.
 
 Documentation
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cliff-1.3.3/cliff/app.py new/cliff-1.4/cliff/app.py
--- old/cliff-1.3.3/cliff/app.py2013-03-16 18:57:02.0 +0100
+++ new/cliff-1.4/cliff/app.py  2013-05-31 21:19:25.0 +0200
@@ -73,6 +73,7 @@
 self.interactive_app_factory = interactive_app_factory
 self.parser = self.build_option_parser(description, version)
 self.interactive_mode = False
+self.interpreter = None
 
 def build_option_parser(self, description, version,
 argparse_kwargs=None):
@@ -224,12 +225,12 @@
 return
 
 def interact(self):
-interpreter = self.interactive_app_factory(self,
-   self.command_manager,
-  

commit python-Mako for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-Mako for openSUSE:Factory 
checked in at 2013-06-29 14:33:13

Comparing /work/SRC/openSUSE:Factory/python-Mako (Old)
 and  /work/SRC/openSUSE:Factory/.python-Mako.new (New)


Package is "python-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes  2012-11-30 
12:30:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Mako.new/python-Mako.changes 
2013-06-29 14:33:14.0 +0200
@@ -1,0 +2,48 @@
+Tue Jun 25 11:58:53 UTC 2013 - dmuel...@suse.com
+
+- update to 0.8.1:
+ - [bug] Changed setup.py to skip installing markupsafe
+   if Python version is < 2.6 or is between 3.0 and
+   less than 3.3, as Markupsafe now only supports 2.6->2.X,
+   3.3->3.X. [ticket:216]
+ 
+ - [bug] Fixed regression where "entity" filter wasn't
+   converted for py3k properly (added tests.)
+   [ticket:214]
+ 
+ - [bug] Fixed bug where mako-render script wasn't
+   compatible with Py3k.  [ticket:212]
+ 
+ - [bug] Cleaned up all the various deprecation/
+   file warnings when running the tests under
+   various Pythons with warnings turned on.
+   [ticket:213]
+ 
+ - [feature] Performance improvement to the
+   "legacy" HTML escape feature, used for XML
+   escaping and when markupsafe isn't present,
+   courtesy George Xie.
+ 
+ - [bug] Fixed bug whereby an exception in Python 3
+   against a module compiled to the filesystem would
+   fail trying to produce a RichTraceback due to the
+   content being in bytes. [ticket:209]
+ 
+ - [bug] Change default for compile()->reserved_names
+   from tuple to frozenset, as this is expected to be
+   a set by default.  [ticket:208]
+ 
+ - [feature] Code has been reworked to support Python 2.4->
+   Python 3.xx in place.  2to3 no longer needed.
+ 
+ - [feature] Added lexer_cls argument to Template,
+   TemplateLookup, allows alternate Lexer classes
+   to be used.
+ 
+ - [feature] Added future_imports parameter to Template
+   and TemplateLookup, renders the __future__ header
+   with desired capabilities at the top of the generated
+   template module.  Courtesy Ben Trofatter.
+
+
+---

Old:

  Mako-0.7.3.tar.gz

New:

  Mako-0.8.1.tar.gz



Other differences:
--
++ python-Mako.spec ++
--- /var/tmp/diff_new_pack.RoCm0D/_old  2013-06-29 14:33:15.0 +0200
+++ /var/tmp/diff_new_pack.RoCm0D/_new  2013-06-29 14:33:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Mako
-Version:0.7.3
+Version:0.8.1
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language

++ Mako-0.7.3.tar.gz -> Mako-0.8.1.tar.gz ++
 6711 lines of diff (skipped)

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



commit python-distribute for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory checked in at 2013-06-29 14:33:00

Comparing /work/SRC/openSUSE:Factory/python-distribute (Old)
 and  /work/SRC/openSUSE:Factory/.python-distribute.new (New)


Package is "python-distribute"

Changes:

--- /work/SRC/openSUSE:Factory/python-distribute/python-distribute.changes  
2013-06-19 17:01:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-distribute.new/python-distribute.changes 
2013-06-29 14:33:02.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 25 08:51:21 UTC 2013 - speili...@suse.com
+
+- Only provide/obsolete setuptools up to version 0.6.45. Distribute merged
+  into setuptools-0.7.x. Thus, setuptools will raised from the grave and
+  obsolete this package instead
+
+---
@@ -5 +12 @@
-  * Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
+  * Issue #379: distribute_setup.py now traps VersionConflict as well,
@@ -7 +14 @@
-  * ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
+  * distribute_setup.py has been updated to allow Setuptools 0.7 to
@@ -14,2 +21,2 @@
-  the private method `_zip_directory_cache`.
-  * Added a new function ``easy_install.get_win_launcher`` which may be used by
+  the private method _zip_directory_cache.
+  * Added a new function easy_install.get_win_launcher which may be used by
@@ -30,2 +37,2 @@
-  in `this Microsoft article
-  `_.
+  in this Microsoft article
+  _.
@@ -63 +70 @@
-  * Issue #336: `setup.py` no longer masks failure exit code when tests fail.
+  * Issue #336: setup.py no longer masks failure exit code when tests fail.
@@ -71 +78 @@
-  * Issue #335: Backed out `setup_requires` superceding installed requirements
+  * Issue #335: Backed out setup_requires superceding installed requirements
@@ -90 +97 @@
-  * Issue #323: Allow `setup_requires` requirements to supercede installed
+  * Issue #323: Allow setup_requires requirements to supercede installed
@@ -112 +119 @@
-  * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
+  * If Sphinx is installed, the upload_docs command now runs build_sphinx
@@ -114 +121 @@
-  * Issue #326: `upload_docs` provided mangled auth credentials under Python 3.
+  * Issue #326: upload_docs provided mangled auth credentials under Python 3.
@@ -131,2 +138,2 @@
-  * Issue #218: Improved documentation on behavior of `package_data` and
-`include_package_data`. Files indicated by `package_data` are now included
+  * Issue #218: Improved documentation on behavior of package_data and
+include_package_data. Files indicated by package_data are now included
@@ -134 +141 @@
-  * `distribute_setup.py` now allows a `--download-base` argument for 
retrieving
+  * distribute_setup.py now allows a --download-base argument for retrieving



Other differences:
--
++ python-distribute.spec ++
--- /var/tmp/diff_new_pack.CzDQko/_old  2013-06-29 14:33:02.0 +0200
+++ /var/tmp/diff_new_pack.CzDQko/_new  2013-06-29 14:33:02.0 +0200
@@ -16,25 +16,22 @@
 #
 
 
-%define modname distribute
-%define mod2nam setuptools
-Name:   python-%{modname}
+Name:   python-distribute
 Version:0.6.45
 Release:0
 Url:http://packages.python.org/distribute
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages
 License:Python-2.0 or ZPL-2.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/d/%{modname}/%{modname}-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/d/distribute/distribute-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-Provides:   python-setuptools = %{version}
-Obsoletes:  python-setuptools < %{version}
+Provides:   python-setuptools = 0.6.45
+Obsoletes:  python-setuptools < 0.6.45
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %else
 BuildArch:  noarch
-%py_requires
 %endif
 
 %description
@@ -44,17 +41,17 @@
 with Python module distributions.
 
 %prep
-%setup -q -n %{modname}-%{version}
-rm -f %{modname}.egg-info/*.orig
-chmod -x {.,docs}/*.txt # Fix executable bits for documentation
+%setup -q -n distribute-%{version}
+#rm -f distribute.egg-info/*.orig
+#chmod -x {.,docs}/*.txt # Fix executable bits for documentation
 
 %build
 python setup.py build
 
 %i

commit python-pecan for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-pecan for openSUSE:Factory 
checked in at 2013-06-29 14:33:22

Comparing /work/SRC/openSUSE:Factory/python-pecan (Old)
 and  /work/SRC/openSUSE:Factory/.python-pecan.new (New)


Package is "python-pecan"

Changes:

--- /work/SRC/openSUSE:Factory/python-pecan/python-pecan.changes
2013-03-08 09:47:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pecan.new/python-pecan.changes   
2013-06-29 14:33:23.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 11:40:11 UTC 2013 - dmuel...@suse.com
+
+- Update to version 0.3.0:
+  + New upstream release
+
+---

Old:

  pecan-0.2.1.tar.gz

New:

  pecan-0.3.0.tar.gz



Other differences:
--
++ python-pecan.spec ++
--- /var/tmp/diff_new_pack.Ze3imR/_old  2013-06-29 14:33:23.0 +0200
+++ /var/tmp/diff_new_pack.Ze3imR/_new  2013-06-29 14:33:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pecan
-Version:0.2.1
+Version:0.3.0
 Release:0
 Summary:A WSGI object-dispatching web framework, designed to be lean 
and fast
 License:BSD-3-Clause
@@ -35,10 +35,12 @@
 #BuildRequires:  python-gunicorn
 #BuildRequires:  python-simplegeneric >= 0.8
 #BuildRequires:  python-virtualenv
-Requires:   python-Mako >= 0.4.0
-Requires:   python-WebOb >= 1.2dev
-Requires:   python-WebTest >= 1.3.1
-Requires:   python-simplegeneric >= 0.8
+BuildRequires:  python-six
+Requires:   python-Mako >= 0.6.2
+Requires:   python-MarkupSafe >= 0.15
+Requires:   python-WebOb >= 1.2b3
+Requires:   python-WebTest >= 1.3.3
+Requires:   python-simplegeneric >= 0.8.1
 Suggests:   python-Jinja2
 Suggests:   python-Genshi
 Suggests:   python-gunicorn

++ pecan-0.2.1.tar.gz -> pecan-0.3.0.tar.gz ++
 9019 lines of diff (skipped)

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



commit python-bugzilla for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-bugzilla for openSUSE:Factory 
checked in at 2013-06-29 14:30:30

Comparing /work/SRC/openSUSE:Factory/python-bugzilla (Old)
 and  /work/SRC/openSUSE:Factory/.python-bugzilla.new (New)


Package is "python-bugzilla"

Changes:

--- /work/SRC/openSUSE:Factory/python-bugzilla/python-bugzilla.changes  
2013-06-05 13:35:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-bugzilla.new/python-bugzilla.changes 
2013-06-29 14:30:30.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 27 16:29:47 UTC 2013 - jmate...@suse.com
+
+- update to 0.9.0
+  * CVE-2013-2191: Switch to pycurl to get SSL host and cert validation
+(fixes bnc#825876)
+  * bugzilla: modify: add --dependson (Don Zickus)
+  * bugzilla: new: add --groups option (Paul Frields)
+  * bugzilla: modify: Allow setting nearly every bug parameter 
+- update to suse3 from gitorious
+  * remerged NovellBugzilla functionality
+(upstream inclusion pending bnc#822053)
+
+---

Old:

  python-bugzilla-0.8.0suse2.tar.bz2

New:

  python-bugzilla-0.9.0suse3.tar.bz2



Other differences:
--
++ python-bugzilla.spec ++
--- /var/tmp/diff_new_pack.HCWujL/_old  2013-06-29 14:30:31.0 +0200
+++ /var/tmp/diff_new_pack.HCWujL/_new  2013-06-29 14:30:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-bugzilla
-Version:0.8.0suse2
+Version:0.9.0suse3
 Release:0
 Summary:Python library for bugzilla
 License:GPL-2.0+
@@ -32,6 +32,7 @@
 %else
 BuildArch:  noarch
 %endif
+Requires:   python-pycurl
 Suggests:   osc
 
 %description

++ python-bugzilla-0.8.0suse2.tar.bz2 -> python-bugzilla-0.9.0suse3.tar.bz2 
++
 2518 lines of diff (skipped)

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



commit polkit-default-privs for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2013-06-29 14:30:19

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2013-06-18 10:35:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2013-06-29 14:30:21.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 28 12:15:02 UTC 2013 - meiss...@suse.com
+
+- Added gnome-settings-daemon new policy
+  org.gnome.settings-daemon.plugins.wacom.wacom-oled-helper (bnc#822405)
+
+---



Other differences:
--
++ polkit-default-privs-13.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.1/polkit-default-privs.restrictive 
new/polkit-default-privs-13.1/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.1/polkit-default-privs.restrictive  
2013-06-17 15:50:15.0 +0200
+++ new/polkit-default-privs-13.1/polkit-default-privs.restrictive  
2013-06-28 14:14:03.0 +0200
@@ -37,6 +37,8 @@
 org.gnome.settingsdaemon.datetimemechanism.configureauth_admin_keep
 # bnc#750795
 org.gnome.settings-daemon.plugins.wacom.wacom-led-helperauth_admin
+# bnc#822405
+org.gnome.settings-daemon.plugins.wacom.wacom-oled-helper   auth_admin
 #
 # colord (bnc#698250)
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.1/polkit-default-privs.standard 
new/polkit-default-privs-13.1/polkit-default-privs.standard
--- old/polkit-default-privs-13.1/polkit-default-privs.standard 2013-06-17 
15:50:15.0 +0200
+++ new/polkit-default-privs-13.1/polkit-default-privs.standard 2013-06-28 
14:14:03.0 +0200
@@ -38,6 +38,8 @@
 org.gnome.settingsdaemon.datetimemechanism.configureauth_admin_keep
 # bnc#750795
 org.gnome.settings-daemon.plugins.wacom.wacom-led-helperno:no:yes
+# bnc#822405
+org.gnome.settings-daemon.plugins.wacom.wacom-oled-helper   no:no:yes
 #
 # colord (bnc#698250)
 #

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



commit pulseaudio for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2013-06-29 14:30:25

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


Package is "pulseaudio"

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2013-06-18 
15:32:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2013-06-29 14:30:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 24 15:10:41 UTC 2013 - ohole...@suse.com
+
+- add SUSEfirewall service definition (bnc#607614)
+
+---

New:

  pulseaudio-server.fw



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.kVsSfK/_old  2013-06-29 14:30:27.0 +0200
+++ /var/tmp/diff_new_pack.kVsSfK/_new  2013-06-29 14:30:27.0 +0200
@@ -22,6 +22,7 @@
 %define drvver  4.0
 %define soname  0
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 Summary:A Networked Sound Server
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Sound Daemons
@@ -30,6 +31,7 @@
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
+Source4:pulseaudio-server.fw
 Source99:   baselibs.conf
 Patch0: disabled-start.diff
 Patch1: suppress-socket-error-msg.diff
@@ -308,6 +310,11 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/gdm/.pulse
 cp $RPM_SOURCE_DIR/default.pa-for-gdm 
%{buildroot}%{_localstatedir}/lib/gdm/.pulse/default.pa
 ln -s esdcompat %{buildroot}%{_bindir}/esd
+# install firewall rule on SUSE
+%if %{defined suse_version}
+mkdir -p %{buildroot}/%{_fwdefdir}
+install -m 0644 %{S:4} %{buildroot}/%{_fwdefdir}/pulseaudio-server
+%endif
 %fdupes -s doxygen/html
 
 %clean
@@ -439,6 +446,9 @@
 %config(noreplace) %{_sysconfdir}/pulse/system.pa
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf
 %config(noreplace) 
%{_sysconfdir}/bash_completion.d/pulseaudio-bash-completion.sh
+%if %{defined suse_version}
+%config(noreplace) %{_fwdefdir}/pulseaudio-server
+%endif
 # created by setup-pulseaudio script
 %ghost %{_sysconfdir}/profile.d/pulseaudio.sh
 %ghost %{_sysconfdir}/profile.d/pulseaudio.csh

++ pulseaudio-server.fw ++
## Name: PulseAudio server (TCP)
## Description: Ports for PulseAudio network access (for 
module-native-protocol-tcp)
TCP="4713"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfc-eventd for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package nfc-eventd for openSUSE:Factory 
checked in at 2013-06-29 14:29:23

Comparing /work/SRC/openSUSE:Factory/nfc-eventd (Old)
 and  /work/SRC/openSUSE:Factory/.nfc-eventd.new (New)


Package is "nfc-eventd"

Changes:

--- /work/SRC/openSUSE:Factory/nfc-eventd/nfc-eventd.changes2013-06-06 
12:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfc-eventd.new/nfc-eventd.changes   
2013-06-29 14:29:24.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 28 23:05:08 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.1.7
+* Support the libnfc-1.7.0 API
+
+---

Old:

  nfc-eventd-0.1.5+svn1129.tar.xz

New:

  nfc-eventd-0.1.7.tar.xz



Other differences:
--
++ nfc-eventd.spec ++
--- /var/tmp/diff_new_pack.ZltyU4/_old  2013-06-29 14:29:25.0 +0200
+++ /var/tmp/diff_new_pack.ZltyU4/_new  2013-06-29 14:29:25.0 +0200
@@ -20,22 +20,20 @@
 Summary:NFC event daemon
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:0.1.5+svn1129
+Version:0.1.7
 Release:0
 Url:http://code.google.com/p/nfc-tools/
 
 #SVN-DL:   http://nfc-tools.googlecode.com/svn/trunk/nfc-eventd/
+#DL-URL:   http://nfc-tools.googlecode.com/files/nfc-eventd-0.1.7.tar.gz
 Source: %name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
-BuildRequires:  pkgconfig(libnfc) >= 1.5.1
+BuildRequires:  pkgconfig(libnfc) > 1.6.99
 %else
-BuildRequires:  libnfc-devel >= 1.5.1
+BuildRequires:  libnfc-devel > 1.6.99
 %endif
 
 %description
@@ -44,12 +42,9 @@
 allow many kind of usage of theses events.
 
 %prep
-%setup -qn %name
+%setup -q
 
 %build
-if [ ! -e configure ]; then
-   autoreconf -fi;
-fi;
 %configure --disable-static
 make %{?_smp_mflags};
 

++ nfc-eventd-0.1.5+svn1129.tar.xz -> nfc-eventd-0.1.7.tar.xz ++
 45309 lines of diff (skipped)

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



commit dovecot21 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package dovecot21 for openSUSE:Factory 
checked in at 2013-06-29 14:24:59

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


Package is "dovecot21"

Changes:

--- /work/SRC/openSUSE:Factory/dovecot21/dovecot21.changes  2013-05-17 
08:25:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot21.new/dovecot21.changes 2013-06-29 
14:25:00.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun 27 02:30:31 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 2.1.17:
+  + zlib: Keep the last read mail uncompressed in a temporary file.
+This significantly improves performance when IMAP client does
+small partial fetches for a large mail.
+  + acl: Optionally get default ACL's for private/shared namespaces
+from user's INBOX (plugin { acl_defaults_from_inbox = yes }
+  - Case-insensitive unicode character comparisons weren't all working
+as they should.
+  - maildir: Fixed handling over 26 keywords in a mailbox.
+  - auth: Don't crash in non-PLAIN/LOGIN auth mechanism if master user
+login is attempted without any master passdbs configured.
+
+---

Old:

  dovecot-2.1.16.tar.bz2

New:

  dovecot-2.1.17.tar.bz2



Other differences:
--
++ dovecot21.spec ++
--- /var/tmp/diff_new_pack.ADhNRx/_old  2013-06-29 14:25:01.0 +0200
+++ /var/tmp/diff_new_pack.ADhNRx/_new  2013-06-29 14:25:01.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   dovecot21
-Version:2.1.16
+Version:2.1.17
 Release:0
 %define pkg_name dovecot
 %define sieve_version 2.1
-%define dovecot_version 2.1.16
+%define dovecot_version 2.1.17
 %define dovecot_pigeonhole_docdir   
%{_docdir}/%{pkg_name}/dovecot-pigeonhole
 %define with_solr 1
 %define with_clucene 1

++ dovecot-2.1.16.tar.bz2 -> dovecot-2.1.17.tar.bz2 ++
 12537 lines of diff (skipped)

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



commit gettext-runtime for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2013-06-29 14:25:10

Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)


Package is "gettext-runtime"

Changes:

gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2013-06-20 11:55:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2013-06-29 14:25:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 09:09:00 UTC 2013 - g...@opensuse.org
+
+- add gettext-fix-tcl-u-escape-sequences.patch in order to fix
+  the handling of Tcl \u escape sequences (bnc#826422)
+
+---
gettext-runtime.changes: same change

New:

  gettext-fix-tcl-u-escape-sequences.patch



Other differences:
--
gettext-java.spec: same change
++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.0JYHTG/_old  2013-06-29 14:25:12.0 +0200
+++ /var/tmp/diff_new_pack.0JYHTG/_new  2013-06-29 14:25:12.0 +0200
@@ -63,6 +63,7 @@
 Patch5: gettext-initialize_vars.patch
 Patch9: gettext-needlessly_init_vars.patch
 Patch10:gettext-configure.patch
+Patch11:gettext-fix-tcl-u-escape-sequences.patch
 
 %description
 This package contains the intl library as well as tools that ease the
@@ -109,6 +110,7 @@
 %patch5
 %patch9
 %patch10 -p1
+%patch11 -p1
 
 %build
 # expect a couple "You should update your `aclocal.m4' by running aclocal."

gettext-runtime.spec: same change
++ gettext-fix-tcl-u-escape-sequences.patch ++
Index: gettext-0.18.2.1/gettext-tools/src/x-tcl.c
===
--- gettext-0.18.2.1.orig/gettext-tools/src/x-tcl.c
+++ gettext-0.18.2.1/gettext-tools/src/x-tcl.c
@@ -517,7 +517,10 @@ do_getc_escaped ()
   {
 c = phase1_getc ();
 if (c == EOF || !c_isxdigit ((unsigned char) c))
-  break;
+  {
+phase1_ungetc (c);
+break;
+  }
 
 if (c >= '0' && c <= '9')
   n = (n << 4) + (c - '0');
@@ -526,7 +529,6 @@ do_getc_escaped ()
 else if (c >= 'a' && c <= 'f')
   n = (n << 4) + (c - 'a' + 10);
   }
-phase1_ungetc (c);
 return (i > 0 ? n : 'u');
   }
 case '0': case '1': case '2': case '3': case '4':
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dbus-1 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2013-06-29 14:23:56

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


Package is "dbus-1"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2013-06-25 
14:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2013-06-29 
14:24:11.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 25 14:09:30 UTC 2013 - co...@suse.com
+
+- to avoid a cycle with systemd, build the daemon in dbus-x11.spec.
+  It would be wise to rename dbus-1.spec to dbus-1-libs.spec and 
+  dbus-1-x11.spec to dbus-1.spec, but I first wanted to hear feedback
+
+---
dbus-1.changes: same change



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.TxkhAI/_old  2013-06-29 14:24:12.0 +0200
+++ /var/tmp/diff_new_pack.TxkhAI/_new  2013-06-29 14:24:12.0 +0200
@@ -16,6 +16,9 @@
 #
 
 
+%define with_systemd 1
+%bcond_without docs
+
 Name:   dbus-1-x11
 %define _name   dbus
 BuildRequires:  pkgconfig(x11)
@@ -23,11 +26,14 @@
 Summary:D-Bus Message Bus System
 License:GPL-2.0+ or AFL-2.1
 Group:  System/Daemons
+BuildRequires:  audit-devel
+BuildRequires:  doxygen
+BuildRequires:  update-desktop-files
+BuildRequires:  xmlto
+
 # COMMON1-BEGIN
 # COMMON1-BEGIN
 
-%define with_systemd 1
-
 %if ! %{with_systemd}
 %if 0%{?suse_version} < 1230
 %define _unitdir /lib/systemd/system
@@ -36,23 +42,15 @@
 %endif
 %endif
 
-BuildRequires:  audit-devel
-BuildRequires:  doxygen
-BuildRequires:  libexpat-devel
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  update-desktop-files
-BuildRequires:  xmlto
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-daemon)
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
+BuildRequires:  libexpat-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 Version:1.7.4
 Release:0
-# bug437293
-%ifarch ppc64
-Obsoletes:  dbus-1-64bit
-%endif
 #
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz
 Source1:rc.boot.dbus
@@ -64,11 +62,7 @@
 Patch1: dbus-do-autolaunch.patch
 # PATCH-FIX-OPENSUSE h...@suse.com bnc#802525 - Avoid clients hanging after 
move to /run
 Patch2: dbus-fall-back-to-old-run-directory.patch
-%if 0%{?suse_version} > 1100
 %bcond_without selinux
-%else
-%bcond_with selinux
-%endif
 %if %{with selinux}
 BuildRequires:  libselinux-devel
 %endif
@@ -81,6 +75,42 @@
 D-Bus contains some tools that require Xlib to be installed, those are
 in this separate package so server systems need not install X.
 
+%package -n dbus-1-devel-doc
+Summary:Developer documentation package for D-Bus
+Group:  Development/Libraries/Other
+Requires:   dbus-1 = %{version}
+%if 0%{?suse_version} >= 1120
+BuildArch:  noarch
+%endif
+
+%description -n dbus-1-devel-doc
+D-Bus is a message bus system, a simple way for applications to talk to
+one another. D-BUS supplies both a system daemon and a
+per-user-login-session daemon. Also, the message bus is built on top of
+a general one-to-one message passing framework, which can be used by
+any two apps to communicate directly (without going through the message
+bus daemon).
+
+%package -n dbus-1
+Summary:D-Bus Message Bus System
+Group:  System/Daemons
+# bug437293
+%ifarch ppc64
+Obsoletes:  dbus-1-64bit
+%endif
+%if 0%{?suse_version} < 1230
+PreReq: /sbin/insserv /etc/init.d/boot.localfs
+%endif
+PreReq: permissions /usr/sbin/groupadd /usr/sbin/useradd
+
+%description -n dbus-1
+D-Bus is a message bus system, a simple way for applications to talk to
+one another. D-Bus supplies both a system daemon and a
+per-user-login-session daemon. Also, the message bus is built on top of
+a general one-to-one message passing framework, which can be used by
+any two apps to communicate directly (without going through the message
+bus daemon).
+
 %prep
 # COMMON2-BEGIN
 # COMMON2-BEGIN
@@ -105,11 +135,13 @@
 --disable-static   \
 --with-pic 
\
 --bindir=/bin  \
---libexecdir=/lib/%{name}  \
+--libexecdir=/lib/dbus-1   \
 --libdir=/%{_lib}  \
 --with-init-scripts=suse   \
 --enable-inotify

commit cadaver for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package cadaver for openSUSE:Factory checked 
in at 2013-06-29 14:23:27

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


Package is "cadaver"

Changes:

--- /work/SRC/openSUSE:Factory/cadaver/cadaver.changes  2012-03-26 
11:00:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.cadaver.new/cadaver.changes 2013-06-29 
14:23:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 27 13:12:38 UTC 2013 - co...@suse.com
+
+- avoid auto*, fixes build
+
+---



Other differences:
--
++ cadaver.spec ++
--- /var/tmp/diff_new_pack.7JeUGw/_old  2013-06-29 14:23:29.0 +0200
+++ /var/tmp/diff_new_pack.7JeUGw/_new  2013-06-29 14:23:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cadaver
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   cadaver
-BuildRequires:  automake
+#BuildRequires:  automake
 BuildRequires:  libneon-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  openssl-devel
@@ -42,10 +42,10 @@
 %patch0
 
 %build
-gettextize --force
-aclocal -I m4 -I m4/neon
-autoconf --force
-autoheader --force
+#gettextize --force
+#aclocal -I m4 -I m4/neon
+#autoconf --force
+#autoheader --force
 export LDFLAGS=-pie CFLAGS="$RPM_OPT_FLAGS -fPIE -Wall"
 %configure \
 --with-ssl \

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



commit chromium for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-06-29 14:23:33

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2013-06-17 
10:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-06-29 
14:23:55.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 28 07:46:04 UTC 2013 - tittiatc...@gmail.com
+
+- Add the flag --disable-gpu-sandbox to prevent crashes and/or 
+  slowness. The GPU Sandbox is a new sandbox introduces in M28 and
+  is currently causing issues 
+  (http://code.google.com/p/chromium/issues/detail?id=255063)
+
+---
+Tue Jun 25 12:27:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 29.0.1548
+  * Bug and Stability fixes
+
+---

Old:

  chromium.29.0.1541.0.svn206641.tar.xz

New:

  chromium.29.0.1548.0.svn208524.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.pJNKzW/_old  2013-06-29 14:24:10.0 +0200
+++ /var/tmp/diff_new_pack.pJNKzW/_new  2013-06-29 14:24:10.0 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define svn_revision 206641
+%define svn_revision 208524
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version} > 1220
 
 Name:   chromium
-Version:29.0.1541.0
+Version:29.0.1548.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+

++ chromium-browser.sh ++
--- /var/tmp/diff_new_pack.pJNKzW/_old  2013-06-29 14:24:10.0 +0200
+++ /var/tmp/diff_new_pack.pJNKzW/_new  2013-06-29 14:24:10.0 +0200
@@ -127,6 +127,6 @@
   $GDB "$LIBDIR/$APPNAME" -x $tmpfile
   exit $?
 else
-  exec $LIBDIR/$APPNAME $SANDBOX ${CHROMIUM_FLAGS} ${PEPPERFLASH} 
"--password-store=basic" "$@"
+  exec $LIBDIR/$APPNAME $SANDBOX ${CHROMIUM_FLAGS} ${PEPPERFLASH} 
"--password-store=basic" "--disable-gpu-sandbox" "$@"
 fi
 


++ chromium-no-courgette.patch ++
--- /var/tmp/diff_new_pack.pJNKzW/_old  2013-06-29 14:24:10.0 +0200
+++ /var/tmp/diff_new_pack.pJNKzW/_new  2013-06-29 14:24:10.0 +0200
@@ -9,4 +9,26 @@
  '../dbus/dbus.gyp:*',
  '../sandbox/sandbox.gyp:*',
],
-diff -up chromium-20100218svn39394/src/chrome/chrome.gyp.no-courgette 
chromium-20100218svn39394/src/chrome/chrome.gyp
+
+--- chromium/src/chrome/chrome_tests.gypi  2013-06-23 12:39:24.165359694 
+0200
 chromium/src/chrome/chrome_tests.gypi  2013-06-23 12:39:24.165359694 
+0200
+@@ -3160,7 +3160,6 @@
+ # Disabled from running in coverage_posix.py.
+ # We need to build this during compile step, so enabling here.
+ '../content/content.gyp:content_browsertests',
+-'../courgette/courgette.gyp:courgette_unittests',
+ '../crypto/crypto.gyp:crypto_unittests',
+ '../jingle/jingle.gyp:jingle_unittests',
+ '../net/net.gyp:net_perftests',
+
+--- chromium/src/chrome/chrome_tests_unit.gypi 2013-06-23 12:39:10.508359033 
+0200
 chromium/src/chrome/chrome_tests_unit.gypi 2013-06-23 12:39:10.508359033 
+0200
+@@ -447,7 +447,6 @@
+ 'test_support_common',
+ 'test_support_unit',
+ # 3) anything tests directly depend on
+-'../courgette/courgette.gyp:courgette_lib',
+ '../google_apis/google_apis.gyp:google_apis',
+ '../skia/skia.gyp:skia',
+ 
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
+

++ chromium.29.0.1541.0.svn206641.tar.xz -> 
chromium.29.0.1548.0.svn208524.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium.29.0.1541.0.svn206641.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.29.0.1548.0.svn208524.tar.xz 
differ: char 27, line 1

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



commit at for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package at for openSUSE:Factory checked in 
at 2013-06-29 14:22:41

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


Package is "at"

Changes:

--- /work/SRC/openSUSE:Factory/at/at.changes2013-06-19 14:42:11.0 
+0200
+++ /work/SRC/openSUSE:Factory/.at.new/at.changes   2013-06-29 
14:22:43.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 20 01:52:46 UTC 2013 - crrodrig...@opensuse.org
+
+- at.sleep move away from pm-utils to systemd-sleep 
+
+---



Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.jRCMyw/_old  2013-06-29 14:22:44.0 +0200
+++ /var/tmp/diff_new_pack.jRCMyw/_new  2013-06-29 14:22:44.0 +0200
@@ -66,7 +66,7 @@
 %if 0%{?suse_version} > 1140
 BuildRequires:  libHX-devel
 BuildRequires:  pkgconfig
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %define has_systemd 1
 %endif
@@ -119,9 +119,9 @@
 ln -sf ../../etc/init.d/atd $RPM_BUILD_ROOT%{_sbindir}/rcatd
 install -m644 %SOURCE2 $RPM_BUILD_ROOT/etc/pam.d/atd
 install -m644 %SOURCE3 $RPM_BUILD_ROOT/var/adm/fillup-templates
-%{__install} -D -m 0755 %{S:4} %{buildroot}%{_sysconfdir}/pm/sleep.d/99%{name}
 %if 0%{?has_systemd}
 install -D -m 0644 %{S:5} %{buildroot}%{_unitdir}/atd.service
+%{__install} -D -m 0755 %{S:4} 
%{buildroot}%{_prefix}/lib/systemd/system-sleep/atd.sh
 %endif
 
 %pre
@@ -163,9 +163,6 @@
 %defattr(-,root,root)
 %doc Problems Copyright COPYING README ChangeLog timespec
 %config(noreplace) /etc/at.deny
-%dir %{_sysconfdir}/pm
-%dir %{_sysconfdir}/pm/sleep.d
-%config %{_sysconfdir}/pm/sleep.d/99%{name}
 %{_sbindir}/rcatd
 %config /etc/init.d/atd
 %config %attr(644,root,root) /etc/pam.d/atd
@@ -182,6 +179,7 @@
 /var/adm/fillup-templates/sysconfig.atd
 %if 0%{?has_systemd}
 %{_unitdir}/atd.service
+%{_prefix}/lib/systemd/system-sleep/atd.sh
 %endif
 
 %changelog

++ at.sleep ++
--- /var/tmp/diff_new_pack.jRCMyw/_old  2013-06-29 14:22:44.0 +0200
+++ /var/tmp/diff_new_pack.jRCMyw/_new  2013-06-29 14:22:44.0 +0200
@@ -1,16 +1,9 @@
-#!/bin/bash
-
-. $PM_UTILS_LIBDIR/functions
-
-case "$1" in
-   hibernate|suspend)
-   stopservice atd
-   ;;
-   thaw|resume)
-   restartservice atd
-   ;;
-   *)
-   ;;
+#!/bin/sh
+case $1/$2 in
+  pre/*)
+systemctl --quiet is-enabled atd && systemctl stop atd
+  ;;
+  post/*)
+  systemctl --quiet is-enabled atd && systemctl restart atd
+  ;;
 esac
-
-exit 0

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



commit arabic-fonts for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package arabic-fonts for openSUSE:Factory 
checked in at 2013-06-29 14:22:07

Comparing /work/SRC/openSUSE:Factory/arabic-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.arabic-fonts.new (New)


Package is "arabic-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/arabic-fonts/arabic-fonts.changes
2012-09-14 12:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.arabic-fonts.new/arabic-fonts.changes   
2013-06-29 14:22:13.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun 26 08:56:48 UTC 2013 - pgaj...@suse.com
+
+- new font: Amiri 0.106 [bnc#825961]
+
+---
+Mon Jun 24 14:44:04 UTC 2013 - pgaj...@suse.com
+
+- arabic-fonts splitted into subpackages [bnc#825954]
+- new font: KacstOne 5.0 [bnc#825955]
+- %if-0-out Haydar and Nesf2 family because of missing license
+  specification
+
+---

New:

  amiri-0.106.tar.bz2
  kacst_one_5.0.tar.bz2



Other differences:
--
++ arabic-fonts.spec ++
--- /var/tmp/diff_new_pack.ZQLeRp/_old  2013-06-29 14:22:15.0 +0200
+++ /var/tmp/diff_new_pack.ZQLeRp/_new  2013-06-29 14:22:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arabic-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,29 @@
 #
 
 
+# missing license specification for Haydar family, 
+# sent mail to sa...@haydarnet.nl, i...@haydarlinux.org
+%define with_haydar  0
+# missing license to Nesf2 family, 
+# sent mail to lucdevr...@gmail.com
+%define with_nesf2   0
+
 Name:   arabic-fonts
-Version:0.20091208
+Version:0.20130624
 Release:0
 Summary:A Collection of Free Arabic Fonts
-License:GPL-2.0+
+License:GPL-2.0 and SUSE-Public-Domain and OFL-1.1
 Group:  System/X11/Fonts
 Url:http://www.arabeyes.org/resources.php
 # public domain:
-Source0:ae_fonts_mono.tar.bz2
-Source1:
http://heanet.dl.sourceforge.net/sourceforge/arabeyes/haydar_fonts.tar.bz2
-Source2:kacst_fonts_2.01.tar.bz2
-Source3:
http://heanet.dl.sourceforge.net/sourceforge/arabeyes/lateef.shaikh_fonts.tar.bz2
-Source4:
http://heanet.dl.sourceforge.net/sourceforge/arabeyes/sharif.univ_ttf.bz2
+Source0:http://downloads.sourceforge.net/arabeyes/ae_fonts_mono.tar.bz2
+Source1:http://downloads.sourceforge.net/arabeyes/haydar_fonts.tar.bz2
+Source2:
http://downloads.sourceforge.net/arabeyes/kacst_fonts_2.01.tar.bz2
+Source3:
http://downloads.sourceforge.net/arabeyes/lateef.shaikh_fonts.tar.bz2
+Source4:http://downloads.sourceforge.net/arabeyes/sharif.univ_ttf.bz2
 Source5:http://downloads.sourceforge.net/arabeyes/ae_fonts_2.0.tar.bz2
+Source6:http://downloads.sourceforge.net/arabeyes/kacst_one_5.0.tar.bz2
+Source7:
http://downloads.sourceforge.net/project/amiri/amiri-0.106.tar.bz2
 BuildRequires:  dos2unix
 BuildRequires:  fontpackages-devel
 %if 0%{?suse_version} >= 1220
@@ -42,10 +51,20 @@
 BuildRequires:  xorg-x11
 %endif
 %reconfigure_fonts_prereq
+Requires:   arabic-ae-fonts
+Requires:   arabic-bitmap-fonts
+%if %{with_haydar}
+Requires:   arabic-haydar-bitmap-fonts
+%endif
+Requires:   arabic-kacst-fonts
+Requires:   arabic-kacstone-fonts
+Requires:   arabic-naqsh-fonts
+%if %{with_nesf2}
+Requires:   arabic-nesf2-fonts
+%endif
 Provides:   scalable-font-ar
 Provides:   locale(ar)
-# FIXME: This causes a rpmlint warning; change <= to < once here's a new 
upstream version
-Obsoletes:  fonts-arabic <= %{version}
+Obsoletes:  fonts-arabic <= 0.20091208
 Provides:   fonts-arabic = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -54,17 +73,110 @@
 A collection of free Arabic fonts available from
 http://www.arabeyes.org/resources.php.
 
+%package -n arabic-bitmap-fonts
+Summary:Arabic Bitmap Font
+License:SUSE-Public-Domain
+Group:  System/X11/Fonts
+Version:1.0
+Release:0
+# according to PS Names Copyright:
+Provides:   locale(ar)
+
+%description -n arabic-bitmap-fonts
+Misc Fixed family with arabic symbols.
+
+%if %{with_haydar}
+%package -n arabic-haydar-bitmap-fonts
+Summary:Arabic Bitmap Font
+License:SUSE-Public-Domain
+Group:  System/X11/Fonts
+Version:1.0
+Release:0
+Provides:   locale(ar)
+
+%de