Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2017-08-10 14:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xed (Old)
 and      /work/SRC/openSUSE:Factory/.xed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xed"

Thu Aug 10 14:03:30 2017 rev:13 rq:512139 version:1.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xed/xed.changes  2017-06-29 15:18:44.234333930 
+0200
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes     2017-08-10 
14:11:48.886889664 +0200
@@ -1,0 +2,12 @@
+Sun Jul 23 14:10:37 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.6:
+  * Use the correct value to save the window state in GSettings.
+
+-------------------------------------------------------------------
+Sun Jul  9 12:20:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.4.5:
+  * Create ISSUE_TEMPLATE.md.
+
+-------------------------------------------------------------------

Old:
----
  xed-1.4.4.tar.gz

New:
----
  xed-1.4.6.tar.gz

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

Other differences:
------------------
++++++ xed.spec ++++++
--- /var/tmp/diff_new_pack.HaUfXp/_old  2017-08-10 14:11:50.102718479 +0200
+++ /var/tmp/diff_new_pack.HaUfXp/_new  2017-08-10 14:11:50.110717353 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           xed
-Version:        1.4.4
+Version:        1.4.6
 Release:        0
 Summary:        A text editor with highlighting
 License:        GPL-2.0+
@@ -101,7 +101,6 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING README debian/changelog
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
@@ -116,11 +115,9 @@
 %{_datadir}/help/C/%{name}/
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ xed-1.4.4.tar.gz -> xed-1.4.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.4/.github/ISSUE_TEMPLATE.md 
new/xed-1.4.6/.github/ISSUE_TEMPLATE.md
--- old/xed-1.4.4/.github/ISSUE_TEMPLATE.md     1970-01-01 01:00:00.000000000 
+0100
+++ new/xed-1.4.6/.github/ISSUE_TEMPLATE.md     2017-07-15 21:38:03.000000000 
+0200
@@ -0,0 +1,19 @@
+
+```
+ * Xed version (xed --version)
+ * Distribution - (Mint 17.2, Arch, Fedora 25, etc...)
+```
+
+**Issue**
+
+
+
+**Steps to reproduce**
+
+
+
+**Expected behaviour**
+
+
+
+**Other information**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.4/configure.ac new/xed-1.4.6/configure.ac
--- old/xed-1.4.4/configure.ac  2017-06-28 10:11:59.000000000 +0200
+++ new/xed-1.4.6/configure.ac  2017-07-15 21:38:03.000000000 +0200
@@ -4,7 +4,7 @@
 
 m4_define(xed_major_version, 1)
 m4_define(xed_minor_version, 4)
-m4_define(xed_micro_version, 4)
+m4_define(xed_micro_version, 6)
 m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
 
 AC_INIT([xed], [xed_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.4/debian/changelog 
new/xed-1.4.6/debian/changelog
--- old/xed-1.4.4/debian/changelog      2017-06-28 10:11:59.000000000 +0200
+++ new/xed-1.4.6/debian/changelog      2017-07-15 21:38:03.000000000 +0200
@@ -1,3 +1,20 @@
+xed (1.4.6) sonya; urgency=medium
+
+  [ githpr ]
+  * Use correct value to save the window state in gsettings. (#147)
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Sat, 15 Jul 2017 21:37:18 +0200
+
+xed (1.4.5) sonya; urgency=medium
+
+  [ JosephMcc ]
+  * Create ISSUE_TEMPLATE.md
+
+  [ Clement Lefebvre ]
+  * Packaging: Remove dependency on libpeas-1.0-0-python3loader in LMDE
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Tue, 04 Jul 2017 13:11:46 +0200
+
 xed (1.4.4) sonya; urgency=medium
 
   * l10n: Update translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.4/debian/control new/xed-1.4.6/debian/control
--- old/xed-1.4.4/debian/control        2017-06-28 10:11:59.000000000 +0200
+++ new/xed-1.4.6/debian/control        2017-07-15 21:38:03.000000000 +0200
@@ -30,7 +30,7 @@
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
-         libpeas-1.0-0-python3loader,
+         libpeas-1.0-0-python3loader | debian-system-adjustments,
          python3,
          python3-gi,
          xapps-common,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.4.4/xed/xed-window.c 
new/xed-1.4.6/xed/xed-window.c
--- old/xed-1.4.4/xed/xed-window.c      2017-06-28 10:11:59.000000000 +0200
+++ new/xed-1.4.6/xed/xed-window.c      2017-07-15 21:38:03.000000000 +0200
@@ -256,7 +256,7 @@
     XedWindow *window = XED_WINDOW (widget);
 
     window->priv->window_state = event->new_window_state;
-    g_settings_set_int (window->priv->window_settings, 
XED_SETTINGS_WINDOW_STATE, window->priv->state);
+    g_settings_set_int (window->priv->window_settings, 
XED_SETTINGS_WINDOW_STATE, window->priv->window_state);
 
     return FALSE;
 }
@@ -268,7 +268,7 @@
     XedWindow *window = XED_WINDOW (widget);
 
     if (gtk_widget_get_realized (widget) &&
-        (window->priv->state & (GDK_WINDOW_STATE_MAXIMIZED | 
GDK_WINDOW_STATE_FULLSCREEN)) == 0)
+        (window->priv->window_state & (GDK_WINDOW_STATE_MAXIMIZED | 
GDK_WINDOW_STATE_FULLSCREEN)) == 0)
     {
         save_window_state (widget);
     }


Reply via email to