Hello community,

here is the log from the commit of package clipped for openSUSE:Factory checked 
in at 2019-06-12 13:12:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clipped (Old)
 and      /work/SRC/openSUSE:Factory/.clipped.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clipped"

Wed Jun 12 13:12:17 2019 rev:3 rq:706102 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/clipped/clipped.changes  2018-09-25 
15:43:19.709232462 +0200
+++ /work/SRC/openSUSE:Factory/.clipped.new.4811/clipped.changes        
2019-06-12 13:12:18.692941733 +0200
@@ -1,0 +2,24 @@
+Mon May 20 18:07:25 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.1.1:
+  * Add comment for future me
+  * Increase focus_out timeout
+  * Add StartupWMClass (#49)
+  * Fix delete crash
+  * Remove X11 keybind (#48)
+  * Add version to meson (#47)
+  * Add support for @2 icons (#46)
+
+-------------------------------------------------------------------
+Sun May 12 16:05:35 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.1.0:
+  * Allow deleting clipboard entries with delete key
+  * Allow typing numbers when search bar is focused
+  * Hardcode elementary theme
+  * Update appdata
+  * Remove cmake files
+  * Add meson files
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  clipped-1.0.3.tar.gz

New:
----
  clipped-1.1.1.tar.gz

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

Other differences:
------------------
++++++ clipped.spec ++++++
--- /var/tmp/diff_new_pack.noNgLt/_old  2019-06-12 13:12:19.084941322 +0200
+++ /var/tmp/diff_new_pack.noNgLt/_new  2019-06-12 13:12:19.088941317 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clipped
 #
-# 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
@@ -17,25 +17,23 @@
 
 
 Name:           clipped
-Version:        1.0.3
+Version:        1.1.1
 Release:        0
 Summary:        Clipboard Manager
 License:        GPL-2.0-only
 Group:          System/GUI/Other
 URL:            https://github.com/davidmhewitt/clipped
 Source:         
https://github.com/davidmhewitt/clipped/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool
+BuildRequires:  meson >= 0.40.0
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.28.0
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xtst)
@@ -50,35 +48,34 @@
 %setup -q
 
 %build
-%cmake \
-    -DGSETTINGS_COMPILE=OFF
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
+%meson_install
 %suse_update_desktop_file -r com.github.davidmhewitt.clipped Utility 
DesktopUtility
 %find_lang com.github.davidmhewitt.clipped %{name}.lang
 %fdupes %{buildroot}%{_datadir}
 
-%if 0%{?suse_version} < 1500
-%post
-%icon_theme_cache_post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-%endif
+# dirlist HiDPI icons (see: hicolor/index.theme)
+touch $PWD/dir.lst
+_dirlist=$PWD/dir.lst
+pushd %{buildroot}
+find ./ | while read _list; do
+    echo $_list | grep '[0-9]\@[0-9]' || continue
+    _path=$(echo $_list | sed 's/[^/]//')
+    if ! ls ${_path%/*}; then
+        grep -xqs "\%dir\ ${_path%/*}" $_dirlist || echo "%dir ${_path%/*}" >> 
$_dirlist
+    fi
+done
+popd
 
-%files
+%files -f dir.lst
 %doc AUTHORS README*
 %{_bindir}/com.github.davidmhewitt.clipped
 %{_datadir}/applications/com.github.davidmhewitt.clipped.desktop
 %{_datadir}/glib-2.0/schemas/com.github.davidmhewitt.clipped.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.davidmhewitt.clipped.??g
-%dir %{_datadir}/metainfo
 %{_datadir}/metainfo/com.github.davidmhewitt.clipped.appdata.xml
 
 %files lang -f %{name}.lang

++++++ clipped-1.0.3.tar.gz -> clipped-1.1.1.tar.gz ++++++
++++ 36833 lines of diff (skipped)


Reply via email to