diff --git a/eppic-0.git21b3246.tar.bz2 b/eppic-0.git21b3246.tar.bz2 deleted file mode 100644 index b4c12ca..0000000 --- a/eppic-0.git21b3246.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c65d2d3db3d1daf2ab65c5e86c8d52ec26e31c139c505c9ab27e0dab32407fb8 -size 76977 diff --git a/eppic-0.gitfdf153d.tar.bz2 b/eppic-0.gitfdf153d.tar.bz2 new file mode 100644 index 0000000..c9b88f6 --- /dev/null +++ b/eppic-0.gitfdf153d.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01afd3cec724994ba2ff5aa169894ff19bd15df491fe5afb75106661550c259 +size 76752 diff --git a/eppic.changes b/eppic.changes index cb4bd11..a6ada9f 100644 --- a/eppic.changes +++ b/eppic.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 14 09:17:43 UTC 2013 - ptesarik@suse.cz + +- update to commit fdf153d + o cleanup eppic_type_islocal + o fix a Bison warning +- compile with -fPIC, so the resulting library can be used to + produce a dynamical shared object (e.g. a crash extension or a + makedumpfile extension) + ------------------------------------------------------------------- Fri Nov 16 16:10:24 UTC 2012 - ptesarik@suse.cz diff --git a/eppic.spec b/eppic.spec index e43c152..a1dbb11 100644 --- a/eppic.spec +++ b/eppic.spec @@ -15,8 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define git_date 20121116 -%define git_commit 21b3246 +%define git_date 20121207 +%define git_commit fdf153d Name: eppic Version: 0 @@ -64,7 +64,7 @@ This package provides the include files and libraries needed for development. %build cd libeppic -%{__make} CFLAGS="%{optflags}" %{?_smp_mflags} +%{__make} CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} %install cd libeppic