commit pantheon-files for openSUSE:Factory

2018-10-18 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2018-10-18 15:38:12

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Thu Oct 18 15:38:12 2018 rev:13 rq:642693 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2018-06-13 15:37:22.445012457 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2018-10-18 15:38:20.422160532 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 16:13:02 UTC 2018 - Alexei Podvalsky 
+
+- Fix build with vala >= 0.41 (pantheon-files-0.3.5-vala-0.41.patch)
+
+---

New:

  pantheon-files-0.3.5-vala-0.41.patch



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.eHOndu/_old  2018-10-18 15:38:22.466158200 +0200
+++ /var/tmp/diff_new_pack.eHOndu/_new  2018-10-18 15:38:22.466158200 +0200
@@ -27,6 +27,8 @@
 Source: 
https://launchpad.net/pantheon-files/0.3.x/%{version}/+download/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM -- Fix vala compiler errors (#262)
 Patch0: pantheon-files-0.3.5-vala-0.4.patch
+# PATCH-FIX-UPSTREAM -- Fixes to comply with valac 0.41 (#471)
+Patch1: pantheon-files-0.3.5-vala-0.41.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -103,6 +105,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 find -name \*.pc* -exec sed -i '/libdir/s/\(=\).*\//\1/' {} +
 

++ pantheon-files-0.3.5-vala-0.41.patch ++
diff -ruN pantheon-files-0.3.5.orig/filechooser-module/Plugin.vala 
pantheon-files-0.3.5/filechooser-module/Plugin.vala
--- pantheon-files-0.3.5.orig/filechooser-module/Plugin.vala2017-06-03 
08:26:52.0 +0300
+++ pantheon-files-0.3.5/filechooser-module/Plugin.vala 2018-10-17 
19:10:15.938198582 +0300
@@ -44,7 +44,11 @@
 }
 
 return true;
+#if VALA_0_42
+});
+#else
 }, null);
+#endif
 }
 }
 
diff -ruN pantheon-files-0.3.5.orig/src/View/Miller.vala 
pantheon-files-0.3.5/src/View/Miller.vala
--- pantheon-files-0.3.5.orig/src/View/Miller.vala  2017-06-03 
08:26:52.0 +0300
+++ pantheon-files-0.3.5/src/View/Miller.vala   2018-10-17 19:11:08.474029702 
+0300
@@ -44,8 +44,6 @@
 get {
 return current_slot == null || current_slot.is_frozen;
 }
-
-default = true;
 }
 
 public Miller (GLib.File loc, Marlin.View.ViewContainer ctab, 
Marlin.ViewMode mode) {
@@ -72,6 +70,8 @@
 content_box.show_all ();
 
 make_view ();
+
+is_frozen = true;
 }
 
 ~Miller () {
diff -ruN pantheon-files-0.3.5.orig/src/View/Slot.vala 
pantheon-files-0.3.5/src/View/Slot.vala
--- pantheon-files-0.3.5.orig/src/View/Slot.vala2017-06-03 
08:26:52.0 +0300
+++ pantheon-files-0.3.5/src/View/Slot.vala 2018-10-17 19:24:33.750015043 
+0300
@@ -50,7 +50,6 @@
 return dir_view == null || dir_view.is_frozen;
 }
 
-default = true;
 }
 
 public override bool locked_focus {
@@ -81,6 +80,8 @@
 make_view ();
 connect_dir_view_signals ();
 connect_slot_signals ();
+
+is_frozen = true;
 }
 
 ~Slot () {



commit pantheon-files for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2018-06-13 15:35:55

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Wed Jun 13 15:35:55 2018 rev:12 rq:614916 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2018-03-26 13:11:46.986537018 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2018-06-13 15:37:22.445012457 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 09:49:51 UTC 2018 - bjorn@gmail.com
+
+- Drop pkgconfig(gconf-2.0) BuildRequires: No longer needed, nor
+  used.
+
+---



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.QwYfEb/_old  2018-06-13 15:37:23.576970799 +0200
+++ /var/tmp/diff_new_pack.QwYfEb/_new  2018-06-13 15:37:23.584970503 +0200
@@ -35,7 +35,6 @@
 BuildRequires:  vala >= 0.28.0
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
-BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-3.0)
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.0




