commit eiciel for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2020-01-31 23:55:42

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new.26092 (New)


Package is "eiciel"

Fri Jan 31 23:55:42 2020 rev:42 rq:768661 version:0.9.12.1

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2018-10-02 
19:49:35.657695545 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new.26092/eiciel.changes 2020-01-31 
23:56:27.371625630 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:09:35 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.Hahru4/_old  2020-01-31 23:56:28.023625968 +0100
+++ /var/tmp/diff_new_pack.Hahru4/_new  2020-01-31 23:56:28.027625970 +0100
@@ -38,7 +38,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
-Recommends: %{name}-lang
 
 %description
 Eiciel allows you to visually edit file ACL entries. You can add and




commit eiciel for openSUSE:Factory

2018-10-02 Thread root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2018-10-02 19:49:03

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is "eiciel"

Tue Oct  2 19:49:03 2018 rev:41 rq:639460 version:0.9.12.1

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2018-01-24 
15:29:02.498466943 +0100
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2018-10-02 
19:49:35.657695545 +0200
@@ -1,0 +2,9 @@
+Fri Sep 28 10:39:05 UTC 2018 - bjorn@gmail.com
+
+- Add eiciel-sys-xattr.patch --  is deprecated, use
+   instead. Also use sed to replace the relevant parts
+  of configure.
+- Run spec-cleaner, modernize specfile.
+- Apply translation-update also for openSUSE, drop conditionals.
+
+---

New:

  eiciel-sys-xattr.patch



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.OUvsbP/_old  2018-10-02 19:49:36.113695070 +0200
+++ /var/tmp/diff_new_pack.OUvsbP/_new  2018-10-02 19:49:36.117695065 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,22 +22,23 @@
 Version:0.9.12.1
 Release:0
 Summary:GNOME ACL viewer and editor
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-Url:http://rofi.roger-ferrer.org/eiciel/
-Source: 
http://rofi.roger-ferrer.org/eiciel/files/%{name}-%{version}.tar.bz2
+URL:http://rofi.roger-ferrer.org/eiciel/
+Source0:
http://rofi.roger-ferrer.org/eiciel/files/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM eiciel-sys-xattr.patch --  is deprecated, 
use  instead
+Patch0: eiciel-sys-xattr.patch
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
-%if !0%{?is_opensuse}
+BuildRequires:  pkgconfig
 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
 
 %description
 Eiciel allows you to visually edit file ACL entries. You can add and
@@ -56,10 +57,9 @@
 %lang_package
 
 %prep
-%setup -q
-%if !0%{?is_opensuse}
+%autosetup -p1
+sed -i -e 's!attr/xattr\.h!sys/xattr\.h!g' configure
 translation-update-upstream
-%endif
 
 %build
 %configure \
