Hello community,

here is the log from the commit of package markmywords for openSUSE:Factory 
checked in at 2018-01-24 15:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/markmywords (Old)
 and      /work/SRC/openSUSE:Factory/.markmywords.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "markmywords"

Wed Jan 24 15:29:03 2018 rev:2 rq:568118 version:0.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/markmywords/markmywords.changes  2018-01-13 
21:44:12.831678378 +0100
+++ /work/SRC/openSUSE:Factory/.markmywords.new/markmywords.changes     
2018-01-24 15:29:03.734409137 +0100
@@ -1,0 +2,8 @@
+Fri Jan 19 23:45:10 UTC 2018 - [email protected]
+
+- Add new tarball with same version and with the new name
+- Remove ldconfig from postscriptlet
+- Add icons to hicolor
+- Spec file cleanup 
+
+-------------------------------------------------------------------

Old:
----
  v0.1.1.tar.gz

New:
----
  MarkMyWords-0.1.1.tar.gz

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

Other differences:
------------------
++++++ markmywords.spec ++++++
--- /var/tmp/diff_new_pack.rsL4W2/_old  2018-01-24 15:29:04.262384444 +0100
+++ /var/tmp/diff_new_pack.rsL4W2/_new  2018-01-24 15:29:04.266384256 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package markmywords
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,8 +22,8 @@
 Summary:        Markdown editor
 License:        MIT
 Group:          Productivity/File utilities
-Url:            https://github.com/voldyman/MarkMyWords
-Source:         
https://github.com/voldyman/MarkMyWords/archive/v%{version}.tar.gz
+URL:            https://github.com/voldyman/MarkMyWords
+Source:         
https://github.com/voldyman/MarkMyWords/archive/v%{version}.tar.gz#/MarkMyWords-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -36,7 +36,6 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A minimal markdown editor.
@@ -50,27 +49,30 @@
 
 %install
 %cmake_install
+
+install -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
+mv 
%{buildroot}%{_datadir}/{pixmaps,icons/hicolor/scalable/apps}/mark-my-words.svg
+
 %fdupes %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} < 1320
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-/sbin/ldconfig
 
 %postun
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-/sbin/ldconfig
+%endif
 
 %files
-%defattr(-,root,root)
 %doc LICENSE README.md
 %{_bindir}/mark-my-words
 %{_datadir}/applications/mark-my-words.desktop
+%{_datadir}/icons/hicolor/scalable/apps/mark-my-words.svg
 %{_datadir}/mark-my-words/
-%{_datadir}/pixmaps/mark-my-words.svg
 %{_datadir}/glib-2.0/schemas/org.markmywords.gschema.xml
 %dir %{_datadir}/metainfo/
 %{_datadir}/metainfo/com.github.voldyman.markmywords.appdata.xml


Reply via email to