commit mate-backgrounds for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2020-03-03 10:16:20

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new.26092 (New)


Package is "mate-backgrounds"

Tue Mar  3 10:16:20 2020 rev:14 rq:780521 version:1.24.1

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2020-02-05 19:44:14.743340378 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.26092/mate-backgrounds.changes 
2020-03-03 10:16:43.826711207 +0100
@@ -1,0 +2,11 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin 
+
+- Update to version 1.24.1 (changes since 1.23.0):
+  * build: Don't override GETTEXT_PACKAGE if it's equal to
+PACKAGE_NAME.
+  * Fix the error if have a newer version of gettext.
+  * build: Add meson config files to EXTRA_DIST.
+  * Update translations.
+- Drop support for old openSUSE versions.
+
+---

Old:

  mate-backgrounds-1.23.0.tar.xz

New:

  mate-backgrounds-1.24.1.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.IyLkVJ/_old  2020-03-03 10:16:47.470718747 +0100
+++ /var/tmp/diff_new_pack.IyLkVJ/_new  2020-03-03 10:16:47.474718755 +0100
@@ -16,17 +16,15 @@
 #
 
 
-%define _version 1.23
+%define _version 1.24
 Name:   mate-backgrounds
-Version:1.23.0
+Version:1.24.1
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0-only
-Group:  System/GUI/Other
 URL:https://mate-desktop.org/
-Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# set to _version when mate-common has an equal release
-BuildRequires:  mate-common >= 1.22
+Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  meson
 Recommends: %{name}-lang
 BuildArch:  noarch
@@ -41,7 +39,7 @@
 %setup -q
 
 %build
-%meson %{nil}
+%meson
 %meson_build
 
 %install

++ mate-backgrounds-1.23.0.tar.xz -> mate-backgrounds-1.24.1.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.23.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.26092/mate-backgrounds-1.24.1.tar.xz
 differ: char 25, line 1




commit mate-backgrounds for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2020-02-05 19:43:17

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new.26092 (New)


Package is "mate-backgrounds"

Wed Feb  5 19:43:17 2020 rev:13 rq:770288 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2019-07-31 14:35:22.125897699 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.26092/mate-backgrounds.changes 
2020-02-05 19:44:14.743340378 +0100
@@ -1,0 +2,5 @@
+Wed Feb  5 14:04:34 UTC 2020 - Jonathan Brielmaier 
+
+- Switch to meson build system. This makes the build green again.
+
+---



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.HX8Ad2/_old  2020-02-05 19:44:15.659340814 +0100
+++ /var/tmp/diff_new_pack.HX8Ad2/_new  2020-02-05 19:44:15.659340814 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-backgrounds
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # set to _version when mate-common has an equal release
 BuildRequires:  mate-common >= 1.22
+BuildRequires:  meson
 Recommends: %{name}-lang
 BuildArch:  noarch
 
@@ -40,12 +41,11 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 mate-autogen
-%configure
-make %{?_smp_mflags} V=1
+%meson %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 
 %files




commit mate-backgrounds for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2019-07-31 14:35:01

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new.4126 (New)


Package is "mate-backgrounds"

Wed Jul 31 14:35:01 2019 rev:12 rq:719954 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2019-05-16 22:03:44.470639783 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.4126/mate-backgrounds.changes  
2019-07-31 14:35:22.125897699 +0200
@@ -1,0 +2,10 @@
+Wed Jul 17 13:42:21 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 1.23.0:
+   * Translations update
+   * update makepot script
+   * use meson build system
+   * Migrate from intltool to gettext
+   * provide releases at github 
+
+---

Old:

  mate-backgrounds-1.22.0.tar.xz

New:

  mate-backgrounds-1.23.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.DrM7LB/_old  2019-07-31 14:35:23.093897205 +0200
+++ /var/tmp/diff_new_pack.DrM7LB/_new  2019-07-31 14:35:23.093897205 +0200
@@ -16,16 +16,17 @@
 #
 
 
-%define _version 1.22
+%define _version 1.23
 Name:   mate-backgrounds
-Version:1.22.0
+Version:1.23.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0-only
 Group:  System/GUI/Other
 URL:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  mate-common >= %{_version}