@@ -74,14 +74,14 @@
 %fdupes %{buildroot}%{_datadir}
 
 %files
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/eiciel
-%doc %{_mandir}/man1/eiciel.1%{?ext_man}
+%{_mandir}/man1/eiciel.1%{?ext_man}
 %{_datadir}/applications/org.roger-ferrer.Eiciel.desktop
 %{_datadir}/eiciel/
 %{_datadir}/icons/hicolor/*/apps/eiciel.*
@@ -89,10 +89,8 @@
 %{_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-sys-xattr.patch ++
diff -Naur eiciel-0.9.12.1-orig/src/xattr_manager.hpp 
eiciel-0.9.12.1/src/xattr_manager.hpp
--- eiciel-0.9.12.1-orig/src/xattr_manager.hpp  2014-08-20 10:06:00.1 
+0200
+++ eiciel-0.9.12.1/src/xattr_manager.hpp   2018-07-19 23:56:41.945902210 
+0200
@@ -26,7 +26,10 @@
 #include 
 #include 
 
-#include 
+#include 
+#ifndef ENOATTR
+#define ENOATTR ENODATA
+#endif
 
 #include 
 #include 




commit eiciel for openSUSE:Factory

2018-01-24 Thread root
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.changes2017-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)




commit eiciel for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2017-08-16 16:18:19

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is "eiciel"

Wed Aug 16 16:18:19 2017 rev:39 rq:516881 version:0.9.11

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2016-05-17 
17:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2017-08-16 
16:18:22.750090391 +0200
@@ -1,0 +2,6 @@
+Fri Aug 11 13:30:51 UTC 2017 - fcro...@suse.com
+
+- Remove BuildRequires on libgnomeui-devel and conditional build
+  against gtk2.
+
+---



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.qMSY0d/_old  2017-08-16 16:18:23.817940499 +0200
+++ /var/tmp/diff_new_pack.qMSY0d/_new  2017-08-16 16:18:23.821939938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -30,18 +30,12 @@
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
-BuildRequires:  libgnomeui-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?favor_gtk2}
-BuildRequires:  pkgconfig(gtkmm-2.4)
-BuildRequires:  pkgconfig(libnautilus-extension) < 2.90
-%else
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
-%endif
 
 %description
 Eiciel allows you to visually edit file ACL entries. You can add and
@@ -65,12 +59,7 @@
 
 %build
 %configure \
---disable-static \
-%if 0%{?favor_gtk2}
---with-gnome-version=2
-%else
---with-gnome-version=3
-%endif
+--disable-static
 make %{?_smp_mflags}
 
 %install




commit eiciel for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2016-05-17 17:15:14

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is "eiciel"

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2015-10-12 
10:02:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2016-05-17 
17:15:15.0 +0200
@@ -1,0 +2,8 @@
+Thu May 12 14:09:28 UTC 2016 - dims...@opensuse.org
+
+- Do not delete the .desktop file. It is needed for AppStream
+  processes to have a valid reference.
+- Add update-desktop-files BuildRequires.
+- Change Categories of eiciel.desktop to System;Filesystem.
+
+---



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.tfQiLZ/_old  2016-05-17 17:15:17.0 +0200
+++ /var/tmp/diff_new_pack.tfQiLZ/_new  2016-05-17 17:15:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -32,6 +32,7 @@
 BuildRequires:  libattr-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  translation-update-upstream
+BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?favor_gtk2}
@@ -76,7 +77,7 @@
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
-rm %{buildroot}%{_datadir}/applications/*.desktop
+%suse_update_desktop_file -r eiciel System Filesystem
 %fdupes -s %{buildroot}
 
 %files
@@ -90,6 +91,7 @@
 %doc %{_mandir}/man1/eiciel.1.gz
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/eiciel.appdata.xml
+%{_datadir}/applications/eiciel.desktop
 %{_datadir}/eiciel/
 %{_datadir}/icons/hicolor/*/apps/eiciel.*
 




commit eiciel for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2015-10-12 10:02:47

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is "eiciel"

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2014-08-21 
17:24:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2015-10-12 
10:02:57.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 09:43:06 UTC 2015 - g...@atmarama.net
+
+- Update to version 0.9.11:
+  + Updated translations.
+- Changes from version 0.9.10:
+  + Fixes a problem with GTK+3.14 where checkboxes in the Access 
+Control List were not properly rendered.  
+
+---

Old:

  eiciel-0.9.9.tar.bz2

New:

  eiciel-0.9.11.tar.bz2



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.n7zHYh/_old  2015-10-12 10:02:58.0 +0200
+++ /var/tmp/diff_new_pack.n7zHYh/_new  2015-10-12 10:02:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 %define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension)
 Name:   eiciel
-Version:0.9.9
+Version:0.9.11
 Release:0
 Summary:GNOME ACL viewer and editor
 License:GPL-2.0+

++ eiciel-0.9.9.tar.bz2 -> eiciel-0.9.11.tar.bz2 ++
 6122 lines of diff (skipped)




commit eiciel for openSUSE:Factory

2014-08-21 Thread h_root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2014-08-21 17:24:57

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is eiciel

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2014-08-13 
08:48:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2014-08-21 
17:24:58.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 20 16:04:29 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.9.9:
+  + A new filter box
+  + Several changes in the UI to make it a bit more consistent with
+the GNOME HIG.
+  + Help has been ported from DocBook to Mallard.
+
+---

Old:

  eiciel-0.9.8.3.tar.bz2

