commit Test-DVD-x86_64 for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2014-02-23 19:01:29

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.3SdqnP/_old  2014-02-23 19:01:31.0 +0100
+++ /var/tmp/diff_new_pack.3SdqnP/_new  2014-02-23 19:01:31.0 +0100
@@ -23,7 +23,7 @@
 productoptions
   productvar name=DISTNAMEopenSUSE/productvar
   productvar name=FLAVORdvd/productvar
-  productvar name=MEDIUM_NAMETest-76/productvar
+  productvar name=MEDIUM_NAMETest-77/productvar
   productvar name=MULTIPLE_MEDIAno/productvar
   productvar name=PRODUCT_DIR//productvar
   productvar name=PRODUCT_NAME$DISTNAME-$FLAVOR/productvar
@@ -225,6 +225,7 @@
   repopackage name=libacl1/
   repopackage name=libadns1/
   repopackage name=libaio1/
+  repopackage name=libarchive13/
   repopackage name=libasm1/
   repopackage name=libasound2/
   repopackage name=libassuan0/


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



commit grep for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2014-02-24 06:52:01

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


Package is grep

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2014-02-20 
18:12:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2014-02-24 
06:52:03.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb 22 19:19:46 UTC 2014 - andreas.stie...@gmx.de
+
+- GNU grep 2.18
+  * no longer mishandles patterns like [^^-~] in unibyte locales
+  * -i in a multibyte, non-UTF8 locale could be up to 200 times
+slower than in 2.16
+
+---

Old:

  grep-2.17.tar.xz
  grep-2.17.tar.xz.sig

New:

  grep-2.18.tar.xz
  grep-2.18.tar.xz.sig



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.NKz5s2/_old  2014-02-24 06:52:04.0 +0100
+++ /var/tmp/diff_new_pack.NKz5s2/_new  2014-02-24 06:52:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   grep
-Version:2.17
+Version:2.18
 Release:0
 Summary:Print lines matching a pattern
 License:GPL-3.0+

++ grep-2.17.tar.xz - grep-2.18.tar.xz ++
 14735 lines of diff (skipped)


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



commit pango for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2014-02-24 06:52:03

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


Package is pango

Changes:

--- /work/SRC/openSUSE:Factory/pango/pango.changes  2014-02-17 
13:03:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2014-02-24 
06:52:04.0 +0100
@@ -1,0 +2,8 @@
+Wed Feb 19 19:37:59 CET 2014 - sbra...@suse.cz
+
+- Check for libpango instead of pango directory in pango-tools
+  %post (bnc#864561).
+- Package modules.cache (bnc#864561#c3).
+- Fix location of pango.modules.
+
+---



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.twSP1K/_old  2014-02-24 06:52:05.0 +0100
+++ /var/tmp/diff_new_pack.twSP1K/_new  2014-02-24 06:52:05.0 +0100
@@ -146,7 +146,8 @@
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 mkdir -p %{buildroot}%{_sysconfdir}/pango/
-touch %{buildroot}%{_libdir}/pango/%{pango_binary_version}/pango.modules
+touch %{buildroot}%{_sysconfdir}/pango/pango.modules
+touch %{buildroot}%{_libdir}/pango/%{pango_binary_version}/modules.cache
 %if %{_lib} == lib64
 mv %{buildroot}%{_bindir}/pango-querymodules 
%{buildroot}%{_bindir}/pango-querymodules-64
 %endif
@@ -199,7 +200,7 @@
 # pango-querymodules couldn't run there.
 %endif
 if [ $1 == 1 ]; then
-  test -d %{_libdir}/pango/%{pango_binary_version}
+  test -f %{_libdir}/libpango-1.0.so.0
   if test $? -eq 0; then
 %{_pango_querymodules_update_cache}
   fi
@@ -214,13 +215,14 @@
 %endif
 %dir %{_libdir}/pango
 %dir %{_libdir}/pango/%{pango_binary_version}
-%ghost %{_libdir}/pango/%{pango_binary_version}/pango.modules
+%ghost %{_libdir}/pango/%{pango_binary_version}/modules.cache
 %dir %{_libdir}/pango/%{pango_binary_version}/modules
 %{_libdir}/pango/%{pango_binary_version}/modules/pango-arabic-lang.so
 %{_libdir}/pango/%{pango_binary_version}/modules/pango-basic-fc.so
 %{_libdir}/pango/%{pango_binary_version}/modules/pango-indic-lang.so
 %{_libdir}/lib*.so.*
 %dir %{_sysconfdir}/pango
+%config %ghost %{_sysconfdir}/pango/pango.modules
 
 %files -n typelib-1_0-Pango-1_0
 %defattr(-,root,root)

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



commit threadweaver for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2014-02-24 06:53:23

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


Package is threadweaver

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2014-02-24 06:53:24.0 +0100
@@ -0,0 +1,5 @@
+---
+Sat Feb  8 02:20:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init threadweaver package
+

New:

  threadweaver-4.96.0.tar.xz
  threadweaver.changes
  threadweaver.spec



Other differences:
--
++ threadweaver.spec ++
#
# spec file for package threadweaver
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define lname   libKF5ThreadWeaver4
Name:   threadweaver
Version:4.96.0
Release:0
BuildRequires:  cmake = 2.8.12
BuildRequires:  extra-cmake-modules = 0.0.10
BuildRequires:  fdupes
BuildRequires:  kf5-filesystem
BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
Summary:KDE Helper for multithreaded programming
License:LGPL-2.1+
Group:  System/GUI/KDE
Url:http://www.kde.org
Source0:threadweaver-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
ThreadWeaver is a helper for multithreaded programming.  It uses a job-based
interface to queue tasks and execute them in an efficient way.

You simply divide the workload into jobs, state the dependencies between the 
jobs
and ThreadWeaver will work out the most efficient way of dividing the work 
between
threads within a set of resource limits.

%package -n %lname
Summary:KDE Helper for multithreaded programming
Group:  System/GUI/KDE

%description -n %lname
ThreadWeaver is a helper for multithreaded programming.  It uses a job-based
interface to queue tasks and execute them in an efficient way.

You simply divide the workload into jobs, state the dependencies between the 
jobs
and ThreadWeaver will work out the most efficient way of dividing the work 
between
threads within a set of resource limits.

%package devel
Summary:KDE Helper for multithreaded programming
Group:  Development/Libraries/KDE
Requires:   %lname = %{version}
Requires:   extra-cmake-modules
Requires:   pkgconfig(Qt5Core) = 5.2.0

%description devel
ThreadWeaver is a helper for multithreaded programming.  It uses a job-based
interface to queue tasks and execute them in an efficient way.

You simply divide the workload into jobs, state the dependencies between the 
jobs
and ThreadWeaver will work out the most efficient way of dividing the work 
between
threads within a set of resource limits. Development files.

%prep
%setup -q

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build
  %fdupes -s %{buildroot}

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%doc COPYING* README*
%{_kf5_libdir}/libKF5ThreadWeaver.so.*

%files devel
%defattr(-,root,root)
%{_kf5_libdir}/libKF5ThreadWeaver.so
%{_kf5_libdir}/cmake/KF5ThreadWeaver/
%{_kf5_includedir}/*.h
%dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/
%{_kf5_mkspecsdir}/qt_ThreadWeaver.pri

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



commit sonnet for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2014-02-24 06:53:31

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


Package is sonnet

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes   2014-02-24 
06:53:32.0 +0100
@@ -0,0 +1,5 @@
+---
+Sat Feb  8 02:20:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init sonnet package
+

New:

  sonnet-4.96.0.tar.xz
  sonnet.changes
  sonnet.spec



Other differences:
--
++ sonnet.spec ++
#
# spec file for package sonnet
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define sonum   4
Name:   sonnet
Version:4.96.0
Release:0
BuildRequires:  aspell-devel
BuildRequires:  cmake = 2.8.12
# Enchant plugin is currently disabled upstream
#BuildRequires:  enchant-devel
BuildRequires:  extra-cmake-modules = 0.0.10
BuildRequires:  fdupes
BuildRequires:  kf5-filesystem
BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
BuildRequires:  pkgconfig(hunspell)
Summary:KDE spell checking library
License:LGPL-2.1+
Group:  System/GUI/KDE
Url:http://www.kde.org
Source0:sonnet-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL.

%package -n libKF5SonnetCore%sonum
Summary:KDE spell checking library
Group:  System/GUI/KDE

%description -n libKF5SonnetCore%sonum
Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL.

%package -n libKF5SonnetUi%sonum
Summary:KDE spell checking library
Group:  System/GUI/KDE

%description -n libKF5SonnetUi%sonum
Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL.

%package devel
Summary:KDE spell checking library: Build Environment
Group:  Development/Libraries/KDE
Requires:   extra-cmake-modules
Requires:   libKF5SonnetCore%sonum = %{version}
Requires:   libKF5SonnetUi%sonum = %{version}
Requires:   pkgconfig(Qt5Core) = 5.2.0

%description devel
Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL. Development files.

%prep
%setup -q

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build
  %fdupes -s %{buildroot}

%post -n libKF5SonnetCore%sonum -p /sbin/ldconfig

%postun -n libKF5SonnetCore%sonum -p /sbin/ldconfig

%post -n libKF5SonnetUi%sonum -p /sbin/ldconfig

%postun -n libKF5SonnetUi%sonum -p /sbin/ldconfig

%files -n libKF5SonnetCore%sonum
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5SonnetCore.so.*
%{_kf5_plugindir}/
%{_kf5_datadir}/sonnet/

%files -n libKF5SonnetUi%sonum
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libKF5SonnetUi.so.*

%files devel
%defattr(-,root,root)
%{_kf5_libdir}/libKF5SonnetCore.so
%{_kf5_libdir}/libKF5SonnetUi.so
%{_kf5_libdir}/cmake/KF5Sonnet/
%{_kf5_includedir}/*.h
%dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/
%{_kf5_mkspecsdir}/qt_Sonnet*.pri

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



commit gnome-devel-docs for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-devel-docs for 
openSUSE:Factory checked in at 2014-02-24 07:02:08

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


Package is gnome-devel-docs

Changes:

--- /work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs.changes
2013-11-24 11:30:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs.changes   
2014-02-24 07:02:10.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 21 19:44:47 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.3:
+  + Updates to HIG, Optimization Guide, Platform Demos, Platform
+Overview and Programming Guidelines.
+  + Drop outdated integration guide.
+  + Updated translations.
+
+---

Old:

  gnome-devel-docs-3.10.2.tar.xz

New:

  gnome-devel-docs-3.10.3.tar.xz



Other differences:
--
++ gnome-devel-docs.spec ++
--- /var/tmp/diff_new_pack.fAlNlI/_old  2014-02-24 07:02:11.0 +0100
+++ /var/tmp/diff_new_pack.fAlNlI/_new  2014-02-24 07:02:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-devel-docs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-devel-docs
-Version:3.10.2
+Version:3.10.3
 Release:0
 Summary:GNOME Platform Documentation
 License:GFDL-1.1
@@ -58,7 +58,6 @@
 %find_lang accessibility-devel-guide %{?no_lang_C} devel-docs.lang
 %find_lang gnome-devel-demos %{no_lang_C} devel-docs.lang
 %find_lang hig-book %{?no_lang_C} devel-docs.lang
-%find_lang integration-guide %{?no_lang_C} devel-docs.lang
 %find_lang optimization-guide %{?no_lang_C} devel-docs.lang
 %find_lang platform-overview %{?no_lang_C} devel-docs.lang
 %fdupes %{buildroot}
@@ -72,9 +71,9 @@
 %doc %{_datadir}/help/C/accessibility-devel-guide/
 %doc %{_datadir}/help/C/gnome-devel-demos/
 %doc %{_datadir}/help/C/hig-book/
-%doc %{_datadir}/help/C/integration-guide/
 %doc %{_datadir}/help/C/optimization-guide/
 %doc %{_datadir}/help/C/platform-overview/
+%doc %{_datadir}/help/C/programming-guidelines/
 
 %files lang -f devel-docs.lang
 

++ gnome-devel-docs-3.10.2.tar.xz - gnome-devel-docs-3.10.3.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs-3.10.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs-3.10.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 easytag for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package easytag for openSUSE:Factory checked 
in at 2014-02-24 07:01:57

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


Package is easytag

Changes:

--- /work/SRC/openSUSE:Factory/easytag/easytag.changes  2014-01-07 
20:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.easytag.new/easytag.changes 2014-02-24 
07:01:58.0 +0100
@@ -1,0 +2,17 @@
+Fri Feb 21 22:42:17 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.1.10:
+  + Several memory leak and crash fixes.
+  + GFileInfo porting and dummy browser row fixes.
+  + Add a Contents item to the Help menu, for viewing the Mallard
+help.
+  + Use g_spawn_async() to spawn child processes.
+  + Reinstate ID3 tag support on Windows.
+  + Remove the Quit button from the toolbar.
+  + Scanner memory leak fix.
+  + Add AppData XML.
+  + Updated translations.
+- Add %icon_theme_cache_post / %icon_theme_cache_postun calls to
+  %post and %postun.
+
+---

Old:

  easytag-2.1.9.tar.xz

New:

  easytag-2.1.10.tar.xz



Other differences:
--
++ easytag.spec ++
--- /var/tmp/diff_new_pack.S6DXTh/_old  2014-02-24 07:01:59.0 +0100
+++ /var/tmp/diff_new_pack.S6DXTh/_new  2014-02-24 07:01:59.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   easytag
-Version:2.1.9
+Version:2.1.10
 Release:0
 Summary:GTK+ tag editor for audio files
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://projects.gnome.org/easytag/
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/easytag/2.1/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/easytag/2.1/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
@@ -68,9 +68,11 @@
 
 %post
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
 %desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
@@ -79,6 +81,8 @@
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/easytag.appdata.xml
 
 %files lang -f %{name}.lang
 

++ easytag-2.1.9.tar.xz - easytag-2.1.10.tar.xz ++
 24043 lines of diff (skipped)

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



commit gparted for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2014-02-24 07:02:36

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


Package is gparted

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2013-12-23 
19:35:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.gparted.new/gparted.changes 2014-02-24 
07:02:37.0 +0100
@@ -1,0 +2,12 @@
+Sat Feb 22 09:54:06 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.18.0:
+  + Fix partition size less than requested by resize on ext2/3/4,
+ntfs, reiserfs file system.
+  + Prevent crash when creating new partition on disk with loop
+label.
+  + Bugs fixed: bgo#723543, bgo#711098, bgo#721988, bgo#721565,
+bgo#342682.
+  + Updated translations.
+
+---

Old:

  gparted-0.17.0.tar.bz2

New:

  gparted-0.18.0.tar.bz2



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.kuiunI/_old  2014-02-24 07:02:38.0 +0100
+++ /var/tmp/diff_new_pack.kuiunI/_new  2014-02-24 07:02:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gparted
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 Name:   gparted
 ## FIXME: Once we have a new enough libparted, pass --enable-online-resize to 
configure.
-Version:0.17.0
+Version:0.18.0
 Release:0
 Summary:Gnome Partition Editor
 License:GPL-2.0
 Group:  System/Filesystems
 Url:http://gparted.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.17.0/%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.18.0/%{name}-%{version}.tar.bz2
 Source1:gparted.policy
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes

++ gparted-0.17.0.tar.bz2 - gparted-0.18.0.tar.bz2 ++
 40859 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-music for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-music for openSUSE:Factory 
checked in at 2014-02-24 07:02:14

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


Package is gnome-music

Changes:

--- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes  2013-12-30 
09:53:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-music.new/gnome-music.changes 
2014-02-24 07:02:15.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb 23 13:29:17 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + Bugs fixed: bgo#709234, bgo#721595, bgo#724016, bgo#723942,
+bgo#708154, bgo#723765, bgo#721297, bgo#700022, bgo#707744.
+- Changes from version 3.10.2:
+  + Correctly use AlbumArtCache.get_media_title in notifications.
+  + Correctly use gettext call.
+  + Do not ship a broken AppData file.
+  + Updated translations.
+- Drop gnome-music-without-gsd.patch: fixed upstream.
+
+---

Old:

  gnome-music-3.10.1.tar.xz
  gnome-music-without-gsd.patch

New:

  gnome-music-3.10.3.tar.xz



Other differences:
--
++ gnome-music.spec ++
--- /var/tmp/diff_new_pack.gAR4SM/_old  2014-02-24 07:02:16.0 +0100
+++ /var/tmp/diff_new_pack.gAR4SM/_new  2014-02-24 07:02:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-music
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   gnome-music
-Version:3.10.1
+Version:3.10.3
 Release:0
 Summary:Music Player for GNOME
 License:SUSE-GPL-2.0-with-plugin-exception and LGPL-2.1+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-music/3.10/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-music-without-gsd.patch bnc#852362 bgo#709234 
dims...@opensuse.org -- Allow launching gnome-music outside of a gnome-session
-Patch0: gnome-music-without-gsd.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool = 0.26
 BuildRequires:  itstool
@@ -55,7 +53,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ gnome-music-3.10.1.tar.xz - gnome-music-3.10.3.tar.xz ++
 2729 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

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2014-02-24 07:02:45

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-10-17 
17:40:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2014-02-24 07:02:46.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 21 19:40:12 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.2:
+  + Location database additions (bgo#721446, bgo#720871,
+bgo#720777, bgo#722301).
+  + Updated translations.
+
+---

Old:

  libgweather-3.10.1.tar.xz

New:

  libgweather-3.10.2.tar.xz



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.7BAjZ7/_old  2014-02-24 07:02:47.0 +0100
+++ /var/tmp/diff_new_pack.7BAjZ7/_new  2014-02-24 07:02:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgweather
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgweather
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:Library to get online weather information
 License:GPL-2.0+

++ libgweather-3.10.1.tar.xz - libgweather-3.10.2.tar.xz ++
 47284 lines of diff (skipped)

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



commit luasocket for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package luasocket for openSUSE:Factory 
checked in at 2014-02-24 07:02:51

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


Package is luasocket

Changes:

--- /work/SRC/openSUSE:Factory/luasocket/luasocket.changes  2014-02-19 
07:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.luasocket.new/luasocket.changes 2014-02-24 
07:02:52.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb 22 11:19:36 UTC 2014 - i...@marguerite.su
+
+- fix url to github. 
+- you can't find any info about 3.0 on the old page.
+
+---



Other differences:
--
++ luasocket.spec ++
--- /var/tmp/diff_new_pack.A0S8xM/_old  2014-02-24 07:02:52.0 +0100
+++ /var/tmp/diff_new_pack.A0S8xM/_new  2014-02-24 07:02:52.0 +0100
@@ -23,7 +23,7 @@
 Summary:Network support for the Lua language
 License:MIT
 Group:  Development/Libraries
-Url:http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
+Url:https://github.com/diegonehab/luasocket
 Source0:luasocket-%{_version}.tar.gz
 Patch0: luasocket-makefile.patch
 BuildRequires:  lua-devel
@@ -49,7 +49,6 @@
 mv -f LICENSE.UTF8 LICENSE
 make %{?_smp_mflags} OPTFLAGS=%{optflags} -fPIC linux
 
-
 %install
 make install-unix OPTFLAGS=%{optflags} INSTALL_TOP=%{buildroot} 
INSTALL_TOP_CDIR=%{buildroot}%{lua_archdir} 
INSTALL_TOP_LDIR=%{buildroot}%{lua_noarchdir}
 

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



commit gnome-user-docs for openSUSE:Factory

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-user-docs for openSUSE:Factory 
checked in at 2014-02-24 07:02:31

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


Package is gnome-user-docs

Changes:

--- /work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs.changes  
2013-11-24 11:55:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs.changes 
2014-02-24 07:02:32.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 21 19:45:00 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.3:
+  + Updates to GNOME Help and System Admin Guide.
+  + Updated translations.
+
+---

Old:

  gnome-user-docs-3.10.2.tar.xz

New:

  gnome-user-docs-3.10.3.tar.xz



Other differences:
--
++ gnome-user-docs.spec ++
--- /var/tmp/diff_new_pack.RdexEo/_old  2014-02-24 07:02:33.0 +0100
+++ /var/tmp/diff_new_pack.RdexEo/_new  2014-02-24 07:02:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-user-docs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-user-docs
-Version:3.10.2
+Version:3.10.3
 Release:0
 Summary:GNOME Desktop Documentation
 License:GFDL-1.1

++ gnome-user-docs-3.10.2.tar.xz - gnome-user-docs-3.10.3.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-user-docs/gnome-user-docs-3.10.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-user-docs.new/gnome-user-docs-3.10.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 flash-player for openSUSE:13.1:NonFree:Update

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.1:NonFree:Update checked in at 2014-02-24 07:26:34

Comparing /work/SRC/openSUSE:13.1:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:13.1:NonFree:Update/.flash-player.new (New)


Package is flash-player

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.b5tMg8/_old  2014-02-24 07:26:35.0 +0100
+++ /var/tmp/diff_new_pack.b5tMg8/_new  2014-02-24 07:26:35.0 +0100
@@ -1 +1 @@
-link package='flash-player.2539' cicount='copy' /
+link package='flash-player.2593' cicount='copy' /

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



commit flash-player for openSUSE:12.3:NonFree:Update

2014-02-23 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.3:NonFree:Update checked in at 2014-02-24 07:26:31

Comparing /work/SRC/openSUSE:12.3:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:12.3:NonFree:Update/.flash-player.new (New)


Package is flash-player

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LCgtld/_old  2014-02-24 07:26:32.0 +0100
+++ /var/tmp/diff_new_pack.LCgtld/_new  2014-02-24 07:26:32.0 +0100
@@ -1 +1 @@
-link package='flash-player.2539' cicount='copy' /
+link package='flash-player.2593' cicount='copy' /

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