+# set to _version when mate-common has an equal release
+BuildRequires:  mate-common >= 1.22
 Recommends: %{name}-lang
 BuildArch:  noarch
 

++ mate-backgrounds-1.22.0.tar.xz -> mate-backgrounds-1.23.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.22.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.4126/mate-backgrounds-1.23.0.tar.xz
 differ: char 25, line 1




commit mate-backgrounds for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2019-05-16 22:03:40

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new.5148 (New)


Package is "mate-backgrounds"

Thu May 16 22:03:40 2019 rev:11 rq:682558 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2018-03-20 21:57:13.580451791 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.5148/mate-backgrounds.changes  
2019-05-16 22:03:44.470639783 +0200
@@ -1,0 +2,6 @@
+Tue Mar  5 15:19:33 UTC 2019 - sor.ale...@meowr.ru
+
+- Update to version 1.22.0:
+  * Update translations.
+
+---

Old:

  mate-backgrounds-1.20.0.tar.xz

New:

  mate-backgrounds-1.22.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.0Px6QF/_old  2019-05-16 22:03:45.322638985 +0200
+++ /var/tmp/diff_new_pack.0Px6QF/_new  2019-05-16 22:03:45.326638981 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-backgrounds
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _version 1.20
+%define _version 1.22
 Name:   mate-backgrounds
-Version:1.20.0
+Version:1.22.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0-only
 Group:  System/GUI/Other
-Url:https://mate-desktop.org/
+URL:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 Recommends: %{name}-lang
@@ -48,11 +48,7 @@
 %find_lang %{name} %{?no_lang_C}
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS
 %{_datadir}/backgrounds/
 %{_datadir}/mate-background-properties/

++ mate-backgrounds-1.20.0.tar.xz -> mate-backgrounds-1.22.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.20.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new.5148/mate-backgrounds-1.22.0.tar.xz
 differ: char 25, line 1




commit mate-backgrounds for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2018-03-20 21:56:49

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is "mate-backgrounds"

Tue Mar 20 21:56:49 2018 rev:10 rq:586543 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2017-03-20 17:11:39.520114042 +0100
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2018-03-20 21:57:13.580451791 +0100
@@ -1,0 +2,7 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Drop ancient GNOME leftovers.
+  * Update translations.
+
+---

Old:

  mate-backgrounds-1.18.0.tar.xz

New:

  mate-backgrounds-1.20.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.8glOZ3/_old  2018-03-20 21:57:14.800407865 +0100
+++ /var/tmp/diff_new_pack.8glOZ3/_new  2018-03-20 21:57:14.804407721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-backgrounds
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-%define _version 1.18
+%define _version 1.20
 Name:   mate-backgrounds
-Version:1.18.0
+Version:1.20.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
@@ -48,12 +48,15 @@
 %find_lang %{name} %{?no_lang_C}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS
 %{_datadir}/backgrounds/
 %{_datadir}/mate-background-properties/
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ mate-backgrounds-1.18.0.tar.xz -> mate-backgrounds-1.20.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.18.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.20.0.tar.xz 
differ: char 26, line 1




commit mate-backgrounds for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2017-03-20 17:11:36

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is "mate-backgrounds"

Mon Mar 20 17:11:36 2017 rev:9 rq:481124 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2016-09-25 14:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2017-03-20 17:11:39.520114042 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Update translations.
+
+---

Old:

  mate-backgrounds-1.16.0.tar.xz

New:

  mate-backgrounds-1.18.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.HxkdXc/_old  2017-03-20 17:11:41.347855966 +0100
+++ /var/tmp/diff_new_pack.HxkdXc/_new  2017-03-20 17:11:41.351855401 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-backgrounds
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mate-backgrounds
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 Recommends: %{name}-lang
@@ -41,7 +41,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-backgrounds-1.16.0.tar.xz -> mate-backgrounds-1.18.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.18.0.tar.xz 
differ: char 26, line 1




commit mate-backgrounds for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2016-09-25 14:42:44

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is "mate-backgrounds"

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2016-04-15 19:09:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2016-09-25 14:42:47.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Update translations.
+
+---

Old:

  mate-backgrounds-1.14.0.tar.xz

New:

  mate-backgrounds-1.16.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.BO8hUl/_old  2016-09-25 14:42:49.0 +0200
