commit snap-photobooth for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package snap-photobooth for openSUSE:Factory 
checked in at 2017-07-12 19:35:56

Comparing /work/SRC/openSUSE:Factory/snap-photobooth (Old)
 and  /work/SRC/openSUSE:Factory/.snap-photobooth.new (New)


Package is "snap-photobooth"

Wed Jul 12 19:35:56 2017 rev:4 rq:509489 version:0.3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/snap-photobooth/snap-photobooth.changes  
2017-05-03 15:56:57.606174373 +0200
+++ /work/SRC/openSUSE:Factory/.snap-photobooth.new/snap-photobooth.changes 
2017-07-12 19:35:57.296781141 +0200
@@ -1,0 +2,6 @@
+Tue Jul 11 12:31:31 UTC 2017 - bwiedem...@suse.com
+
+- Sort file lists to always install the same .svg size
+  to fix build-compare (boo#1041090)
+
+---



Other differences:
--
++ snap-photobooth.spec ++
--- /var/tmp/diff_new_pack.gCuHRa/_old  2017-07-12 19:35:57.828706002 +0200
+++ /var/tmp/diff_new_pack.gCuHRa/_new  2017-07-12 19:35:57.828706002 +0200
@@ -74,7 +74,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




commit snap-photobooth for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package snap-photobooth for openSUSE:Factory 
checked in at 2017-05-03 15:56:56

Comparing /work/SRC/openSUSE:Factory/snap-photobooth (Old)
 and  /work/SRC/openSUSE:Factory/.snap-photobooth.new (New)


Package is "snap-photobooth"

Wed May  3 15:56:56 2017 rev:3 rq:492372 version:0.3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/snap-photobooth/snap-photobooth.changes  
2017-02-03 20:02:05.423841695 +0100
+++ /work/SRC/openSUSE:Factory/.snap-photobooth.new/snap-photobooth.changes 
2017-05-03 15:56:57.606174373 +0200
@@ -1,0 +2,7 @@
+Mon May  1 15:40:31 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.3.0.1:
+  * Fix data files names.
+  * Update Translation template.
+
+---
@@ -25,0 +33 @@
+

Old:

  snap-photobooth-0.3.tar.xz

New:

  snap-photobooth-0.3.0.1.tar.xz



Other differences:
--
++ snap-photobooth.spec ++
--- /var/tmp/diff_new_pack.NATnQw/_old  2017-05-03 15:56:58.698020233 +0200
+++ /var/tmp/diff_new_pack.NATnQw/_new  2017-05-03 15:56:58.702019668 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   snap-photobooth
-Version:0.3
+Version:0.3.0.1
 Release:0
 Summary:A camera application
 License:GPL-3.0
@@ -84,8 +84,8 @@
 done
 popd
 
-%suse_update_desktop_file -r %{name} GTK AudioVideo Recorder
-%fdupes %{buildroot}%{_datadir}/locale
+%suse_update_desktop_file -r org.pantheon.snap GTK AudioVideo Recorder
+%fdupes %{buildroot}%{_datadir}
 %find_lang %{name}
 
 %post
@@ -102,10 +102,10 @@
 %defattr(-,root,root)
 %doc COPYING README
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.pantheon.snap.desktop
 %{_datadir}/icons/hicolor/*/apps/accessories-camera.??g
 %{_datadir}/glib-2.0/schemas/org.pantheon.snap.gschema.xml
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/org.pantheon.snap.appdata.xml
 %dir %{_datadir}/appdata
 
 %files lang -f %{name}.lang

++ snap-photobooth-0.3.tar.xz -> snap-photobooth-0.3.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/CMakeLists.txt 
new/snap-photobooth-0.3.0.1/CMakeLists.txt
--- old/snap-photobooth-0.3/CMakeLists.txt  2016-08-10 12:38:10.0 
+0200
+++ new/snap-photobooth-0.3.0.1/CMakeLists.txt  2016-09-18 08:43:30.0 
+0200
@@ -10,7 +10,7 @@
 set (PKGDATADIR "${DATADIR}/snap-photobooth")
 set (GETTEXT_PACKAGE "snap-photobooth")
 set (RELEASE_NAME "The elementary Camera Viewer.")
-set (VERSION "0.3")
+set (VERSION "0.3.0.1")
 set (VERSION_INFO "Release")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
 set (DOLLAR "$")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/data/CMakeLists.txt 
new/snap-photobooth-0.3.0.1/data/CMakeLists.txt
--- old/snap-photobooth-0.3/data/CMakeLists.txt 2016-08-10 12:38:10.0 
+0200
+++ new/snap-photobooth-0.3.0.1/data/CMakeLists.txt 2016-09-18 
08:43:30.0 +0200
@@ -2,16 +2,16 @@
 
 # We need to create two temporary desktop files in order to have all 
translations available.
 set (APP_NAME "Camera")
-configure_file(snap-photobooth.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop.in)
+configure_file(org.pantheon.snap.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop.in)
 set (APP_NAME "Snap")
-configure_file(snap-photobooth.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth-original.desktop.in)
+configure_file(org.pantheon.snap.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap-original.desktop.in)
 if (BUILD_FOR_ELEMENTARY)
-
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop ${CMAKE_SOURCE_DIR}/po/)
+
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop ${CMAKE_SOURCE_DIR}/po/)
 else ()
-
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth-original.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop ${CMAKE_SOURCE_DIR}/po/)
+
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap-original.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop ${CMAKE_SOURCE_DIR}/po/)
 endif ()
 
-configure_file_translation(${CMAKE_CURRENT_SOURCE_DIR}/snap-photobooth.appdata.xml.in
 ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.appdata.xml 
${CMAKE_SOURCE_DIR}/po/)
+configure_file_translation(${CMAKE_CURRENT_SOURCE_DIR}/org.pantheon.snap.appdata.xml.in
 ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.appdata.xml 

commit snap-photobooth for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package snap-photobooth for openSUSE:Factory 
checked in at 2017-01-31 12:48:22

Comparing /work/SRC/openSUSE:Factory/snap-photobooth (Old)
 and  /work/SRC/openSUSE:Factory/.snap-photobooth.new (New)


Package is "snap-photobooth"

Changes:

--- /work/SRC/openSUSE:Factory/snap-photobooth/snap-photobooth.changes  
2016-11-14 20:13:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.snap-photobooth.new/snap-photobooth.changes 
2017-02-03 20:02:05.423841695 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 23:55:24 UTC 2017 - jeng...@inai.de
+
+- Make description neutral
+
+---



Other differences:
--
++ snap-photobooth.spec ++
--- /var/tmp/diff_new_pack.ejaTv6/_old  2017-02-03 20:02:05.843782586 +0100
+++ /var/tmp/diff_new_pack.ejaTv6/_new  2017-02-03 20:02:05.847782023 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package snap-photobooth
 #
-# 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
@@ -19,14 +19,16 @@
 Name:   snap-photobooth
 Version:0.3
 Release:0
-Summary:A fast and beautiful camera app
+Summary:A camera application
 License:GPL-3.0
 Group:  Productivity/Multimedia/Other
 Url:https://launchpad.net/snap-elementary
 Source: 
https://launchpad.net/snap-elementary/0.3.x/%{version}/+download/%{name}-%{version}.tar.xz
 BuildRequires:  cmake
+BuildRequires:  elementary-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -46,16 +48,12 @@
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zeitgeist-2.0)
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  elementary-icon-theme
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
-A fast and beautiful camera app.
-
-Designed for elementary OS.
+Camera application designed for Elementary OS.
 
 %lang_package