commit mousepad for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package mousepad for openSUSE:Factory 
checked in at 2019-08-16 15:51:01

Comparing /work/SRC/openSUSE:Factory/mousepad (Old)
 and  /work/SRC/openSUSE:Factory/.mousepad.new.22127 (New)


Package is "mousepad"

Fri Aug 16 15:51:01 2019 rev:3 rq:723970 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/mousepad/mousepad.changes2018-06-19 
11:57:02.540782391 +0200
+++ /work/SRC/openSUSE:Factory/.mousepad.new.22127/mousepad.changes 
2019-08-16 15:51:26.441574794 +0200
@@ -1,0 +2,32 @@
+Sun Jul 28 14:59:16 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to version 0.4.2
+  * Port to GDBus (bxo#14337)
+  * Show full path in window title by default (bxo#2896)
+  * Reset modification time when new filename is set (bxo#10498)
+  * Do not overwrite view settings when opening encoding dialog
+(bxo#12298)
+  * Make dialog windows modal only for parent window (bxo#10488)
+  * Add string to translation (bxo#11049)
+  * Selecting a font via menu now disables system font (bxo#12773)
+  * Check for exo-csource in maintainer mode (bxo#12719)
+  * New line can't be printed in status bar (bxo#11050)
+  * Do not move text cursor when searching backwards (bxo#14942)
+  * Fix gravity of selection end mark (bxo#10986)
+  * Missing line in dbus.h, found typo in window.h (bxo#10583)
+  * Append a newline char at EOF when saving (bxo#4824)
+  * Do not core dump on silly errors, just exit (bxo#12413)
+  * Fix gtksourceview warnings/errors (bxo11663)
+  * Only set template filetype when detected (bxo#15314)
+  * Replace deprecated style properties in MousepadCloseButton 
+(bxo#13114)
+  * Fix Tab mode and Home/End Keys in preferences dialog (bxo#15075)
+  * Fix language guess function (bxo#15141)
+  * Read system font from xfconf property (bxo#12485)
+  * Add pkexec policy (bxo#11088)
+  * Fix g_type_class_add_private is deprecated
+  * Set intltool minimum version
+  * Bump minimal required glib
+  * Translation updates
+
+---

Old:

  mousepad-0.4.1.tar.bz2

New:

  mousepad-0.4.2.tar.bz2



Other differences:
--
++ mousepad.spec ++
--- /var/tmp/diff_new_pack.pulcOl/_old  2019-08-16 15:51:28.069574197 +0200
+++ /var/tmp/diff_new_pack.pulcOl/_new  2019-08-16 15:51:28.113574181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mousepad
 #
-# 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,28 +12,25 @@
 # 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/
 #
 
 
 Name:   mousepad
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Simple Text Editor for Xfce
 License:GPL-2.0-or-later
 Group:  Productivity/Text/Editors
-Url:http://goodies.xfce.org/projects/applications/mousepad
-Source: 
http://archive.xfce.org/src/apps/mousepad/0.4/mousepad-%{version}.tar.bz2
+Url:https://git.xfce.org/apps/mousepad/about/
+Source: 
https://archive.xfce.org/src/apps/mousepad/0.4/mousepad-%{version}.tar.bz2
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(gtksourceview-3.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
+BuildRequires:  pkgconfig(libxfconf-0)
 
 %description
 Mousepad is a simple text editor for Xfce.
@@ -44,8 +41,10 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags} V=1
+%configure \
+--enable-gtk3 \
+--enable-dbus
+%make_build
 
 %install
 %make_install
@@ -54,23 +53,14 @@
 
 %suse_update_desktop_file %{name}
 
-%post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-
 %files
-%defattr(-,root,root)
 %doc AUTHORS NEWS ChangeLog README
 %license COPYING
 %{_bindir}/mousepad
 %{_datadir}/applications/mousepad.desktop
 %{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
+%{_datadir}/polkit-1/
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ mousepad-0.4.1.tar.bz2 -> mousepad-0.4.2.tar.bz2 ++
 74899 lines of diff 

commit mousepad for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package mousepad for openSUSE:Factory 
checked in at 2018-06-19 11:57:02

Comparing /work/SRC/openSUSE:Factory/mousepad (Old)
 and  /work/SRC/openSUSE:Factory/.mousepad.new (New)


Package is "mousepad"

Tue Jun 19 11:57:02 2018 rev:2 rq:616338 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mousepad/mousepad.changes2017-01-10 
10:47:06.568684057 +0100
+++ /work/SRC/openSUSE:Factory/.mousepad.new/mousepad.changes   2018-06-19 
11:57:02.540782391 +0200
@@ -1,0 +2,18 @@
+Sat Jun  9 17:37:34 UTC 2018 - seife+...@b1-systems.com
+
+- update to version 0.4.1
+  - Fix crash when dragging tab to root window (bxo#13336)
+  - Fix the signal definition of user-set-language (bxo#13630)
+  - Prevent a weird cycle in GSettings use (bxo#12134)
+  - Fix some warnings about using NULL (bxo#11663)
+  - Limit prefs dialog tab width to range allowed by schema
+(bxo#12055)
+  - Don't show hidden GSV languages (bxo#12043)
+  - Encode filenames passed to DBus as UTF-8
+  - Translation updates
+- packaging changes:
+  - fix Group: tag
+  - build against GTK3
+  - use %license instead of %doc
+
+---

Old:

  mousepad-0.4.0.tar.bz2

New:

  mousepad-0.4.1.tar.bz2



Other differences:
--
++ mousepad.spec ++
--- /var/tmp/diff_new_pack.joJzV8/_old  2018-06-19 11:57:03.204757741 +0200
+++ /var/tmp/diff_new_pack.joJzV8/_new  2018-06-19 11:57:03.208757592 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mousepad
 #
-# Copyright (c) 2015 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
@@ -17,11 +17,11 @@
 
 
 Name:   mousepad
-Version:0.4.0
+Version:0.4.1
 Release:0
 Summary:Simple Text Editor for Xfce
-License:GPL-2.0+
-Group:  Productivity/Editors/Other
+License:GPL-2.0-or-later
+Group:  Productivity/Text/Editors
 Url:http://goodies.xfce.org/projects/applications/mousepad
 Source: 
http://archive.xfce.org/src/apps/mousepad/0.4/mousepad-%{version}.tar.bz2
 BuildRequires:  intltool
@@ -30,8 +30,8 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
@@ -64,7 +64,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS NEWS ChangeLog README COPYING
+%doc AUTHORS NEWS ChangeLog README
+%license COPYING
 %{_bindir}/mousepad
 %{_datadir}/applications/mousepad.desktop
 %{_datadir}/glib-2.0/schemas/org.xfce.mousepad.gschema.xml

++ mousepad-0.4.0.tar.bz2 -> mousepad-0.4.1.tar.bz2 ++
 77453 lines of diff (skipped)