Accepting request 54872 from GNOME:Apps
Accepted submit request 54872 from user vuntz OBS-URL: https://build.opensuse.org/request/show/54872 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/genius?expand=0&rev=6
This commit is contained in:
commit
f802fbde46
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec957fadb521e300342dc45382486aa10538ec0576f6ccdf70a1c9ef9d147702
|
|
||||||
size 1692265
|
|
3
genius-1.0.12.tar.bz2
Normal file
3
genius-1.0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e94f92474140d1549f44cd84a09e62760f4e0e6af555c565559d132556f5fde4
|
||||||
|
size 1698688
|
@ -1,24 +0,0 @@
|
|||||||
Index: genius-1.0.11/gtkextra/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- genius-1.0.11.orig/gtkextra/Makefile.am
|
|
||||||
+++ genius-1.0.11/gtkextra/Makefile.am
|
|
||||||
@@ -99,13 +99,13 @@ libgtkextra_genius_a_SOURCES = \
|
|
||||||
gtkplotsurface.c
|
|
||||||
|
|
||||||
$(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
|
|
||||||
- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
|
|
||||||
- && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
|
|
||||||
- || ( rm -f gtkextra-marshal.tmp && exit 1 )
|
|
||||||
+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
|
|
||||||
+ && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
|
|
||||||
+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
|
|
||||||
$(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
|
|
||||||
- ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
|
|
||||||
- && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
|
|
||||||
- || ( rm -f gtkextra-marshal.tmp && exit 1 )
|
|
||||||
+ ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
|
|
||||||
+ && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
|
|
||||||
+ || ( rm -f gtkextra-marshal.tmp && exit 1 )
|
|
||||||
|
|
||||||
|
|
||||||
$(srcdir)/gtkextratypebuiltins.h: $(public_h_sources)
|
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 25 18:54:06 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.12:
|
||||||
|
+ Recently used files menu
|
||||||
|
+ Only run ps2epsi on eps output if selected, it can be very slow
|
||||||
|
and I've realized it's not commonly needed
|
||||||
|
+ Fix handling of comment at the end of file when running from
|
||||||
|
the IDE
|
||||||
|
+ Fix handling of newlines in the lexer
|
||||||
|
+ Fix CrossProduct
|
||||||
|
+ Some self tests were missing in the distro
|
||||||
|
+ Fix 64 bit build to be warning free
|
||||||
|
+ Fix buld on Make 3.82
|
||||||
|
+ Updated translations
|
||||||
|
- Drop genius-make382.patch: fixed upstream. As a consequence, also
|
||||||
|
remove the autoreconf call in build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 11 22:02:15 UTC 2010 - dimstar@opensuse.org
|
Sat Sep 11 22:02:15 UTC 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package genius (Version 1.0.11)
|
# spec file for package genius (Version 1.0.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,15 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: genius
|
Name: genius
|
||||||
Version: 1.0.11
|
Version: 1.0.12
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: General purpose calculator and mathematics tool
|
Summary: General purpose calculator and mathematics tool
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://www.jirka.org/genius.html
|
Url: http://www.jirka.org/genius.html
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM genius-make382.patch dimstar@opensuse.org -- Fix build with make 3.82. Patch sent upstream by mail.
|
|
||||||
Patch0: genius-make382.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
@ -88,11 +86,8 @@ genius functions are written in GEL itself.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Required by patch0: genius-make382.patch.
|
|
||||||
autoreconf
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
||||||
%configure \
|
%configure \
|
||||||
--libexec=%{_prefix}/lib/genius \
|
--libexec=%{_prefix}/lib/genius \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user