Hello community,

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

Package is "eiciel"

Wed Jan 24 15:29:00 2018 rev:40 rq:568070 version:0.9.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes    2017-08-16 
16:18:22.750090391 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes       2018-01-24 
15:29:02.498466943 +0100
@@ -1,0 +2,16 @@
+Wed Jan 17 01:59:58 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 0.9.12.1:
+  + Fix desktop file.
+- Changes from version 0.9.12:
+  + Updates for better integration with AppStream.
+- Adopt the use of %make_install rather than raw make command,
+  following the best practices.
+- Point fdupes to the data directory instead of the build root,
+  which is a practice that must be avoided.
+- Conditionalize translation-update-upstream BuildRequires use as
+  it's a SLE-only requirement.
+- Drop intltool BuildRequires: since upstream migrated to Gettext
+  it's no longer needed anymore.
+
+-------------------------------------------------------------------

Old:
----
  eiciel-0.9.11.tar.bz2

New:
----
  eiciel-0.9.12.1.tar.bz2

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

Other differences:
------------------
++++++ eiciel.spec ++++++
--- /var/tmp/diff_new_pack.nFgDJs/_old  2018-01-24 15:29:03.230432709 +0100
+++ /var/tmp/diff_new_pack.nFgDJs/_new  2018-01-24 15:29:03.234432522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# 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
@@ -17,25 +17,27 @@
 
 
 %define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension)
+
 Name:           eiciel
-Version:        0.9.11
+Version:        0.9.12.1
 Release:        0
 Summary:        GNOME ACL viewer and editor
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Url:            http://rofi.roger-ferrer.org/eiciel/
-Source:         
http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
+Source:         
http://rofi.roger-ferrer.org/eiciel/files/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  intltool
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig(gtkmm-3.0)
-BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
 
 %description
 Eiciel allows you to visually edit file ACL entries. You can add and
@@ -55,7 +57,9 @@
 
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure \
@@ -63,11 +67,11 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file -r eiciel System Filesystem
-%fdupes -s %{buildroot}
+%suse_update_desktop_file -r org.roger-ferrer.Eiciel System Filesystem
+%fdupes %{buildroot}%{_datadir}
 
 %files
 %defattr (-, root, root)
@@ -77,18 +81,18 @@
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/eiciel
-%doc %{_mandir}/man1/eiciel.1.gz
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/eiciel.appdata.xml
-%{_datadir}/applications/eiciel.desktop
+%doc %{_mandir}/man1/eiciel.1%{?ext_man}
+%{_datadir}/applications/org.roger-ferrer.Eiciel.desktop
 %{_datadir}/eiciel/
 %{_datadir}/icons/hicolor/*/apps/eiciel.*
-
-%files lang -f %{name}.lang
-%defattr(-,root,root)
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.roger-ferrer.Eiciel.appdata.xml
 
 %files -n nautilus-eiciel
 %defattr (-, root, root)
 %{_libnautilus_extensiondir}/libeiciel-nautilus.so
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++++++ eiciel-0.9.11.tar.bz2 -> eiciel-0.9.12.1.tar.bz2 ++++++
++++ 27988 lines of diff (skipped)


Reply via email to