commit pantheon-files for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2018-03-26 13:10:29

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Mon Mar 26 13:10:29 2018 rev:11 rq:590795 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2017-06-05 18:50:34.767210662 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2018-03-26 13:11:46.986537018 +0200
@@ -1,0 +2,5 @@
+Sat Mar 24 02:19:53 UTC 2018 - avvi...@yandex.by
+
+- Fix build with vala >= 0.4 (pantheon-files-0.3.5-vala-0.4.patch)
+
+---

New:

  pantheon-files-0.3.5-vala-0.4.patch



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.FMQ3Hp/_old  2018-03-26 13:11:50.294418073 +0200
+++ /var/tmp/diff_new_pack.FMQ3Hp/_new  2018-03-26 13:11:50.294418073 +0200
@@ -25,6 +25,8 @@
 Group:  Productivity/File utilities
 Url:https://launchpad.net/pantheon-files
 Source: 
https://launchpad.net/pantheon-files/0.3.x/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM -- Fix vala compiler errors (#262)
+Patch0: pantheon-files-0.3.5-vala-0.4.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -101,6 +103,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 find -name \*.pc* -exec sed -i '/libdir/s/\(=\).*\//\1/' {} +
 

++ pantheon-files-0.3.5-vala-0.4.patch ++
diff -ruN pantheon-files-0.3.5.orig/libwidgets/Chrome/BreadcrumbElement.vala 
pantheon-files-0.3.5/libwidgets/Chrome/BreadcrumbElement.vala
--- pantheon-files-0.3.5.orig/libwidgets/Chrome/BreadcrumbElement.vala  
2017-06-03 08:26:52.0 +0300
+++ pantheon-files-0.3.5/libwidgets/Chrome/BreadcrumbElement.vala   
2018-03-24 05:17:43.727774140 +0300
@@ -67,7 +67,7 @@
 }
 }
 
-private Gtk.Border padding = Gtk.Border ();
+private Gtk.Border padding;
 private Pango.Layout layout;
 private Gtk.Widget widget;
 