New:

  eiciel-0.9.9.tar.bz2



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.0QENL5/_old  2014-08-21 17:24:59.0 +0200
+++ /var/tmp/diff_new_pack.0QENL5/_new  2014-08-21 17:24:59.0 +0200
@@ -18,7 +18,7 @@
 
 %define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension)
 Name:   eiciel
-Version:0.9.8.3
+Version:0.9.9
 Release:0
 Summary:GNOME ACL viewer and editor
 License:GPL-2.0+

++ eiciel-0.9.8.3.tar.bz2 - eiciel-0.9.9.tar.bz2 ++
 9326 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eiciel for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2014-08-13 08:48:36

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is eiciel

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2013-11-28 
16:50:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2014-08-13 
08:48:37.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  8 22:08:40 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.9.8.3:
+  + This version does not include any new feature but better
+integration with PackageKit.
+
+---

Old:

  eiciel-0.9.8.2.tar.bz2

New:

  eiciel-0.9.8.3.tar.bz2



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.6WDH7k/_old  2014-08-13 08:48:38.0 +0200
+++ /var/tmp/diff_new_pack.6WDH7k/_new  2014-08-13 08:48:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,15 @@
 #
 
 
+%define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension)
 Name:   eiciel
+Version:0.9.8.3
+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
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -24,23 +32,15 @@
 BuildRequires:  libattr-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  translation-update-upstream
+Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  pkgconfig(libnautilus-extension)  2.90
 %else
 BuildRequires:  pkgconfig(gtkmm-3.0)
-BuildRequires:  pkgconfig(libnautilus-extension) = 3.0.0
+BuildRequires:  pkgconfig(libnautilus-extension) = 3.0.0
 %endif
-Version:0.9.8.2
-Release:0
-Url:http://rofi.roger-ferrer.org/eiciel/
-Summary:GNOME ACL viewer and editor
-License:GPL-2.0+
-Group:  System/GUI/GNOME
-Source: 
http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Recommends: %{name}-lang
-%define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension)
 
 %description
 Eiciel allows you to visually edit file ACL entries. You can add and
@@ -57,8 +57,9 @@
 A Nautilus extension that allows viewing and editing ACL permissions.
 
 %lang_package
+
 %prep
-%setup
+%setup -q
 translation-update-upstream
 
 %build
@@ -72,11 +73,11 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
-rm $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
-%fdupes -s $RPM_BUILD_ROOT
+find %{buildroot} -type f -name *.la -delete -print
+rm %{buildroot}%{_datadir}/applications/*.desktop
+%fdupes -s %{buildroot}
 
 %files
 %defattr (-, root, root)
@@ -87,9 +88,13 @@
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/eiciel
 %doc %{_mandir}/man1/eiciel.1.gz
-%{_datadir}/eiciel
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/eiciel.appdata.xml
+%{_datadir}/eiciel/
+%{_datadir}/icons/hicolor/*/apps/eiciel.*
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %files -n nautilus-eiciel
 %defattr (-, root, root)

++ eiciel-0.9.8.2.tar.bz2 - eiciel-0.9.8.3.tar.bz2 ++
 2188 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/eiciel-0.9.8.2/INSTALL new/eiciel-0.9.8.3/INSTALL
--- old/eiciel-0.9.8.2/INSTALL  2013-11-17 21:10:35.0 +0100
+++ new/eiciel-0.9.8.3/INSTALL  2014-07-16 22:42:17.0 +0200
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the 

commit eiciel for openSUSE:Factory

2013-11-28 Thread h_root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2013-11-28 16:50:44

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is eiciel

Changes:

--- /work/SRC/openSUSE:Factory/eiciel/eiciel.changes2011-10-02 
09:57:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.eiciel.new/eiciel.changes   2013-11-28 
16:50:44.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 26 18:08:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.8.2:
+  + Fix for ineffective permissions not correctly rendered in
+GNOME 3.
+- Remove hack to remove executable bit from Authors: fixed
+  upstream.
+
+---

Old:

  eiciel-0.9.8.1.tar.bz2

New:

  eiciel-0.9.8.2.tar.bz2



Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.ZHpOHZ/_old  2013-11-28 16:50:45.0 +0100
+++ /var/tmp/diff_new_pack.ZHpOHZ/_new  2013-11-28 16:50:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eiciel
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   eiciel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -32,13 +31,13 @@
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(libnautilus-extension) = 3.0.0
 %endif