+++ /var/tmp/diff_new_pack.BO8hUl/_new  2016-09-25 14:42:49.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mate-backgrounds
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0
@@ -39,6 +39,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure
 make %{?_smp_mflags}
 

++ mate-backgrounds-1.14.0.tar.xz -> mate-backgrounds-1.16.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.14.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.16.0.tar.xz 
differ: char 26, line 1




commit mate-backgrounds for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2016-04-15 19:09:40

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is "mate-backgrounds"

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2015-11-11 10:30:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2016-04-15 19:09:41.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.0:
+  * Add new languages and sync translations with Transifex.
+  * Add Changelog generation.
+
+---
+Mon Jan 25 19:56:45 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.13.0.
+
+---

Old:

  mate-backgrounds-1.12.0.tar.xz

New:

  mate-backgrounds-1.14.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.xK8N4Z/_old  2016-04-15 19:09:43.0 +0200
+++ /var/tmp/diff_new_pack.xK8N4Z/_new  2016-04-15 19:09:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-backgrounds
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.12
+%define _version 1.14
 Name:   mate-backgrounds
-Version:1.12.0
+Version:1.14.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0

++ mate-backgrounds-1.12.0.tar.xz -> mate-backgrounds-1.14.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.12.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.14.0.tar.xz 
differ: char 25, line 1




commit mate-backgrounds for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2015-11-11 10:30:23

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is "mate-backgrounds"

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2015-07-03 00:09:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2015-11-11 10:30:32.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0.
+
+---

Old:

  mate-backgrounds-1.10.0.tar.xz

New:

  mate-backgrounds-1.12.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.voPofH/_old  2015-11-11 10:30:34.0 +0100
+++ /var/tmp/diff_new_pack.voPofH/_new  2015-11-11 10:30:34.0 +0100
@@ -16,17 +16,17 @@
 #
 
 
-%define _version 1.10
+%define _version 1.12
 Name:   mate-backgrounds
-Version:1.10.0
+Version:1.12.0
 Release:0
 Summary:A set of backgrounds packaged with the MATE desktop
 License:GPL-2.0
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  mate-common >= 1.9.0
-Recommends: %{name}-lang = %{version}
+BuildRequires:  mate-common >= %{_version}
+Recommends: %{name}-lang
 BuildArch:  noarch
 
 %description
@@ -48,7 +48,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING
+%doc AUTHORS COPYING NEWS
 %{_datadir}/backgrounds/
 %{_datadir}/mate-background-properties/
 

++ mate-backgrounds-1.10.0.tar.xz -> mate-backgrounds-1.12.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.12.0.tar.xz 
differ: char 25, line 1




commit mate-backgrounds for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2015-07-02 22:48:31

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is mate-backgrounds

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2014-03-22 18:01:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2015-07-03 00:09:47.0 +0200
@@ -1,0 +2,27 @@
+Mon May  4 21:11:16 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.10.0
+  * No changes since version 1.9.90
+
+---
+Mon Mar 23 15:48:34 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.9.90 (unstable)
+  * No changes since version 1.9.1
+
+---
+Tue Nov 11 17:14:19 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.1 (unstable)
+  + Add Ubuntu MATE wallpapers without branding, by Ubuntu MATE team
+  + Add new MATE-Stripes-Dark.png, MATE-Stripes-Light.png wallpapers
+- Fix version requirements
+
+---
+Sun Oct 26 13:59:53 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.0 (unstable)
+  + Add new MATE-Stripes-Dark.png, MATE-Stripes-Light.png wallpapers
+by hekel
+
+---

Old:

  mate-backgrounds-1.8.0.tar.xz

New:

  mate-backgrounds-1.10.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.eRtjjS/_old  2015-07-03 00:09:48.0 +0200
+++ /var/tmp/diff_new_pack.eRtjjS/_new  2015-07-03 00:09:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-backgrounds 
+# spec file for package mate-backgrounds
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,23 +13,25 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define _version 1.10
 Name:   mate-backgrounds
-Version:1.8.0
+Version:1.10.0
 Release:0
-License:GPL-2.0
 Summary:A set of backgrounds packaged with the MATE desktop
