commit pantheon-photos for openSUSE:Factory

2017-08-08 Thread root
Hello community,

here is the log from the commit of package pantheon-photos for openSUSE:Factory 
checked in at 2017-08-08 11:59:18

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


Package is "pantheon-photos"

Tue Aug  8 11:59:18 2017 rev:6 rq:514657 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-photos/pantheon-photos.changes  
2017-05-18 20:47:43.608284642 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-photos.new/pantheon-photos.changes 
2017-08-08 11:59:20.095218192 +0200
@@ -1,0 +2,16 @@
+Sat Jul 29 12:24:22 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.4:
+  * remove about dialog (#158)
+  * AppWindow.vala: code style (#159)
+  * Update appdata URLs and summary (#157)
+  * Create .gitignore (#156)
+  * Create CODE_OF_CONDUCT.md (#155)
+
+---
+Tue Jul 11 12:21:33 UTC 2017 - bwiedem...@suse.com
+
+- Sort file lists to always install the same .svg size
+  to fix build-compare (boo#1041090)
+
+---

Old:

  pantheon-photos-0.2.3.tar.xz

New:

  pantheon-photos-0.2.4.tar.xz



Other differences:
--
++ pantheon-photos.spec ++
--- /var/tmp/diff_new_pack.wvOFUO/_old  2017-08-08 11:59:20.711131445 +0200
+++ /var/tmp/diff_new_pack.wvOFUO/_new  2017-08-08 11:59:20.711131445 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pantheon-photos
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Photo manager for Elementary OS
 License:GPL-2.0 and LGPL-2.1
@@ -90,7 +90,7 @@
 for _icon in $(find -name \*.desktop* | xargs sed -n '/Icon/s/^.*\=//p'); do
 _icon=${_icon##*/}
 if ! find -name "$_icon" | grep -q .; then
-  _icon=$(find %{_datadir}/icons -name "${_icon%.*}.svg" | head -n1)
+  _icon=$(find %{_datadir}/icons -name "${_icon%.*}.svg" | sort | head -n1)
   install -Dm0644 \
 "$_icon" ".%{_datadir}/icons/hicolor/scalable/apps/${_icon##*/}"
 else

++ pantheon-photos-0.2.3.tar.xz -> pantheon-photos-0.2.4.tar.xz ++
 75829 lines of diff (skipped)




commit pantheon-photos for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package pantheon-photos for openSUSE:Factory 
checked in at 2017-05-18 20:47:41

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


Package is "pantheon-photos"

Thu May 18 20:47:41 2017 rev:5 rq:493306 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-photos/pantheon-photos.changes  
2017-03-31 15:10:10.362571978 +0200
+++ /work/SRC/openSUSE:Factory/.pantheon-photos.new/pantheon-photos.changes 
2017-05-18 20:47:43.608284642 +0200
@@ -1,0 +2,10 @@
+Wed May  3 02:42:03 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.3:
+  * Update URLs (#145)
+  * correct undo button position in header bar (#140)
+  * Add Travis CI (#144)
+  * Update README.md; remove old files (#139)
+  * Switch to new comparators
+
+---

Old:

  pantheon-photos-0.2.2.tar.xz

New:

  pantheon-photos-0.2.3.tar.xz



Other differences:
--
++ pantheon-photos.spec ++
--- /var/tmp/diff_new_pack.LI28A3/_old  2017-05-18 20:47:44.168205623 +0200
+++ /var/tmp/diff_new_pack.LI28A3/_new  2017-05-18 20:47:44.168205623 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pantheon-photos
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Photo manager for Elementary OS
 License:GPL-2.0 and LGPL-2.1
@@ -114,7 +114,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
+%doc AUTHORS COPYING
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
 %{_libexecdir}/%{name}/

++ pantheon-photos-0.2.2.tar.xz -> pantheon-photos-0.2.3.tar.xz ++
 3034 lines of diff (skipped)




commit pantheon-photos for openSUSE:Factory

2017-03-31 Thread root
Hello community,

here is the log from the commit of package pantheon-photos for openSUSE:Factory 
checked in at 2017-03-31 15:09:50

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


Package is "pantheon-photos"

Fri Mar 31 15:09:50 2017 rev:4 rq:482756 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-photos/pantheon-photos.changes  
2017-02-03 17:52:52.883973828 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-photos.new/pantheon-photos.changes 
2017-03-31 15:10:10.362571978 +0200
@@ -1,0 +2,39 @@
+Tue Mar 21 02:03:33 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.2:
+  * appdata: add x-appcenter-color-primary
+  * Resources.vala: Remove unused code
+  * ExportDialog.vala:
+  * Better variable names
+  * GObject-style construction
+  * Code style
+  * Don't nest boxes
+  * Fix Dialog margins
+  * Spacing and alignment
+  * Properties, not impure functions
+  * Remove unused MultiTextEntryDialog.vala
+  * Dialogs.vala: Remove unused class MultiTextEntryDialogMediator
+  * Remove top.ui
+  * LibraryWindow.vala: Remove reference to top.ui
+  * Split Dialogs.vala into one file per class in a new Dialogs 
+folder
+  * Deleted UI files leftovers
+  * Remove executable bit from files
+  * Move all the context menus to Vala
+  * Do not use UI file for the trash toolbar. Empty the trash is 
+now a view action.
+  * Remove unused desktop background slideshow dialog
+  * appdata: initialize entries for future release
+  * Preserve metadata when opening photo directly from the 
+filesystem
+  * see if a file is writeable when closing and offer save as if 
+the file is read only
+  * Removed leftover from previous merges
+  * Fix deprecation warnings
+  * Remove unused constants from config.vala
+  * Replace Cairo drawing in CheckBoardLayout with Gtk.CSS
+  * Simplified the GtkAction creation
+  * Install the AppData into the right folder
+  * Use the right libexec directory for the thumbnailer
+
+---

Old:

  pantheon-photos-0.2.1.1.tar.xz

New:

  pantheon-photos-0.2.2.tar.xz



Other differences:
--
++ pantheon-photos.spec ++
--- /var/tmp/diff_new_pack.dNV0st/_old  2017-03-31 15:10:11.042475852 +0200
+++ /var/tmp/diff_new_pack.dNV0st/_new  2017-03-31 15:10:11.046475287 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pantheon-photos
-Version:0.2.1.1
+Version:0.2.2
 Release:0
 Summary:Photo manager for Elementary OS
 License:GPL-2.0 and LGPL-2.1
@@ -71,6 +71,10 @@
 %prep
 %setup -q
 
+sed -e 's/\/metainfo/\/appdata/' \
+   -e 's|\$.CMAKE_INSTALL_FULL_LIBEXECDIR.|%{_libexecdir}|' \
+-i $(grep -rwl 'CMAKE_INSTALL_FULL_LIBEXECDIR\|metainfo')
+
 %build
 %cmake \
 -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed" \
@@ -81,14 +85,6 @@
 %install
 %cmake_install
 
-# Fix: arch-dependent-file-in-usr-share
-mv \
-%{buildroot}%{_datadir}/%{name}/video-thumbnailer \
-%{buildroot}%{_libdir}/%{name}/
-ln -s \
-%{_libdir}/%{name}/video-thumbnailer \
-%{buildroot}%{_datadir}/%{name}/video-thumbnailer
-
 # Workaround https://bugzilla.opensuse.org/show_bug.cgi?id=561846
 pushd %{buildroot}
 for _icon in $(find -name \*.desktop* | xargs sed -n '/Icon/s/^.*\=//p'); do
@@ -121,11 +117,12 @@
 %doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
+%{_libexecdir}/%{name}/
 %{_datadir}/%{name}/
-%{_datadir}/appdata/org.pantheon.photos.appdata.xml
 %{_datadir}/applications/org.pantheon.photos*.desktop
 %{_datadir}/icons/hicolor/*/apps/multimedia-photo*.??g
 %{_datadir}/glib-2.0/schemas/org.pantheon.photos*.xml
+%{_datadir}/appdata/org.pantheon.photos.appdata.xml
 %dir %{_datadir}/appdata
 
 %files lang -f %{name}.lang

++ pantheon-photos-0.2.1.1.tar.xz -> pantheon-photos-0.2.2.tar.xz ++
 1115437 lines of diff (skipped)




commit pantheon-photos for openSUSE:Factory

2017-02-03 Thread root
Hello community,

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

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


Package is "pantheon-photos"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-photos/pantheon-photos.changes  
2017-01-19 10:44:32.291257466 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-photos.new/pantheon-photos.changes 
2017-02-03 17:52:52.883973828 +0100
@@ -1,0 +2,13 @@
+Thu Jan 26 21:43:51 UTC 2017 - jeng...@inai.de
+
+- Rewrite description
+
+---
+Wed Jan 25 12:32:48 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.1.1:
+  * Fix appdata versions
+  * Launchpad automatic translations update.
+  * Database code cleanup
+
+---

Old:

  pantheon-photos-0.2.1.tar.xz

New:

  pantheon-photos-0.2.1.1.tar.xz



Other differences:
--
++ pantheon-photos.spec ++
--- /var/tmp/diff_new_pack.cC92w4/_old  2017-02-03 17:52:53.291916308 +0100
+++ /var/tmp/diff_new_pack.cC92w4/_new  2017-02-03 17:52:53.295915744 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pantheon-photos
 #
-# 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
@@ -17,9 +17,9 @@
 
 
 Name:   pantheon-photos
-Version:0.2.1
+Version:0.2.1.1
 Release:0
-Summary:The elementary continuation of Shotwell
+Summary:Photo manager for Elementary OS
 License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Graphics/Viewers
 Url:https://launchpad.net/pantheon-photos
@@ -33,6 +33,7 @@
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gee-0.8)
+BuildRequires:  pkgconfig(geocode-glib-1.0)
 BuildRequires:  pkgconfig(gexiv2)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
@@ -41,7 +42,6 @@
 BuildRequires:  pkgconfig(gstreamer-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
-BuildRequires:  pkgconfig(geocode-glib-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
@@ -60,8 +60,11 @@
 %glib2_gsettings_schema_requires
 
 %description
-The elementary continuation of Shotwell, originally written by Yorba 
Foundation.
-Designed for elementary OS. Works and looks great on any GTK+ desktop.
+pantheon-photos is a digital photo organizer based on Shotwell and
+designed for the Elementary OS environment. It allows you to import
+photos from disk or camera, organize them in various ways, view them
+in full-window or fullscreen mode, and export them to share with
+others.
 
 %lang_package
 

++ pantheon-photos-0.2.1.tar.xz -> pantheon-photos-0.2.1.1.tar.xz ++
 3576 lines of diff (skipped)




commit pantheon-photos for openSUSE:Factory

2017-01-19 Thread root
Hello community,

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

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


Package is "pantheon-photos"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-photos/pantheon-photos.changes  
2016-11-14 20:12:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-photos.new/pantheon-photos.changes 
2017-01-19 10:44:32.291257466 +0100
@@ -1,0 +2,98 @@
+Tue Jan 17 18:18:27 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.1:
+  * Set window icon name
+  * Replace the drag nub png with an svg   


+  * Make Ctrl + S work in the photo viewer 


+  * update translation template


+  * Fix deprecation warnings with Soup Status  


+  * Update license headers to pass licensecheck


+  * Add non-standard icons to a gresource  


+  * Add noninterpretable video bg and drag nub to the resource
+  * Remove unused code from CustomComponents.vala
+  * Don't install icons to filesystem since they're compiled into 
+the gresource
+  * Updated appdata.xml to reflect the last MRs of Kirill (r3100 
+and r3101.
+  * Left bracket key rotates counterclockwise (lp#1653662)
+  * Grab focus so arrow key navigation works (lp#1631607)
+  * Add Gif support
+  * Remove the "sprocket" from video thumbnails and replace the 
+thumbnail image
+  * Properties.vala: Subclass Gtk.Label into PropertiesLabel and 
+PropertiesHeader
+  * BasicProperties.vala: Use Propertiesheader and PropertiesLabel
+  * Fix build of r3072
+  * Fix segmentation fault in RawsPage.vala (triggered by 
+clicking Raw Photos in the sidebar) and CollectionPage.vala
+  * Update COPYING with Photos name and rewrite INSTALL
+  * Remove unused libunique VAPI
+  * Resources.vala: Remove unused constants
+  * Properties.vala: Remove unused get_header_title
+  * Fix deprecation warnings about Gdk.Cursor
+  * Fix for segmentation fault on right clicking a video file in 
+the Photos Library
+  * Remove use of Gtk.Stock
+  * Update README
+  * BasicProperties.vala:
+  * Title can't be null so don't check for it
+  * Use attach for items instead of add_line
+  * Code style
+  * Metadata Sidebar: Get a human-readable location from gps data
+  * Fix URLs in Resources.vala
+  * EditableTitle: Stop editing on focus out
+  * BasicProperties.vala: Create duration label without mystery 
+meat method
+  * update transation template
+  * BasicProperties.vala: Add Exposure Bias and Flash to the 
+flowbox
+  * ExtendedProperties.vala: Remove Exposure Bias and Flash
+  * BasicProperties.vala: Show date and time in a single line
+  * LibraryProperties.vala:
+  * Use row spacing, not empty grids
+  * Pack widgets directly
+  * Put textview in a frame
+  * No CSS weirdness
+  * MetadataSidebar.vala: Remove the expanders
+  * BasicProperties.vala: Add camera make and model as a single 
+line above other camera-related info
+  * ExtendedProperties.vala: Remove camera make and model
+  * BasicProperties.vala: Add filesize and combine it with 
+dimensions a la Files
+  * ExtendedProperties.vala: Remove filesize
+  * ExtendedProperties.vala: Remove superfluous properties
+  * EditableTitle.vala: Give the label h3
+  * BasicProperties.vala: Add the title entry to the top of this 
+box
+  * LibraryProperties.vala: Remove the title entry from this box
+  * MetadataSidebar.vala: Move basic properties to the top
+  * Remove Flag action from the sidebar
+  * LibraryProperties: Change title entry for an EditableTitle
+  * BasicProperties.vala: Create a flowbox with exif data and 
+nice little icons
+  * Use -symbolic variant of media-playback-start
+  * Properties.vala: Remove unused bool multi_line
+  * Fix syntax errors to make it compilable with valac 0.35+
+  * Properties.vala:
+  * Vala-style properties
+  * Update license header
+  * de-duplicate conditionals
+  * Brackets
+  * Don't try to mess with the stylesheet