-Version:0.9.8.1
-Release:3
+Version:0.9.8.2
+Release:0
 Url:http://rofi.roger-ferrer.org/eiciel/
-Group:  System/GUI/GNOME
-License:GPL-2.0+
 Summary:GNOME ACL viewer and editor
-Source: %{name}-%{version}.tar.bz2
+License:GPL-2.0+
+Group:  System/GUI/GNOME
+Source: 
http://rofi.roger-ferrer.org/eiciel/download/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
 %define _libnautilus_extensiondir %(pkg-config --variable extensiondir 
libnautilus-extension)
@@ -49,7 +48,6 @@
 graphical interface
 
 %package -n nautilus-eiciel
-License:GPL-2.0+
 Summary:Nautilus ACL viewer and editor extension
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -62,9 +60,6 @@
 %prep
 %setup
 translation-update-upstream
-# Once the test fails, remove the test and the chmod. This file should not be 
+x.
-test -x AUTHORS
-chmod a-x AUTHORS
 
 %build
 %configure \

++ eiciel-0.9.8.1.tar.bz2 - eiciel-0.9.8.2.tar.bz2 ++
 23158 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eiciel for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory checked 
in at 2011-12-06 18:07:53

Comparing /work/SRC/openSUSE:Factory/eiciel (Old)
 and  /work/SRC/openSUSE:Factory/.eiciel.new (New)


Package is eiciel, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.wUSJ7l/_old  2011-12-06 18:13:25.0 +0100
+++ /var/tmp/diff_new_pack.wUSJ7l/_new  2011-12-06 18:13:25.0 +0100
@@ -36,7 +36,7 @@
 Release:3
 Url:http://rofi.roger-ferrer.org/eiciel/
 Group:  System/GUI/GNOME
-License:GPLv2+
+License:GPL-2.0+
 Summary:GNOME ACL viewer and editor
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +49,7 @@
 graphical interface
 
 %package -n nautilus-eiciel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Nautilus ACL viewer and editor extension
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eiciel for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory
checked in at Sun Oct 2 09:57:59 CEST 2011.




--- openSUSE:Factory/eiciel/eiciel.changes  2011-09-23 01:56:14.0 
+0200
+++ /mounts/work_src_done/STABLE/eiciel/eiciel.changes  2011-09-19 
00:51:08.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.8lvF06/_old  2011-10-02 09:57:56.0 +0200
+++ /var/tmp/diff_new_pack.8lvF06/_new  2011-10-02 09:57:56.0 +0200
@@ -74,7 +74,7 @@
 %else
 --with-gnome-version=3
 %endif
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -83,9 +83,6 @@
 rm $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 %fdupes -s $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README 

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eiciel for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package eiciel for openSUSE:Factory
checked in at Wed Jun 1 12:24:49 CEST 2011.




--- GNOME/eiciel/eiciel.changes 2011-05-22 18:48:50.0 +0200
+++ /mounts/work_src_done/STABLE/eiciel/eiciel.changes  2011-06-01 
10:29:51.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 10:29:05 CEST 2011 - vu...@opensuse.org
+
+- Do not fail to build if %gtk2_favor is not defined: just use
+  0%{?gtk2_favor}.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ eiciel.spec ++
--- /var/tmp/diff_new_pack.BjSgug/_old  2011-06-01 12:20:42.0 +0200
+++ /var/tmp/diff_new_pack.BjSgug/_new  2011-06-01 12:20:42.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  libattr-devel
 BuildRequires:  libgnomeui-devel
 BuildRequires:  translation-update-upstream
-%if 0%{favor_gtk2}
+%if 0%{?favor_gtk2}
 BuildRequires:  pkgconfig(gtkmm-2.4)
 BuildRequires:  pkgconfig(libnautilus-extension)  2.90
 %else
@@ -33,7 +33,7 @@
 BuildRequires:  pkgconfig(libnautilus-extension) = 3.0.0
 %endif
 Version:0.9.8.1
-Release:1
+Release:3
 Url:http://rofi.roger-ferrer.org/eiciel/
 Group:  System/GUI/GNOME
 License:GPLv2+






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org