Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gtk2-engine-murrine for
openSUSE:Factory checked in at 2024-04-25 20:47:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2-engine-murrine (Old)
and /work/SRC/openSUSE:Factory/.gtk2-engine-murrine.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2-engine-murrine"
Thu Apr 25 20:47:40 2024 rev:26 rq:1170050 version:0.98.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2-engine-murrine/gtk2-engine-murrine.changes
2024-03-06 23:04:16.840767227 +0100
+++
/work/SRC/openSUSE:Factory/.gtk2-engine-murrine.new.1880/gtk2-engine-murrine.changes
2024-04-25 20:47:51.179151411 +0200
@@ -1,0 +2,5 @@
+Mon Apr 22 16:37:47 UTC 2024 - Michael Gorse <[email protected]>
+
+- Add murrine-missing-prototypes.patch: add missing prototypes.
+
+-------------------------------------------------------------------
New:
----
murrine-missing-prototypes.patch
BETA DEBUG BEGIN:
New:
- Add murrine-missing-prototypes.patch: add missing prototypes.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-engine-murrine.spec ++++++
--- /var/tmp/diff_new_pack.zTqFig/_old 2024-04-25 20:47:52.107185487 +0200
+++ /var/tmp/diff_new_pack.zTqFig/_new 2024-04-25 20:47:52.111185634 +0200
@@ -25,6 +25,8 @@
Group: System/GUI/XFCE
URL: http://ftp.gnome.org/pub/GNOME/sources/murrine/
Source:
http://download.gnome.org/sources/murrine/0.98/%{_name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM murrine-missing-prototypes.patch [email protected] -- add
missing prototypes.
+Patch0: murrine-missing-prototypes.patch
BuildRequires: gtk2-devel >= 2.12.0
BuildRequires: intltool
BuildRequires: pkgconfig
@@ -37,7 +39,7 @@
and clean on the eyes, and is extremely customizable.
%prep
-%setup -q -n %{_name}-%{version}
+%autosetup -p1 -n %{_name}-%{version}
%build
%configure --enable-animation
++++++ murrine-missing-prototypes.patch ++++++
diff -urp murrine-0.98.2.orig/src/murrine_rc_style.h
murrine-0.98.2/src/murrine_rc_style.h
--- murrine-0.98.2.orig/src/murrine_rc_style.h 2012-01-17 11:46:01.000000000
-0600
+++ murrine-0.98.2/src/murrine_rc_style.h 2024-04-22 11:35:07.629505140
-0500
@@ -155,4 +155,5 @@ struct _MurrineRcStyleClass
GType murrine_rc_style_get_type (void);
+void murrine_rc_style_register_types (GTypeModule *module);
#endif /* MURRINE_RC_STYLE_H */
diff -urp murrine-0.98.2.orig/src/murrine_style.h
murrine-0.98.2/src/murrine_style.h
--- murrine-0.98.2.orig/src/murrine_style.h 2012-01-17 11:46:01.000000000
-0600
+++ murrine-0.98.2/src/murrine_style.h 2024-04-22 11:43:35.132145088 -0500
@@ -103,4 +103,5 @@ struct _MurrineStyleClass
GType murrine_style_get_type (void);
+void murrine_style_register_types (GTypeModule *module);
#endif /* MURRINE_STYLE_H */
diff -urp murrine-0.98.2.orig/src/support.h murrine-0.98.2/src/support.h
--- murrine-0.98.2.orig/src/support.h 2012-01-17 11:46:01.000000000 -0600
+++ murrine-0.98.2/src/support.h 2024-04-22 11:35:57.549764946 -0500
@@ -148,5 +148,7 @@ G_GNUC_INTERNAL void murrine_set_toolbar
G_GNUC_INTERNAL void murrine_get_notebook_tab_position (GtkWidget *widget,
gboolean *start,
gboolean *end);
+G_GNUC_INTERNAL gboolean murrine_widget_is_ltr (GtkWidget *widget);
+G_GNUC_INTERNAL gboolean murrine_object_is_a (const GObject * object, const
gchar * type_name);
#endif /* SUPPORT_H */