Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-themes for openSUSE:Factory 
checked in at 2022-04-08 22:46:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-themes (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-themes.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-themes"

Fri Apr  8 22:46:17 2022 rev:72 rq:967858 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-themes/gnome-themes.changes        
2021-11-11 21:39:36.461028056 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-themes.new.1900/gnome-themes.changes      
2022-04-08 22:46:41.102495634 +0200
@@ -1,0 +2,7 @@
+Fri Apr  8 07:53:04 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add gnome-themes-locale-directory.patch: ensure translations are
+  installed to /usr/share/locale.Upstream is basically dead, but
+  the fix is simple enough to let the package live on a bit longer.
+
+-------------------------------------------------------------------

New:
----
  gnome-themes-locale-directory.patch

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

Other differences:
------------------
++++++ gnome-themes.spec ++++++
--- /var/tmp/diff_new_pack.UbJ2bf/_old  2022-04-08 22:46:41.614489951 +0200
+++ /var/tmp/diff_new_pack.UbJ2bf/_new  2022-04-08 22:46:41.622489862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Source0:        
http://download.gnome.org/sources/%{name}/3.0/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gnome-themes-disable-engine-test.patch bgo#642970 
fcro...@novell.com -- don't check for gtk-engines-3 at build time
 Patch0:         gnome-themes-disable-engine-test.patch
+# PATCH-FIX-OPENSUSE gnome-themes-locale-directory.patch dims...@opensuse.org 
-- Ensure locales installed to /usr/share
+Patch1:         gnome-themes-locale-directory.patch
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gtk3-devel
@@ -40,8 +42,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 #needed by patch0

++++++ gnome-themes-locale-directory.patch ++++++
Index: gnome-themes-3.0.0/configure.in
===================================================================
--- gnome-themes-3.0.0.orig/configure.in
+++ gnome-themes-3.0.0/configure.in
@@ -21,7 +21,7 @@ AM_GLIB_GNU_GETTEXT
 
 # AM_GLIB_GNU_GETTEXT above subst. $DATADIRNAME
 # this is the directory where the *.{mo,gmo} files are installed
-localedir='${prefix}/${DATADIRNAME}/locale'
+localedir='${prefix}/share/locale'
 AC_SUBST(localedir)
 
 # Workaround to make aclocal get the right flags

Reply via email to