Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2018-10-17 08:15:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-desktop (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-desktop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-desktop"

Wed Oct 17 08:15:50 2018 rev:146 rq:638516 version:3.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes      
2018-05-22 16:59:24.533799949 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2018-10-17 08:15:55.255007684 +0200
@@ -1,0 +2,55 @@
+Wed Sep 26 11:19:34 UTC 2018 - [email protected]
+
+- Update to version 3.30.1:
+  + Fix another wall clock regression.
+
+-------------------------------------------------------------------
+Fri Sep 21 07:26:41 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Strip pointless --with-pic, no static libs are built.
+
+-------------------------------------------------------------------
+Sat Sep  8 10:26:35 UTC 2018 - [email protected]
+
+- Update to version 3.30.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Aug 15 18:29:12 UTC 2018 - [email protected]
+
+- Update to version 3.29.91:
+  + Fix various wall clock regressions.
+  + Fix regressions from intltool removal.
+  + Fix regressions introduced by g_autoptr usage.
+
+-------------------------------------------------------------------
+Fri Aug  3 19:20:43 UTC 2018 - [email protected]
+
+- Update to version 3.29.90.1:
+  + wall-clock: Tweak the clock format
+  + Require gio-unix-2.0.
+- Changes from version 3.29.90:
+  + wall-clock: Immediately react to show-weekday changes.
+- Add pkgconfig(gio-unix-2.0) BuildRequires: New dependency.
+- Use make_build macro.
+
+-------------------------------------------------------------------
+Sat Jul 28 00:08:05 UTC 2018 - [email protected]
+
+- Update to version 3.29.4:
+  + No changes, version bump only.
+
+-------------------------------------------------------------------
+Tue Jun 19 23:24:22 UTC 2018 - [email protected]
+
+- Update to version 3.29.3:
+  + Fix memory leak.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri May 11 03:29:01 UTC 2018 - [email protected]
+
+- Update to version 3.29.1:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-desktop-3.28.2.tar.xz

New:
----
  gnome-desktop-3.30.1.tar.xz

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

Other differences:
------------------
++++++ gnome-desktop.spec ++++++
--- /var/tmp/diff_new_pack.rUIGOi/_old  2018-10-17 08:15:55.979007361 +0200
+++ /var/tmp/diff_new_pack.rUIGOi/_new  2018-10-17 08:15:55.987007357 +0200
@@ -12,22 +12,24 @@
 # 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 IS_DEFAULT_GNOME_DESKTOP 1
 Name:           gnome-desktop
-Version:        3.28.2
+Version:        3.30.1
 Release:        0
 Summary:        The GNOME Desktop API Library
 License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
-URL:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gnome-desktop/3.28/%{name}-%{version}.tar.xz
+URL:            https://www.gnome.org
+Source0:        
https://download.gnome.org/sources/gnome-desktop/3.30/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+
 # PATFH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch 
bnc#1029083 boo#1056289 [email protected] -- Switch new user's default input 
engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus 
input frame-work condition.
 Patch1:         gnome-desktop-switch-Japanese-default-input-to-mozc.patch
+
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -35,6 +37,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
+BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.53.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.27.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.6
@@ -134,21 +137,24 @@
 %endif
 
 %build
-%configure --with-pic\
-       --disable-static\
+%configure \
+        --disable-static \
 %if 0%{?BUILD_FROM_VCS}
         --enable-gtk-doc \
 %endif
         --with-gnome-distributor="SUSE" \
-        --disable-date-in-gnome-version
-make %{?_smp_mflags}
+        --disable-date-in-gnome-version \
+        %{nil}
+%make_build
 
 %install
 %make_install
+
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang fdl %{?no_lang_C} %{name}-3.0.lang
 %find_lang gpl %{?no_lang_C} %{name}-3.0.lang
 %find_lang lgpl %{?no_lang_C} %{name}-3.0.lang
+
 %if ! (%{IS_DEFAULT_GNOME_DESKTOP} || 0%{?BUILD_FROM_VCS})
 rm %{buildroot}%{_datadir}/gnome/gnome-version.xml
 %endif

++++++ gnome-desktop-3.28.2.tar.xz -> gnome-desktop-3.30.1.tar.xz ++++++
++++ 33041 lines of diff (skipped)


Reply via email to