diff -ruN pantheon-files-0.3.5.orig/src/View/IconView.vala 
pantheon-files-0.3.5/src/View/IconView.vala
--- pantheon-files-0.3.5.orig/src/View/IconView.vala2017-06-03 
08:26:52.0 +0300
+++ pantheon-files-0.3.5/src/View/IconView.vala 2018-03-24 05:18:24.363903732 
+0300
@@ -190,8 +190,8 @@
 protected override uint get_event_position_info (Gdk.EventButton event,
  out Gtk.TreePath? 
path,
  bool rubberband = 
false) {
-unowned Gtk.TreePath? p = null;
-unowned Gtk.CellRenderer? r;
+Gtk.TreePath? p = null;
+Gtk.CellRenderer? r;
 uint zone;
 int x, y;
 path = null;



commit pantheon-files for openSUSE:Factory

2017-06-05 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2017-06-05 18:50:24

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Mon Jun  5 18:50:24 2017 rev:10 rq:500940 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2017-05-24 16:47:12.841197899 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2017-06-05 18:50:34.767210662 +0200
@@ -1,0 +2,16 @@
+Sat Jun  3 13:37:24 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.5:
+  * Change FileManager1 service file name
+  * Use INVALID_TAB_NAME
+  * Ignore invalid tab name; remove redundant code; correct format
+  * Fix regressions
+  * Sync sidebar cursor and selection when focus shifts with tab
+  * Expand category with keyboard
+  * Simplify format
+  * Handle errors
+  * Ensure Files window presented to user when opened through 
+FileManager1 interface
+  * Partially implement org.freedesktop.FileManager1 service
+
+---

Old:

  pantheon-files-0.3.4.tar.xz

New:

  pantheon-files-0.3.5.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.70b9Gv/_old  2017-06-05 18:50:35.371125536 +0200
+++ /var/tmp/diff_new_pack.70b9Gv/_new  2017-06-05 18:50:35.375124973 +0200
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.4
+Version:0.3.5
 Release:0
 Summary:Simple file manager from Elementary
 License:GPL-3.0+
@@ -143,7 +143,7 @@
 %{_libdir}/%{name}/
 %{_libdir}/gtk-3.0/modules/libpantheon-filechooser-module.so
 %{_datadir}/applications/org.pantheon.files.desktop
-%{_datadir}/dbus-1/services/%{name}.service
+%{_datadir}/dbus-1/services/*%{name}*.service
 %{_datadir}/glib-2.0/schemas/org.pantheon.files.gschema.xml
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}/

++ pantheon-files-0.3.4.tar.xz -> pantheon-files-0.3.5.tar.xz ++
 584410 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2017-05-24 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2017-05-24 16:47:11

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Wed May 24 16:47:11 2017 rev:9 rq:494978 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2017-04-17 10:27:34.467480759 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2017-05-24 16:47:12.841197899 +0200
@@ -1,0 +2,16 @@
+Sun May  7 13:14:13 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.4:
+  * Base the helper size on the larger of the width and height of 
+the image instead of only the width
+  * gof-directory-async.vala: Hold dir_cache_lock for the minimum 
+time possible
+  * Disallow running with sudo and inform user of pkexec
+  * Update gof-file unit tests to reflect changes made in r2511
+  * Use root location instead of default location as target for 
+mounted device and network mount sidebar items
+  * Exclude mounts when determining can_bookmark
+  * libcore/CMakeLists.txt: add missing granite dependency to 
+satisfy CMake 3.8
+
+---

Old:

  pantheon-files-0.3.3.tar.xz

New:

  pantheon-files-0.3.4.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.hsXTCz/_old  2017-05-24 16:47:13.429115118 +0200
+++ /var/tmp/diff_new_pack.hsXTCz/_new  2017-05-24 16:47:13.433114555 +0200
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:Simple file manager from Elementary
 License:GPL-3.0+

++ pantheon-files-0.3.3.tar.xz -> pantheon-files-0.3.4.tar.xz ++
 4353 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2017-04-17 10:27:32

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Mon Apr 17 10:27:32 2017 rev:8 rq:487935 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2017-03-01 23:43:40.552947842 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2017-04-17 10:27:34.467480759 +0200
@@ -1,0 +2,28 @@
+Tue Apr 11 19:29:37 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.3:
+  * Implement separate is_on_icon () method for IconView
+  * Calling present () in the construct clause of 
+AbstractPropertiesDialog is unnecessary and causes a terminal 
+warning : WARNING 17:17:27.650174] [Gtk] 
+gtk_window_set_titlebar() called on a realized window.
+  * Fix regression caused by r2522
+  * Do not select extension when renaming in ListView and 
+ColumnView.
+  * Added a flat class to the navigation buttons.
+  * Reduce minimum window size to 500 x 300
+  * Stop search mode ending if the keyboard layout is changed 
+during search. (lp#1668056)
+  * Rename .xml.in policy file extension to .policy at build time 
+(lp#1666250)
+  * Various changes aimed at improving the connection and loading 
+of network sites and fixes some possible bugs.
+  * A new warning screen is shown if the connection or loading 
+operation times out. Pressing reload under these conditions 
+unmounts any connection and starts again.
+  * GOF.File mount is set to the enclosing_mount when the 
+location is not the root location.
+  * Do not end name editing when focus is lost
+  * tests: implement directory reload test with toggle_ref test
+
+---

Old:

  pantheon-files-0.3.2.tar.xz

New:

  pantheon-files-0.3.3.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.4F3LHP/_old  2017-04-17 10:27:35.255369181 +0200
+++ /var/tmp/diff_new_pack.4F3LHP/_new  2017-04-17 10:27:35.255369181 +0200
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:Simple file manager from Elementary
 License:GPL-3.0+
@@ -31,7 +31,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.28.0
-BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -43,7 +42,6 @@
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.3
 BuildRequires:  pkgconfig(libcanberra) >= 0.30
-BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libnotify) >= 0.7.2
 BuildRequires:  pkgconfig(pango) >= 1.1.2
 #BuildRequires:  pkgconfig(unity) >= 4.0.0 # TODO fix libgee conflicts
@@ -117,9 +115,6 @@
 %install
 %cmake_install
 
-mv  %{buildroot}%{_datadir}/polkit-1/actions/net.launchpad.%{name}.policy.xml \
-   %{buildroot}%{_datadir}/polkit-1/actions/net.launchpad.%{name}.policy
-
 %suse_update_desktop_file org.pantheon.files
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
@@ -136,7 +131,6 @@
 
 %post   -n lib%{name}-core%{sover} -p /sbin/ldconfig
 %postun -n lib%{name}-core%{sover} -p /sbin/ldconfig
-
 %post   -n lib%{name}-widgets%{sover} -p /sbin/ldconfig
 %postun -n lib%{name}-widgets%{sover} -p /sbin/ldconfig
 

++ pantheon-files-0.3.2.tar.xz -> pantheon-files-0.3.3.tar.xz ++
 47048 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2017-03-01 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2017-03-01 23:43:39

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Wed Mar  1 23:43:39 2017 rev:7 rq:461012 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2017-02-03 17:52:51.080228159 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2017-03-01 23:43:40.552947842 +0100
@@ -1,0 +2,51 @@
+Sun Feb 26 11:37:47 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.2:
+  * Add toggle_ref in create not in init
+  * Silence terminal critical warning when tab closes
+  * Add toggle ref to the GOFDirectoryAsync on creation instead 
+of after initialization, preventing a crash introduced in r2474
+  * Set a minimum size for the main window
+  * IconRenderer: check for empty colors
+  * Remove executable bit from files
+  * tests: port GOFFileTests to Vala
+  * tests: port GOFDirectoryAsyncTests to Vala
+  * filechooser: remember last-folder-uri
+  * Fix licensecheck warnings
+  * Fix CMakeLists.txt file for UtilTests
+  * Mark .desktop file strings as translatable (lp#1661255)
+  * Update translation template
+  * Restructure unit tests subdirectories
+  * IconRenderer.vala:
+  * Don't use small helper unless the large size would cover more 
+than half the icon
+  * Improve the accuracy of detecting when the helper has been 
+clicked on
+  * Reinstate and improve unit tests using ctest
+  * update translation template
+  * Fix net.launchpad.pantheon-files.policy.cmake so that the 
+strings are translatable
+  * gof-directory-async.vala: Do not cache directory until it's 
+prepared and loadable to avoid an incorrect key being used in 
+some in some cases
+  * AbstractDirectoryView.vala: Use an idle to stop two file 
+deleted/added signals being received
+  * TextRenderer.vala:
+  * Override "preferred height for width" to prevent cells being 
+too tall
+  * Code style
+  * Fix race condition caused by fast file operations
+  * AbstractDirectoryView.vala: slightly simplify button press 
+handling in views
+  * AbstractTreeView.vala: Treat blank space as background when 
+right clicking
+  * Don't treat .desktops as executable
+  * Don't change file name for .desktops
+  * Remove "interpret-desktop-files" gsetting
+  * Re-write the thumbnailer interface in Vala using the newer 
+GDBus API instead of dbus-glib-1
+  * Re-write marlin-icon-renderer.c in Vala
+  * Do not trap Down and Up keys in pathbar; only exit rename 
+with unmodified Enter
+
+---

Old:

  pantheon-files-0.3.1.1.tar.xz

New:

  pantheon-files-0.3.2.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.rfhYGp/_old  2017-03-01 23:43:41.140864930 +0100
+++ /var/tmp/diff_new_pack.rfhYGp/_new  2017-03-01 23:43:41.144864366 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pantheon-files
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.1.1
+Version:0.3.2
 Release:0
 Summary:Simple file manager from Elementary
 License:GPL-3.0+
@@ -116,6 +116,10 @@
 
 %install
 %cmake_install
+
+mv  %{buildroot}%{_datadir}/polkit-1/actions/net.launchpad.%{name}.policy.xml \
+   %{buildroot}%{_datadir}/polkit-1/actions/net.launchpad.%{name}.policy
+
 %suse_update_desktop_file org.pantheon.files
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}

++ pantheon-files-0.3.1.1.tar.xz -> pantheon-files-0.3.2.tar.xz ++
 545487 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2017-01-29 10:39:24

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2017-01-19 10:44:30.467514737 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2017-02-03 17:52:51.080228159 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 12:31:14 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.1.1:
+  * Updated translation template
+
+---

Old:

  pantheon-files-0.3.1.tar.xz

New:

  pantheon-files-0.3.1.1.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.O2wOcq/_old  2017-02-03 17:52:51.416180789 +0100
+++ /var/tmp/diff_new_pack.O2wOcq/_new  2017-02-03 17:52:51.420180225 +0100
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.1
+Version:0.3.1.1
 Release:0
 Summary:Simple file manager from Elementary
 License:GPL-3.0+

++ pantheon-files-0.3.1.tar.xz -> pantheon-files-0.3.1.1.tar.xz ++
 256142 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2017-01-19 Thread root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2017-01-19 10:43:41

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2016-12-22 15:56:40.641275950 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2017-01-19 10:44:30.467514737 +0100
@@ -1,0 +2,66 @@
+Tue Jan 17 18:12:05 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.1:
+  * Combine the two search modes. Ctrl + F and Type-ahead now do 
+the same thing
+  * Fix a regression caused by r2421, which fails to perform a 
+necessary null check.
+  * Add 2017 to license copyright and app years.
+  * Correct last modified informal date so it no longer describes 
+week old files as last modified today
+  * Move ChooseAppDialog.vala to src/Dialogs
+  * Move MimeActions.vala to src/Utils
+  * Move BreadcrumbsEntry.vala, LocationBar.vala, TopMenu.vala to 
+src/View/Widgets
+  * AppChooseDialog:
+  * Update license header
+  * Use GObject-style construction
+  * Use Vala-style properties
+  * Fix whitespace
+  * Create Utils/Permissions.vala
+  * Move update_permission_type_buttons in PropertiesWindow.vala 
+to update_buttons in PermissionButton.vala
+  * Simplify key-press handling and fix a signal loop that occurs 
+when in search mode
+  * When a folder being viewed is deleted or renamed by another 
+application, the view moves to the parent folder if possible, 
+otherwise the tab is closed
+  * Create Dialogs directory and move files there
+  * Move the following to src/View/Widgets:
+  * AbstractEditableLabel.vala
+  * DiskRenderer.vala
+  * MultiLineEditableLabel.vala
+  * OverlayBar.vala
+  * ProgressInfoWidget.vala
+  * SingleLineEditableLabel.vala
+  * PropertiesWindow.vala: consolidate build_header_box () into 
+construction
+  * PropertiesWindow.Vala: Use built-in properties of Gtk.Entry
+  * Remove unnecessary XsEntry widget
+  * PropertiesWindow.vala: Make l_perm.label monospace so it 
+doesn't jump around as it changes
+  * Add Widgets/Label.vala and use GObject-style construction
+  * update translation template
+  * PropertiesWindow.vala:
+  * Name the permission buttons so we don't have to do janky get 
+stuff to use them
+  * organize construct_perm_panel
+  * use keylabel
+  * Reduce three similar methods to permission_button_toggle
+  * Add Widgets/PermissionButton.vala
+  * Rewrite ClipboardManager in Vala
+  * AbstractPropertiesDialog.vala: Use GObject-style construction
+  * Use ngettext pluralization
+  * Use "," to separate files an subfolders, like the overlay bar
+  * Fix "contains:" label not showing
+  * Ensure directory and file variables are not null (lp#1649206)
+  * Do not cancel selection update on hover change
+  * Fix ownership issue with gof_file_get_display_target_uri and 
+pantheon-files-core.vapi
+  * SearchResults.vala:
+  * Use GIcon instead of pixbuf
+  * ProgressUIHandler.vala:
+  * Use icon from icon name instead of pixbuf
+  * Clean up unused constants
+
+---

Old:

  pantheon-files-0.3.0.5.tar.xz

New:

  pantheon-files-0.3.1.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.TLC3P9/_old  2017-01-19 10:44:30.875457190 +0100
+++ /var/tmp/diff_new_pack.TLC3P9/_new  2017-01-19 10:44:30.875457190 +0100
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.0.5
+Version:0.3.1
 Release:0
 Summary:Simple file manager from Elementary
 License:GPL-3.0+

++ pantheon-files-0.3.0.5.tar.xz -> pantheon-files-0.3.1.tar.xz ++
 287290 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2016-11-24 21:23:22

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2016-11-20 18:20:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2016-11-24 21:23:23.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 20:06:01 UTC 2016 - jeng...@inai.de
+
+- Summary/description update
+
+---



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.CTGKVw/_old  2016-11-24 21:23:24.0 +0100
+++ /var/tmp/diff_new_pack.CTGKVw/_new  2016-11-24 21:23:24.0 +0100
@@ -20,7 +20,7 @@
 Name:   pantheon-files
 Version:0.3.0.4
 Release:0
-Summary:Simple and powerful file mananger from Elementary
+Summary:Simple file manager from Elementary
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:https://launchpad.net/pantheon-files
@@ -57,16 +57,14 @@
 
 %description
 Pantheon Files is a modern file manager originally designed for the
-Pantheon desktop environment.
-
-Designed for Elementary OS.
+Pantheon desktop environment, now used with Elementary OS.
 
 %package -n lib%{name}-core%{sover}
 Summary:The core library for %{name}
 Group:  System/Libraries
 
 %description -n lib%{name}-core%{sover}
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains the shared library used by plugins or for embedding
 parts of %{name} into other applications.
@@ -76,28 +74,28 @@
 Group:  System/Libraries
 
 %description -n lib%{name}-widgets%{sover}
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains a shared library containing some of the custom
 widgets used by %{name}.
 
 %package -n lib%{name}-core-devel
-Summary:Files development library -- Development files
+Summary:Core development files for the "Files" file manager
 Group:  Development/Libraries/GNOME
 Requires:   lib%{name}-core%{sover} = %{version}
 
 %description -n lib%{name}-core-devel
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains the development files for %{name}.
 
 %package -n lib%{name}-widgets-devel
-Summary:Files development library -- Development files
+Summary:Widget development files for the "Files" file manager
 Group:  Development/Libraries/GNOME
 Requires:   lib%{name}-widgets%{sover} = %{version}
 
 %description -n lib%{name}-widgets-devel
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains the development files for %{name}.
 
@@ -106,7 +104,7 @@
 %prep
 %setup -q
 
-find -name \*.pc* -exec sed -i '/libdir/s/\(=\).*\//\1/' {} \;
+find -name \*.pc* -exec sed -i '/libdir/s/\(=\).*\//\1/' {} +
 
 %build
 %cmake \




commit pantheon-files for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2016-11-20 18:20:11

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2016-11-14 20:12:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2016-11-20 18:20:13.0 +0100
@@ -1,0 +2,28 @@
+Sat Nov 19 20:39:03 UTC 2016 - avvi...@yandex.by
+
+- Update to 0.3.0.4:
+  * Launchpad automatic translations update.
+  * Fix breadcrumb update on column view tab switch
+  * Fix FTP write/read permission handling
+  * Amend formatting of dates in list view and properties window; 
+allow display of properties of trashed files.
+  * Remove gtk+-3.0.vapi and use the one shipped with valac 0.34.0
+  * Handle no execute permissions gracefully
+  * Fix context menu in pathbar edit mode
+  * Show protocol name in network view
+  * Fix arrow key navigation in icon view
+  * Instead of using event.keyval directly, translate 
+event.hardware_keycode using the default Gdk.Keymap when 
+processing View key press events and then try to match the 
+hardware code and level to an ASCII hotkey
+  * Updated translation template
+
+---
+Fri Oct 14 07:48:41 UTC 2016 - avvi...@yandex.by
+
+- Update to 0.3.0.3.1:
+  * Updated translation template
+  * Correct drag coords for scrolling in IconView (lp:1623283)
+  * Launchpad automatic translations update.
+
+---

Old:

  pantheon-files-0.3.0.2.tar.xz

New:

  pantheon-files-0.3.0.4.tar.xz



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.AUG397/_old  2016-11-20 18:20:14.0 +0100
+++ /var/tmp/diff_new_pack.AUG397/_new  2016-11-20 18:20:14.0 +0100
@@ -18,7 +18,7 @@
 
 %define sover 0
 Name:   pantheon-files
-Version:0.3.0.2
+Version:0.3.0.4
 Release:0
 Summary:Simple and powerful file mananger from Elementary
 License:GPL-3.0+

++ pantheon-files-0.3.0.2.tar.xz -> pantheon-files-0.3.0.4.tar.xz ++
 162395 lines of diff (skipped)




commit pantheon-files for openSUSE:Factory

2016-11-14 Thread h_root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2016-11-14 20:12:18

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2016-11-14 20:12:27.0 +0100
@@ -0,0 +1,27 @@
+---
+Sat Sep 10 20:45:14 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 0.3.0.2
+
+---
+Sat Feb 27 12:15:53 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 0.2.4
+- dropped module-path-fix.diff as it is included by upstream
+
+---
+Sat Jun 20 07:23:09 UTC 2015 - mailaen...@opensuse.org
+
+- update to 0.2.1
+- add module-path-fix for lp#1467060
+
+---
+Sun May 10 08:28:38 UTC 2015 - mailaen...@opensuse.org
+
+- update to 0.2.0
+
+---
+Sun Jun 15 15:35:16 UTC 2014 - mailaen...@opensuse.org
+
+- initial packaging
+

New:

  pantheon-files-0.3.0.2.tar.xz
  pantheon-files.changes
  pantheon-files.spec



Other differences:
--
++ pantheon-files.spec ++
#
# spec file for package pantheon-files
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%define sover 0
Name:   pantheon-files
Version:0.3.0.2
Release:0
Summary:Simple and powerful file mananger from Elementary
License:GPL-3.0+
Group:  Productivity/File utilities
Url:https://launchpad.net/pantheon-files
Source: 
https://launchpad.net/pantheon-files/0.3.x/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  vala >= 0.28.0
BuildRequires:  xz
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(gdk-3.0)
BuildRequires:  pkgconfig(gee-1.0)
BuildRequires:  pkgconfig(gio-2.0) >= 2.0
BuildRequires:  pkgconfig(glib-2.0) >= 2.32
BuildRequires:  pkgconfig(granite) >= 0.4
BuildRequires:  pkgconfig(gthread-2.0)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.3
BuildRequires:  pkgconfig(libcanberra) >= 0.30
BuildRequires:  pkgconfig(libnotify)
BuildRequires:  pkgconfig(libnotify) >= 0.7.2
BuildRequires:  pkgconfig(pango) >= 1.1.2
#BuildRequires:  pkgconfig(unity) >= 4.0.0 # TODO fix libgee conflicts
BuildRequires:  pkgconfig(plank)
BuildRequires:  pkgconfig(polkit-gobject-1)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  pkgconfig(zeitgeist-2.0)
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires

%description
Pantheon Files is a modern file manager originally designed for the
Pantheon desktop environment.

Designed for Elementary OS.

%package -n lib%{name}-core%{sover}
Summary:The core library for %{name}
Group:  System/Libraries

%description -n lib%{name}-core%{sover}
Files is a simple yet powerful file manager from Elementary.

This package contains the shared library used by plugins or for embedding
parts of %{name} into other applications.

%package -n lib%{name}-widgets%{sover}
Summary:The core library for %{name}
Group:  System/Libraries

%description -n lib%{name}-widgets%{sover}
Files is a simple yet powerful file manager from Elementary.

This package contains a shared library containing some of the custom
widgets used by %{name}.

%package -n lib%{name}-core-devel
Summary:Files development library -- Development files
Group:  Development/Libraries/GNOME
Requires:   lib%{name}-core%{sover} = %{version}

%description -n lib%{name}-core-devel