Hello community,

here is the log from the commit of package ciano for openSUSE:Factory checked 
in at 2020-07-24 10:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ciano (Old)
 and      /work/SRC/openSUSE:Factory/.ciano.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ciano"

Fri Jul 24 10:08:05 2020 rev:4 rq:822504 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ciano/ciano.changes      2018-11-18 
23:33:33.753382458 +0100
+++ /work/SRC/openSUSE:Factory/.ciano.new.3592/ciano.changes    2020-07-24 
10:09:45.110157712 +0200
@@ -1,0 +2,35 @@
+Thu Jul 16 18:32:07 UTC 2020 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 0.2.4:
+  * Merge branch 'master' of github.com:robertsanseries/ciano
+  * Minor fixes and changes
+  * update file gitignore
+  * Merge pull request #105 from NathanBnm/patch-5
+  * Fix README app icon
+  * Merge pull request #102 from NathanBnm/master
+  * Make post_install.py scrip executable
+  * Merge pull request #100 from NathanBnm/improvements
+  * Improvements
+  * Merge pull request #99 from NathanBnm/fix-typo
+  * Merge pull request #98 from NathanBnm/update-fr
+  * Fix typo
+  * Merge pull request #96 from NathanBnm/patch-4
+  * Add missing OARS metadata making build fail
+  * Merge pull request #93 from NathanBnm/patch-3
+  * Update .travis.yml
+  * Merge pull request #83 from meisenzahl/master
+  * Merge pull request #89 from safak45x/patch-1
+  * Merge branch 'master' into patch-1
+  * Merge pull request #78 from libreajans/Turkish
+  * Merge branch 'master' into Turkish
+  * Merge pull request #72 from NathanBnm/patch-1
+  * commit partial
+  * Update LINGUAS
+  * updated .gitignore to ignore *~
+  * Downgrade Node.js to fix builds on Travis CI
+  * Merge pull request #76 from nedrichards/patch-1
+  * Add OARS tag
+  * Merge pull request #1 from NathanBnm/patch-2
+  * Added fr
+
+-------------------------------------------------------------------

Old:
----
  ciano-0.2.1.tar.gz

New:
----
  ciano-0.2.4.tar.gz

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

Other differences:
------------------
++++++ ciano.spec ++++++
--- /var/tmp/diff_new_pack.qlkLkX/_old  2020-07-24 10:09:47.330159937 +0200
+++ /var/tmp/diff_new_pack.qlkLkX/_new  2020-07-24 10:09:47.334159942 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ciano
-Version:        0.2.1
+Version:        0.2.4
 Release:        0
 Summary:        A multimedia file converter
 License:        GPL-3.0-or-later
@@ -60,16 +60,29 @@
 %find_lang com.github.robertsanseries.ciano %{name}.lang
 %fdupes %{buildroot}/%{_datadir}
 
-%files
+# 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 -f dir.lst
 %doc AUTHORS LICENSE* README.md
 %{_bindir}/com.github.robertsanseries.ciano
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/com.github.robertsanseries.ciano.appdata.xml
 %{_datadir}/applications/com.github.robertsanseries.ciano.desktop
-%{_datadir}/ciano/
 %{_datadir}/glib-2.0/schemas/com.github.robertsanseries.ciano.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.robertsanseries.ciano.??g
 %{_datadir}/pixmaps/com.github.robertsanseries.ciano.??g
+%{_datadir}/ciano/
 
 %files lang -f %{name}.lang
 

++++++ ciano-0.2.1.tar.gz -> ciano-0.2.4.tar.gz ++++++
++++ 20709 lines of diff (skipped)


Reply via email to