Hello community,

here is the log from the commit of package peek for openSUSE:Factory checked in 
at 2020-02-25 16:08:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/peek (Old)
 and      /work/SRC/openSUSE:Factory/.peek.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "peek"

Tue Feb 25 16:08:38 2020 rev:7 rq:779101 version:1.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/peek/peek.changes        2020-02-20 
14:56:34.742429183 +0100
+++ /work/SRC/openSUSE:Factory/.peek.new.26092/peek.changes     2020-02-25 
16:09:18.972695568 +0100
@@ -1,0 +2,7 @@
+Tue Feb 25 12:36:48 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.5.1:
+  * build: Fixed building with CMake
+  * Update Ukranian translation
+
+-------------------------------------------------------------------

Old:
----
  v1.5.0.tar.gz

New:
----
  1.5.1.tar.gz

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

Other differences:
------------------
++++++ peek.spec ++++++
--- /var/tmp/diff_new_pack.pCy0yU/_old  2020-02-25 16:09:19.996697173 +0100
+++ /var/tmp/diff_new_pack.pCy0yU/_new  2020-02-25 16:09:20.000697180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package peek
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           peek
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 Summary:        An animated GIF recorder
 License:        GPL-3.0-or-later
 URL:            https://github.com/phw/peek
-Source:         %{url}/archive/v%{version}.tar.gz
+Source:         %{url}/archive/%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.19

++++++ v1.5.0.tar.gz -> 1.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/CHANGES.md new/peek-1.5.1/CHANGES.md
--- old/peek-1.5.0/CHANGES.md   2020-02-18 12:52:39.000000000 +0100
+++ new/peek-1.5.1/CHANGES.md   2020-02-19 23:29:08.000000000 +0100
@@ -1,3 +1,6 @@
+# Version 1.5.1 - 2020-02-19
+- build: Fixed building with CMake
+
 # Version 1.5.0 - 2020-02-18
 - feat: Dialog to set recording area size (#246, #519)
 - feat: Use radio buttons for format selection to easily show selected format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/CMakeLists.txt 
new/peek-1.5.1/CMakeLists.txt
--- old/peek-1.5.0/CMakeLists.txt       2020-02-18 12:52:39.000000000 +0100
+++ new/peek-1.5.1/CMakeLists.txt       2020-02-19 23:29:08.000000000 +0100
@@ -3,7 +3,7 @@
 
 set (PEEK_VERSION_MAJOR 1)
 set (PEEK_VERSION_MINOR 5)
-set (PEEK_VERSION_PATCH 0)
+set (PEEK_VERSION_PATCH 1)
 
 # Get full Peek version
 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
@@ -151,6 +151,7 @@
     src/recording/screen-recorder.vala
     src/ui/about-dialog.vala
     src/ui/application-window.vala
+    src/ui/set-window-size-dialog.vala
     src/ui/error-dialog.vala
     src/ui/preferences-dialog.vala
     src/ui/shortcut-label.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/peek-1.5.0/data/com.uploadedlobster.peek.appdata.xml.in 
new/peek-1.5.1/data/com.uploadedlobster.peek.appdata.xml.in
--- old/peek-1.5.0/data/com.uploadedlobster.peek.appdata.xml.in 2020-02-18 
12:52:39.000000000 +0100
+++ new/peek-1.5.1/data/com.uploadedlobster.peek.appdata.xml.in 2020-02-19 
23:29:08.000000000 +0100
@@ -82,6 +82,7 @@
   <content_rating type="oars-1.1" />
 
   <releases>
+    <release version="1.5.1" date="2020-02-19" />
     <release version="1.5.0" date="2020-02-18" />
     <release version="1.4.0" date="2019-09-24" />
     <release version="1.3.1" date="2018-03-29" />
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/meson.build new/peek-1.5.1/meson.build
--- old/peek-1.5.0/meson.build  2020-02-18 12:52:39.000000000 +0100
+++ new/peek-1.5.1/meson.build  2020-02-19 23:29:08.000000000 +0100
@@ -1,5 +1,5 @@
 project('peek', ['c', 'vala'],
-  version: '1.5.0',
+  version: '1.5.1',
   meson_version: '>= 0.37.0',
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peek-1.5.0/rpm/peek.spec new/peek-1.5.1/rpm/peek.spec
--- old/peek-1.5.0/rpm/peek.spec        2020-02-18 12:52:39.000000000 +0100
+++ new/peek-1.5.1/rpm/peek.spec        2020-02-19 23:29:08.000000000 +0100
@@ -1,5 +1,5 @@
 Name:           peek
-Version:        1.5.0
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        Simple screen recorder with an easy to use interface
 


Reply via email to