-Url:http://mate-desktop.org/
+License:GPL-2.0
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Url:http://mate-desktop.org/
+Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires:  mate-common = 1.9.0
+Recommends: %{name}-lang = %{version}
 BuildArch:  noarch
-BuildRequires:  mate-common
-Recommends: %{name}-lang 
 
 %description
-This is a collection of desktop wallpapers created with MATE users in
-mind.
+This is a collection of desktop wallpapers created with MATE users
+in mind.
 
 %lang_package
 
@@ -41,16 +43,16 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING
-%{_datadir}/mate-background-properties/
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING
 %{_datadir}/backgrounds/
+%{_datadir}/mate-background-properties/
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++ mate-backgrounds-1.8.0.tar.xz - mate-backgrounds-1.10.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.8.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.10.0.tar.xz 
differ: char 26, line 1




commit mate-backgrounds for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2014-03-22 14:44:54

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is mate-backgrounds

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2014-01-03 19:44:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2014-03-22 18:01:52.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar  5 10:58:52 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+
+---
+Wed Feb 19 16:25:31 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90 (unstable)
+  + add new Float into MATE wallpaper by Rowen Stipe
+  + add artist tag in XML files
+- Remove useless xz require
+
+---

Old:

  mate-backgrounds-1.6.1.tar.xz

New:

  mate-backgrounds-1.8.0.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.q0R3kr/_old  2014-03-22 18:01:53.0 +0100
+++ /var/tmp/diff_new_pack.q0R3kr/_new  2014-03-22 18:01:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-backgrounds 
 #
-# 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
@@ -16,16 +16,15 @@
 
 
 Name:   mate-backgrounds
-Version:1.6.1
+Version:1.8.0
 Release:0
 License:GPL-2.0
 Summary:A set of backgrounds packaged with the MATE desktop
 Url:http://mate-desktop.org/
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRequires:  mate-common
-BuildRequires:  xz
 Recommends: %{name}-lang 
 
 %description

++ mate-backgrounds-1.6.1.tar.xz - mate-backgrounds-1.8.0.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.8.0.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 mate-backgrounds for openSUSE:Factory

2014-01-03 Thread h_root
Hello community,

here is the log from the commit of package mate-backgrounds for 
openSUSE:Factory checked in at 2014-01-03 19:44:55

Comparing /work/SRC/openSUSE:Factory/mate-backgrounds (Old)
 and  /work/SRC/openSUSE:Factory/.mate-backgrounds.new (New)


Package is mate-backgrounds

Changes:

--- /work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds.changes
2013-12-18 19:21:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds.changes   
2014-01-03 19:44:56.0 +0100
@@ -1,0 +2,9 @@
+Wed Jan  1 14:43:15 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.6.1
+  + Fix makefile for make dist
+  + Create xz tarball
+  + Remove distro folder
+- Unversion Recommends: mate-backgrounds-lang
+
+---

Old:

  mate-backgrounds-1.6.0.tar.xz

New:

  mate-backgrounds-1.6.1.tar.xz



Other differences:
--
++ mate-backgrounds.spec ++
--- /var/tmp/diff_new_pack.pkwJ87/_old  2014-01-03 19:44:57.0 +0100
+++ /var/tmp/diff_new_pack.pkwJ87/_new  2014-01-03 19:44:57.0 +0100
@@ -16,7 +16,7 @@
 
 
 Name:   mate-backgrounds
-Version:1.6.0
+Version:1.6.1
 Release:0
 License:GPL-2.0
 Summary:A set of backgrounds packaged with the MATE desktop
@@ -24,10 +24,9 @@
 Group:  System/GUI/Other
 Source0:
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 BuildArch:  noarch
-
 BuildRequires:  mate-common
 BuildRequires:  xz
-Recommends: %{name}-lang = %{version}-%{release}
+Recommends: %{name}-lang 
 
 %description
 This is a collection of desktop wallpapers created with MATE users in
@@ -39,7 +38,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ mate-backgrounds-1.6.0.tar.xz - mate-backgrounds-1.6.1.tar.xz ++
/work/SRC/openSUSE:Factory/mate-backgrounds/mate-backgrounds-1.6.0.tar.xz 
/work/SRC/openSUSE:Factory/.mate-backgrounds.new/mate-backgrounds-1.6.1.tar.xz 
differ: char 25, line 1

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