Hello community, here is the log from the commit of package echievements for openSUSE:Factory checked in at 2014-10-18 09:09:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/echievements (Old) and /work/SRC/openSUSE:Factory/.echievements.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "echievements" Changes: -------- --- /work/SRC/openSUSE:Factory/echievements/echievements.changes 2013-04-23 17:18:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.echievements.new/echievements.changes 2014-10-18 09:09:53.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Dec 17 08:05:14 UTC 2013 - [email protected] + +- change to pkgconfig dependencies +- beautify spec a bit + +------------------------------------------------------------------- +Sun Dec 1 21:14:14 UTC 2013 - [email protected] + +- fix build against EFL 1.8.0 + +------------------------------------------------------------------- +Sun Dec 1 00:03:28 UTC 2013 - [email protected] + +- Build against new efl 1.8.0 and new enlightenment (e18) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ echievements.spec ++++++ --- /var/tmp/diff_new_pack.QjhYrl/_old 2014-10-18 09:09:53.000000000 +0200 +++ /var/tmp/diff_new_pack.QjhYrl/_new 2014-10-18 09:09:53.000000000 +0200 @@ -1,6 +1,7 @@ # # spec file for package echievements # +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -15,22 +16,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: echievements Version: 3 Release: 0 -License: BSD-2-Clause Summary: E17 Echievements module -Url: http://enlightenment.org +License: BSD-2-Clause Group: Amusements/Toys/Other +Url: http://enlightenment.org Source: %{name}-%{version}.tar.bz2 -BuildRequires: e_dbus-devel -BuildRequires: edje-devel -BuildRequires: etrophy-devel -BuildRequires: e17-devel +BuildRequires: edje +BuildRequires: pkgconfig(edbus) +BuildRequires: pkgconfig(enlightenment) < 0.18 +BuildRequires: pkgconfig(etrophy) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Funny module for Enlightenment 17. +Funny module for Enlightenment. %prep %setup -q @@ -40,7 +42,7 @@ make %{?_smp_mflags} %install -make install DESTDIR="%buildroot" +make install DESTDIR="%{buildroot}" %{?_smp_mflags} %find_lang %{name} || true %files -f %{name}.lang -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
