This commit is contained in:
parent
84574bac23
commit
e874b8c1a5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 01:19:25 CEST 2009 - ro@suse.de
|
||||
|
||||
- buildfix: refresh patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 08:28:20 CEST 2008 - crrodriguez@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package epplet-base (Version 0.10)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# 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/
|
||||
#
|
||||
|
||||
@ -19,7 +26,7 @@ Group: System/GUI/Other
|
||||
AutoReqProv: on
|
||||
Summary: Applets for the Enlightenment Window Manager
|
||||
Version: 0.10
|
||||
Release: 16
|
||||
Release: 51
|
||||
Source: epplets-%{version}.tar.bz2
|
||||
Patch: epplets-unsuficient_include.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -75,6 +82,8 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/e16/epplet_data
|
||||
|
||||
%changelog
|
||||
* Thu Apr 16 2009 ro@suse.de
|
||||
- buildfix: refresh patches
|
||||
* Fri Jun 13 2008 crrodriguez@suse.de
|
||||
- disable unusable static libraries
|
||||
* Thu Apr 17 2008 matejcik@suse.cz
|
||||
@ -114,7 +123,7 @@ rm -rf %{buildroot}
|
||||
- fix for automake-1.6 (remove duplicated lines in Makefile.am)
|
||||
* Fri Feb 01 2002 ro@suse.de
|
||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||
* Thu May 10 2001 mfabian@suse.de
|
||||
* Wed May 09 2001 mfabian@suse.de
|
||||
- bzip2 sources
|
||||
* Thu Feb 01 2001 violiet@suse.de
|
||||
- added SuSE series: xap
|
||||
|
@ -1,7 +1,8 @@
|
||||
--- epplets/CalcEphem.h
|
||||
+++ epplets/CalcEphem.h
|
||||
@@ -1,5 +1,6 @@
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
+#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user