From 3ce2cb37c50c6af1b39b372122264386483de3dfc7fda129fd1b751ca3f352bc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 19:55:02 +0000 Subject: [PATCH] Accepting request 158732 from GNOME:Next Push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158732 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=1 --- .gitattributes | 23 + .gitignore | 1 + gnome-calculator-3.7.91.tar.xz | 3 + gnome-calculator.changes | 1274 ++++++++++++++++++++++++++++++++ gnome-calculator.spec | 85 +++ 5 files changed, 1386 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 gnome-calculator-3.7.91.tar.xz create mode 100644 gnome-calculator.changes create mode 100644 gnome-calculator.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gnome-calculator-3.7.91.tar.xz b/gnome-calculator-3.7.91.tar.xz new file mode 100644 index 0000000..ee6e5ec --- /dev/null +++ b/gnome-calculator-3.7.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd49b16283d20af8d0e240b538eeb910ab76418bbe1b1a6fcfc4f0ce25e9caf8 +size 1052112 diff --git a/gnome-calculator.changes b/gnome-calculator.changes new file mode 100644 index 0000000..bd04cc1 --- /dev/null +++ b/gnome-calculator.changes @@ -0,0 +1,1274 @@ +------------------------------------------------------------------- +Thu Mar 7 08:07:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.91: + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 6 19:24:29 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.90 (now follows gnome versions): + + Updated translations. +- Changes from version 3.7.5: + + Fix desktop file syntax. +- Changes from version 3.7.4: + + Add keyword to .desktop file + + Expressions with base conversions (bgo#690576) +- Changes from version 3.7.3: + + Correctly calculate modulo division with negative numbers. + + Don't show numbers in exponential form when within word size in + programmer mode. + + Ignore thousands separators in gcalccmd, gnome-calculator -s. +- Changes from version 3.7.2: + + Fix incorrectly ininitialized option list. +- Changes from version 3.7.1: + + Renamed to gnome-calculator. + + Port to Vala. + + Highlight parts of equation that have caused an error. + + Fix error reporting not working for certain types of error. + + Add shadow around display. +- Rename package from gcalctool to gnome-calculator: + + Obsolete gcalctool(-lang) <= 6.6.2 (last published version). + +------------------------------------------------------------------- +Tue Nov 13 07:47:00 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.6.2: + + Updated translations. + +------------------------------------------------------------------- +Mon Oct 15 14:53:40 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.6.1: + + Fix error reporting not working for certain types of error. + + Add shadow around display. + +------------------------------------------------------------------- +Tue Sep 25 06:44:18 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.6.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 17 10:40:58 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.5.92: + + Allow multiple instances of gcalctool. + +------------------------------------------------------------------- +Tue Sep 4 08:31:55 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.5.91: + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 21 21:47:23 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.5.90.1: + + Remove reference to removed source file. +- Changes from version 6.5.90: + + Replace lex/bison parser with hand-written parser. + + Use g_warning not g_error when unable to parse currency file. +- Drop bison and flex BuildRequires: no longer required. + +------------------------------------------------------------------- +Wed Jul 18 08:10:13 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.5.3: + + Set window icon correctly + +------------------------------------------------------------------- +Wed May 16 19:16:13 UTC 2012 - dimstar@opensuse.org + +- Update to version 6.5.1: + + Port to GtkApplication. + + Replace menubar with a GMenu. + +------------------------------------------------------------------- +Tue May 15 05:35:55 UTC 2012 - vuntz@opensuse.org + +- Update to version 6.4.2.1: + + Fix version in configure.ac (again). +- Changes from version 6.4.2: + + Updated translations. + +------------------------------------------------------------------- +Tue Apr 17 06:24:13 UTC 2012 - vuntz@opensuse.org + +- Update to version 6.4.1.1: + + Build fixes. +- Changes from version 6.4.1: + + Only show thousands separators in decimal mode + + Add trailing semicolon to .desktop file + +------------------------------------------------------------------- +Tue Mar 27 06:22:44 UTC 2012 - vuntz@opensuse.org + +- Update to version 6.4.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 26 07:38:55 UTC 2012 - vuntz@opensuse.org + +- Remove hack to find localized help: this has been fixed in + find-lang.sh. + +------------------------------------------------------------------- +Thu Mar 22 18:52:50 UTC 2012 - vuntz@opensuse.org + +- Update to version 6.3.92.1: + + Fix acos/asin/atan not working + + Fix help not being correctly installed +- Changes from version 6.3.92: + + Remove widget background color tints (not working in recent GTK + themes) + + Use symbolic icons for clear/undo +- Remove --disable-scrollkeeper from configure: this option is + gone. + +------------------------------------------------------------------- +Tue Feb 7 09:37:43 UTC 2012 - vuntz@opensuse.org + +- Update to version 6.3.5: + + Build help with yelp-tools instead of gnome-doc-utils +- Remove xz BuildRequires now that it comes for free in the build + system. +- Change gnome-doc-utils-devel BuildRequires to yelp-tools, + following upstream change. +- Add the usual hack to correctly detect translated help installed + in new directory until %find_lang does it. + +------------------------------------------------------------------- +Tue Jan 17 08:23:18 UTC 2012 - vuntz@opensuse.org + +- Update to version 6.3.4: + + Fix a crash in gcalctool when ECB rate file can't be parsed + + Fix square centimeter conversions + + Fix incorrect spelling of Celsius + + Remove deprecated API usage +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + +------------------------------------------------------------------- +Tue Sep 27 07:04:49 UTC 2011 - vuntz@opensuse.org + +- Update to version 6.2.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 23 09:16:44 CEST 2011 - dimstar@opensuse.org + +- Update to version 6.1.5: + + Add CFA franc into currency list. + +------------------------------------------------------------------- +Sun Jul 10 19:39:00 CEST 2011 - vuntz@opensuse.org + +- Update to version 6.1.3: + + Fix crash running on BSD (bgo#650174) +- Changes from version 6.1.0: + + Fix conversion of nautical miles (bgo#648205) + + Fix some unit labels that were not in plural form (bgo#644681) + + Use nmi as label for nautical mile, use nm for nanometers + (bgo#644682) + + Mark strings for translation that were missed (bgo#646093) + + Only write to GSettings when settings change, don't sync on + exit (bgo#647327) + + Fix crash when not all currencies downloaded + + Fix bit editor (bgo#646142) + + Use K for kelvin, not ˚K (bgo#643585) + + Add space between number and ˚C + + Fix 0^n generating error for fractional n (bgo#634066) + + Support both μs and us for entering microseconds + + Fix order of implied multiplication + + Make automatic exponentiation less aggressive + + Fix thousands separator being on front of three digit numbers + + Don't clear display when entering digit inside result + + Add a swap units button (bgo#633193) + + Drop support for GTK2 + +------------------------------------------------------------------- +Tue May 24 09:18:11 CEST 2011 - dimstar@opensuse.org + +- Update to version 6.0.2: + + Updated translations. + +------------------------------------------------------------------- +Wed Apr 27 13:24:21 UTC 2011 - fcrozat@novell.com + +- Update to version 6.0.1: + + bgo#648205: fix conversion of nautical miles. + + bgo#646093: mark strings for translation that were missed. + + bgo#647327: only write to GSettings when settings change, + don't sync on exit. + + Fix crash when not all currencies downloaded. + + bgo#646142: fix bit editor. + + bgo#634066: fix 0^n generating error for fractional n. + + Fix order of implied multiplication. + + Make automatic exponentiation less aggressive. + + Fix thousands separator being on front of three digit numbers. + + Don't clear display when entering digit inside result. + +------------------------------------------------------------------- +Mon Apr 4 12:58:44 UTC 2011 - fcrozat@novell.com + +- Update to version 6.0.0: + + Use /org/gnome as location for gsettings keys. This will mean + gcalctool 5.31.x users will have their settings reset to + defaults. + + bgo#645663: correctly choose the first conversion when + none/invalid defined. + +------------------------------------------------------------------- +Mon Mar 28 13:16:41 UTC 2011 - fcrozat@novell.com + +- Update to version 5.91.93: + + Updated translations + +------------------------------------------------------------------- +Mon Mar 21 11:10:02 UTC 2011 - fcrozat@novell.com + +- Update to version 5.91.92: + + bgo#645138: Add gcalccmd man page + + bgo#645137: Remove references to ~/.gcalctoolrc + +------------------------------------------------------------------- +Fri Mar 18 09:09:41 UTC 2011 - fcrozat@novell.com + +- Update to version 5.91.91: + + bgo#644980: disable localized digits. + + bgo#637328: fix crash doing bitwise operations with large + numbers. + + Don't use automatic exponential format when not in base 10. + + Only use thousands separators in base 10. + + bgo#640818: set currency on first start. + + bgo#634904: support entering super/subscript with numeric + keypad. + +------------------------------------------------------------------- +Tue Feb 22 18:05:21 UTC 2011 - fcrozat@novell.com + +- Update to version 5.91.90: + + Fix grammar mistakes + + Fix translated conversions (bgo#641166) +- Changes from version 5.91.6: + + Add fixed rate of 15.6466 EEK = 1 EUR (bgo#639332) + + Use full name of currency in conversion bar + + Add temperature conversion + + Update conversion bar when currencies are updated + + Fix incorrect display of complex numbers + + Now able to change currencies from advanced mode +- Changes from version 5.91.5: + + Make new variable buttons that combines add/set/get and clear + into one dialog. + + Add a decimal point button to the programming mode + + Make the numeric keypad produce numbers even when numlock is on +- Changes from version 5.91.4: + + Use new Indian Rupee sign (bgo#636587) + + Use currency rates from the IMF as well as the ECB to add + 24 new rates: + AED, BHD, BND, BWP, CLP, COP, DZD, ILS, IRR, KWD, KZT, LKR, + LYD, MUR, NPR, OMR, PEN, PKR, QAR, SAR, TND, TTD, UYU, VEF + + Don't hide GCalctool in KDE + + Convert numeric keypad separator into locale specific version + (bgo#632794) + +------------------------------------------------------------------- +Sun Feb 13 14:06:05 CET 2011 - vuntz@opensuse.org + +- Call relevant macros in %post/%postun: + + %desktop_database_post/postun because the package ships at + least one desktop file. +- Pass %{?no_lang_C} to %find_lang so that english documentation + can be packaged with the program, and not in the lang subpackage. +- Change Requires of lang subpackage to Recommends, since the + english documentation is not there anymore. + +------------------------------------------------------------------- +Fri Dec 17 11:54:26 CET 2010 - vuntz@opensuse.org + +- Update to version 5.91.3: + + Fix incorrect calculation of tanh + + Fix dropping of decimal points when thousand separator is '.' + (bgo#635517) + + Improve conversion bar + + Fix crash in scientific mode + + Add new automatic display mode that switches from fixed to + scientific when numbers are too large +- Changes from version 5.91.2: + + Fix broken thousands separators code (bgo#628908) + + Don't make window resizable, it is not supposed to be + + Use icons for undo and clear buttons as the translations cause + them to be oversized in some languages + + Handle Han digits (〇〡〢〣〤〥〦〧〨〩) + + If a thousands separator is not defined then use ' ' + (bgo#632182) + + Fix incorrect error text for acosh function (bgo#632614) +- Changes from version 5.91.1: + + Clear display when an answer is displayed and a numeric point + is inserted + + Add GUI for unit conversations (bgo#539830) + + Fix the definition of ounces + + Remove trailing whitespace when entering super-/subscript mode + (bgo#631988) + + Calculate answers in separate thread (bgo#576371) + + Stop '*'+backspace+'*' being converted into '^' + + Updated translations +- Changes from version 5.91.0: + + Port to GTK+-3 (bgo#630115) + + Don't crash on pasting empty clipboard + + Mark more strings as translatable (bgo#630899) + + Make calculator window resizable (bgo#630594) + + Put back visible thousands separators (bgo#628908) + + Make thousands separators and radix points respect the users + locale + + Updated translations +- Move to pkgconfig()-style BuildRequires: + + Old ones: gtk2-devel, libxml2-devel. + + New ones: gio-2.0, gtk+-3.0, libxml-2.0. + +------------------------------------------------------------------- +Tue Dec 14 15:12:31 CET 2010 - vuntz@opensuse.org + +- Own /usr/share/gnome and /usr/share/gnome/help to fix build. + +------------------------------------------------------------------- +Wed Nov 24 10:32:56 CET 2010 - dimstar@opensuse.org + +- Update to version 5.32.2: + + Fix incorrect calculation of tanh + + Re-fix broken thousands separator code. + +------------------------------------------------------------------- +Tue Nov 16 09:24:08 CET 2010 - dimstar@opensuse.org + +- Update to version 5.32.1: + + bgo#629381: Fix crash when pasting with empty clipboard + + bgo#628908: Fix broken thousands separators code + + Stop '*'+backspace+'*' being converted into '^' + + Fix the definition of ounces + + Fix locale initialization + + Handle Han digits (〇〡〢〣〤〥〦〧〨〩) + + Updated translations. + +------------------------------------------------------------------- +Fri Oct 8 20:14:00 CEST 2010 - vuntz@opensuse.org + +- Do not package translations twice. + +------------------------------------------------------------------- +Mon Sep 27 14:43:57 CEST 2010 - vuntz@opensuse.org + +- Update to version 5.32.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 30 09:09:29 CEST 2010 - dimstar@opensuse.org + +- Update to version 5.31.91: + + Increase accuracy of internal calculations. + + Don't crash printing numbers when they get too large. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 17 11:00:19 CEST 2010 - dimstar@opensuse.org + +- Update to version 5.31.90: + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 6 03:18:51 CEST 2010 - vuntz@opensuse.org + +- Update to version 5.31.6: + + Fix double pasting into display with middle button + + Add a11y names to widgets +- Changes from version 5.31.5: + + Call gsettings_sync() before quit +- Remove gconf2-devel BuildRequires and %gconf_schemas_prereq. Do + not pass --disable-schemas-install to configure, since this is + needed for gconf only. +- Use %glib2_gsettings_schema_* macros. + +------------------------------------------------------------------- +Thu Jul 8 10:57:02 CEST 2010 - dimstar@opensuse.org + +- Update to version 5.31.4: + + Show currency conversion below display + + Use gsettings instead of gconf +- Changes from version 5.31.3: + + Support complex trigonometry + + Add complex argument button to scientific mode + + Make popup button for additional functions, with integer/ + fractional component, floor, ceiling, round and sign functions. +- Changes from version 5.31.2: + + Replace backspace button with undo button + + Remove memory buttons from basic mode (too complex) + + Support complex arithmetic +- Changes from version 5.31.1: + + Dynamically load button layouts to speed up startup time + + bgo#157962: Add colours to buttons + + Merge advanced and scientific mode + + Relayout buttons + + Use arrows on superscript buttons (i.e. '↑n' instead of '⎕ⁿ') + + Don't change window title to match mode (no need to) + + Rename View menu to Mode + + bgo#505168: Show answer in bold + + Reimplement undo and redo + + bgo#615243: Automatically add missing closing brackets + + Show all defined variables in variable popups + +------------------------------------------------------------------- +Thu Apr 29 19:48:47 CEST 2010 - dimstar@opensuse.org + +- Update to version 5.30.1: + + bgo#614489: Fix bug stopping translations from working + + bgo#614491: Mark strings for translation that were missing + + bgo#614875: Fix memory leak in gcalccmd and failure to quit on + EOF + + bgo#614979: Make inverses of variables work + + bgo#615667: Make --help-gtk work + +------------------------------------------------------------------- +Mon Mar 29 11:13:08 CEST 2010 - vuntz@opensuse.org + +- Update to version 5.30.0: + + Fix errors in variable exponents (e.g. xy²) + + Handle powers in convesion units, (e.g. 1m² in mm²) + + Don't clear ans when clearing display (bgo#613552) + + Handle equations like (x+3y)(2x-4y) + +------------------------------------------------------------------- +Tue Mar 23 18:53:20 CET 2010 - vuntz@opensuse.org + +- Drop libsoup-devel BuildRequires: it's not needed anymore since + 2.29.92. + +------------------------------------------------------------------- +Tue Mar 9 01:53:49 CET 2010 - dimstar@opensuse.org + +- Update to version 5.29.92: + + Add shortcuts to base buttons (Ctrl+B, Ctrl+O, Ctrl+D, Ctrl+H) + + Convert number in display if it has a base and a base button is + pressed + + Make scientific notation button behave the same as keyboard + shortcut (i.e. go into superscript mode). + + Only allow superscript minus to be entered if can make a valid + superscript number, otherwise revert to standard minus. + + Allow hexadecimal numbers to be entered in lower-case + + Make bit editor active for displayed numbers not in base 10 + + Make variable powers work, e.g. x² + + bgo#611971: Fix spacebar not working when display has focus + + Load currency rates when doing typed currency conversion + + Use GIO instead of libsoup + +------------------------------------------------------------------- +Mon Feb 22 09:37:46 CET 2010 - dimstar@opensuse.org + +- Update to version 5.29.91: + + Fix bug where backspace deletes all input in locales with no + thousands separator + + Make boolean operations work with zero, e.g. "0 XOR 5" + + bgo#596645 - Don't override space and return when display area + not selected + + bgo#602154 - Make window non-resizable + + Change boolean functions to uppercase (xor -> XOR) + + Documentation rewritten + + Modernised build system + +------------------------------------------------------------------- +Wed Feb 10 19:39:19 CET 2010 - vuntz@opensuse.org + +- Update to version 5.29.90: + + Miscellaneous string fixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 26 18:22:18 CET 2010 - vuntz@opensuse.org + +- Update to version 5.29.6: + + Reimplement automatic ans substitution + + Make builds less verbose (bgo#607118) + + De-break function that check if currency rates are out of date + + Fix shift button keybinding crash + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 23 12:41:16 CET 2009 - vuntz@opensuse.org + +- Update to version 5.29.4: + + Make 0^0 = 1 (bgo#605011) + + Use superscript digits for scientific notation + + Clear display when entering a number after an equation + + Make Ctrl+W a shortcut to quit + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 2 22:53:49 CET 2009 - vuntz@opensuse.org + +- Update to version 5.29.2: + + Support conversions in display (e.g. "1 AUD in USD" or "6.2 + inches in meters") + + Support arbitrary varible names, e.g. set with "name=55" + + Add a command-line version of gcalctool 'gcalccmd' (bgo#590767) + + Updated translations. + +------------------------------------------------------------------- +Sat Nov 14 21:18:02 CET 2009 - vuntz@opensuse.org + +- Update to version 5.29.1: + + New user interface: + - Window is now shorter to better fix in netbook resolutions + - Superscript and subscript numbers to allow better notation, + e.g. "₃√5" + - Preferences moved into a dialog + - Functions are now typed, e.g. s+i+n for sine instead of "k" + - Error messages now displayed below equation, and improved + descriptions +- Add libsoup-devel and libxml2-devel BuildRequires, to download + data for currency conversion. + +------------------------------------------------------------------- +Fri Sep 25 15:50:18 CEST 2009 - dimstar@opensuse.org + +- Update to version 5.28.0: + + bgo#595337 - Don't override space bar when buttons are focussed + as this stops keyboard control + + bgo#546819 - Handle keycode for '^' used in non-English layouts + (German, Spanish, etc) and allow '**' to be converted to a '^' + for layouts that do not support it + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 7 13:02:43 CEST 2009 - lmedinas@opensuse.org + +- Update to version 5.27.92: + + Fix base conversions + + Fix disabled help menu + + Fix duplicate object names in data/financial.ui (bgo#593277) + + Updated translations. + +------------------------------------------------------------------- +Wed Aug 26 10:31:11 CEST 2009 - vuntz@novell.com + +- Update to version 5.27.91: + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 11 21:01:00 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 5.27.90: + + Fix bug where inserting text in locales without thousands + separator replaces the whole display. + + Updated documentation. + + Updated translations. + +------------------------------------------------------------------- +Tue Jul 28 12:55:24 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 5.27.5: + + Perform power and factorials before negation so -1! + and -1^0.5 are valid as in 5.26.x + + bgo#548884 - Connect functions to solve the function text and + replace the display with the result + + bgo#589350 - Change bison syntax to be compatible with + version 2.3 + + bgo#588591 - Compile with -DGSEAL_ENABLE + + bgo#589563 - Update gconf descriptions to match translation + guidelines + + updated documentation and translations. + +------------------------------------------------------------------- +Mon Jul 20 00:44:07 CEST 2009 - vuntz@novell.com + +- Update to version 5.27.4: + + Update bit editor after shifting (bgo#587545) + + Use a base-10 internal representation (bgo#585813, bgo#585931, + bgo#560802) + + Make padding consistent in GUI (bgo#587292) + + Support implicit multiply before functions, e.g. "6 log 3" + (bgo#586812) + + Use inverse notation for trigonometric functions, i.e. "asin" + -> "sin⁻¹" + + Use lowercase notation for trigonometric and logarithm + functions to look more like standard mathematical notation + + Put spacing around functions, i.e. "sin" -> " sin " + + Use subscript for logarithm base two, i.e. "log2" -> "log₂" + + Added etched border around display (bgo#140836) + + Rewrote out of date man page (bgo#585997) + + Updates translations. + +------------------------------------------------------------------- +Tue Jun 16 14:23:11 CEST 2009 - vuntz@novell.com + +- Update to version 5.27.3: + + Percentage operation for addition and subtraction now takes + percentage of first value (bgo#480207) + + Use correct UTF-8 mathematical characters (bgo#347630) + + Focus on the display entry by default + + Fix broken widget style. Copy gcalctoolrc to ~/.gcalctoolrc to + get coloured buttons. + + Fix missing icon in Help>Contents menu + + Updated translations. + +------------------------------------------------------------------- +Wed May 27 15:19:47 CEST 2009 - vuntz@novell.com + +- Update to version 5.27.2: + + Add 1's and 2's complement to programming mode (bgo#581253) + + Add variable word size for bitwise functions (bgo#581253) + + Remove negative sign from numbers rounded to zero. This is + only a partial fix as the error value is still visible in + scientific notation (bgo#560802) + + Support odd roots of negative numbers (bgo#576973) + + Keep settings (show zeroes, thousands separator etc) when + changing modes (bgo#580398) + + Add a --solve command-line argument + + Really fix the license text in the about dialog (bgo#579174) + + Made parser reentrant and part of MP code + + Remove references to arithmetic/left-to-right precedence from + the manual (bgo#559734) + + Fix grammatical errors in manual (bgo#569275) + + Remove untranslated figures in documentation - they are + automatically copied from the C documentation (bgo#566680) + + Updated translations. +- TODO doesn't exist anymore. + +------------------------------------------------------------------- +Wed May 6 04:58:20 CEST 2009 - vuntz@novell.com + +- Remove libglade2-devel BuildRequires and add gtk2-devel + BuildRequires. + +------------------------------------------------------------------- +Mon May 4 16:59:57 CEST 2009 - oddrationale@gmail.com + +- Update to version 5.27.1: + + Convert Glade UI to GtkBuilder UI (bgo#556807) + + Fix display on startup to be replaced on entry (bgo#576975) + + Make GConf schemas translatable (bgo#571948) + + Replace MP number arrays with an MPNumber structure + + Tidied up error messages (bgo#521184) + + Tidied up GConf schema, use native GConf types (bgo#493946) + This will cause the gconf schema to be incompatible with + gcalctool < 5.26.0. Expect settings to reset to defaults when + upgrading. Switching between versions will cause resets. + + Fix missing license text in about dialog (bgo#579174) + + Update translations + +------------------------------------------------------------------- +Mon Apr 13 00:48:34 CEST 2009 - mboman@suse.de + +- Update to version 5.26.1: + + Fix display on startup to be replaced on entry bgo#575385 + + Translation updates +- Don't package omf files in the main package since they are in + -lang + +------------------------------------------------------------------- +Tue Mar 17 02:20:06 CET 2009 - vuntz@novell.com + +- Update to version 5.26.0: + + Fix button expansion (bgo#575385) + + Removed deprecated test/ directory (bgo#574048) + + Updated documentation. + + Translation updates. +- Remove unneeded BuildRequires: gnome-common, scrollkeeper + +------------------------------------------------------------------- +Sun Mar 8 23:50:43 CET 2009 - vuntz@novell.com + +- Review changes. + +------------------------------------------------------------------- +Wed Mar 4 00:09:17 WET 2009 - lmedinas@gmail.com + +- Update to version 5.25.92: + + Fixed bgo#572881 - Restore number display mode (FIX/SCI/ENG) on + startup + + Fixed bgo#527540 - Fix rounding errors in integer power + calculations + + Fixed bgo#571007 - Fix error in cosine/tangent calculations + + Translation updates + + Documentation updates + +------------------------------------------------------------------- +Thu Feb 19 03:39:28 CET 2009 - vuntz@novell.com + +- Review changes. + +------------------------------------------------------------------- +Tue Feb 17 00:50:59 WET 2009 - lmedinas@gmail.com + +- Update to version 5.25.91: + + Initialise GType system so usage of GConf doesn't cause crashes + + Rework command-line arguments to be standard + + Correctly handle decimal points for languages not using '.' + + Fix shortcut keys so standard menu keys work + + Documentation updates + + Translation updates + +------------------------------------------------------------------- +Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + +------------------------------------------------------------------- +Wed Feb 4 00:52:33 WET 2009 - lmedinas@gmail.com + +- Update to version 5.25.90: + + Fixed incorrect bit shift operation + + Documentation updates + + Translation updates + +------------------------------------------------------------------- +Wed Jan 28 02:04:54 WET 2009 - lmedinas@gmail.com + +- Update to version 5.25.5: + + Documentation updates + + Translation updates + +------------------------------------------------------------------- +Fri Jan 23 11:18:20 CET 2009 - vuntz@novell.com + +- Minor cleanups in spec file, including less BuildRequires. + +------------------------------------------------------------------- +Tue Jan 6 11:44:55 EST 2009 - mboman@suse.de + +- Update to version 5.25.4: + + Translation updates + +------------------------------------------------------------------- +Sat Dec 20 09:44:46 EST 2008 - mboman@suse.de + +- Update to version 5.25.3: + + Made exponential numbers work without a sign, e.g. '1e2' works + the same as '1e+2' + + Correctly calculate exponential numbers in binary mode and + convert correctly when changing bases + + Fix broken accelerator keys from changes in 5.25.2 + + Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are + controlled by the shift key. + + Fixed crash where financial dialogs are activated from other modes on + startup + + Give binary invert operation higher precedence so that ~X and X == 0 + + Fixed calculation errors for boolean operations on very large numbers + + Always read configuration from /apps/gcalctool not /apps/(appname) as + the application + name is different when symlinked (e.g. the gnome-calculator symlink) + + Correct gconf key names in man page + + Added a programming mode that contains the bit editor + + Made finacial operations GUI-based not register based + + Added Gross Profit Margin Ration Financial Function + + Don't clear display when changing modes and allow all functions to work + in all non-basic modes + + Set decimal point label to be based on LC_NUMERIC as users can set + their numerical representation to different to their language settings + + More refactoring in MP math library + + Fixed GtkSpinButton warning + + Only update bit panel when display contains a solved number + + Remove inline declaration so can compile in C89 + + Open help with gtk_show_uri() + + Translation updates +- Remove gcalctool-5.19.92-correct-help-uri.patch. Code changed + +------------------------------------------------------------------- +Wed Nov 5 15:36:15 EST 2008 - jpr@novell.com + +- Drop gcalctool-59753_59377_59378.patch (was bnc5724), code is + useless, unlikely to solve a real world problem, dangerous and + upstream changed a lot + +------------------------------------------------------------------- +Mon Oct 20 16:50:24 EST 2008 - mboman@suse.de + +- Update to version 5.24.1: + + Fixed GtkSpinButton warning. bgo#553965 + + Only update bit panel when display contains a solved number. bgo#548690 + + gcalctool/gtk.c: Remove inline declaration so can compile in C89, + bgo#553307 + +------------------------------------------------------------------- +Wed Oct 1 08:21:13 WST 2008 - mboman@suse.de + +- Update to version 5.24.0: + + Translation updates + +------------------------------------------------------------------- +Fri Sep 12 00:59:02 CDT 2008 - maw@suse.de + +- Update to version 5.23.92: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 02 18:07:11 CEST 2008 - mboman@novell.com + +- Updated to 5.23.91: + + Fix packing for modulus button (bgo#548880) + + Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so + other desktops can use GCalctool (bgo#518862). + +------------------------------------------------------------------- +Tue Aug 26 18:07:11 CEST 2008 - mboman@novell.com + +- Updated to 5.23.90: + + Fix some small memory leaks (bgo#547942) + + More work tidying up MP code (bgo#524091) + +------------------------------------------------------------------- +Tue Aug 05 18:07:11 CEST 2008 - captain.magnus@opensuse.org + +- Updated to 5.23.6 + + Deprecated left-to-right mode (Bug bgo#500994). + + Updated remaining documentation (bg, zh_CN, zh_HK, zh_TW) to gnome-doc-utils (Robert Ancell, Bug bgo#336104) + + Changed icon from deprecated 'gnome-calculator' to 'accessories-calculator') (Matthias Clasen, Bug bgo#545074) + + Fix regression in factorial operation (Klaus Niederkrueger) + + Made trigonometric button text translatable (Yuri Penkin, Bug bgo#540196) + + More work tidying up MP code (Klaus Niederkrueger, Robert Ancell, Bug bgo#524091) + + Updated Japanese documentation to gnome-doc-utils (Claude Paroz, Takeshi Aihana, Bug bgo#336104) + + Added workaround to stop display disappearing when editing large displays (Bug bgo#524602) + + Applied second mp math tidy up patch from Klaus Niederkrueger (Bug bgo#524091) + + Updated translations + +------------------------------------------------------------------- +Mon Jun 30 18:07:11 CEST 2008 - maw@suse.de + +- Fix the installation of an icon. + +------------------------------------------------------------------- +Sat Jun 21 01:39:22 CEST 2008 - maw@suse.de + +- Update to version 5.23.4: + + Bugs fixed: bgo#524602, bgo#524091, bgo#527669, bgo#527669, + bgo#530532, bgo#527318, bgo#526094, bgo#527669, bgo#527545, + and bgo#524602 +- Drop the following obsolete patches: gcalctool-c-style.patch, + gcalctool-grouping.patch, and gcalctool-localized-radix.patch. + +------------------------------------------------------------------- +Mon Apr 21 14:17:07 CEST 2008 - sbrabec@suse.cz + +- Fixed localized radix (bgo#527669). + +------------------------------------------------------------------- +Fri Apr 18 15:13:09 CEST 2008 - sbrabec@suse.cz + +- Fix grouping and brokenness in some locales (bgo#527669). + +------------------------------------------------------------------- +Thu Apr 10 18:33:24 CEST 2008 - sbrabec@suse.cz + +- Updated to version 5.22.1: + * Fix for bug where the initial zero in the display was not + cleared (bgo#520525) + * Support bracket and multiply keys on non-english keyboards + (bgo#521620 and bgo#526671) + * The replacement of sprintf() and strcpy() with the safer + snprintf() and strncpy() (bgo#520769) + * Remove a .svn directory from the release tarball (bug#524025) + * Updated translations. + * New maintainer. +- Removed patch re-enabling deprecated symbols. +- Fixed snprintf buffer overflow (bgo#527318). + +------------------------------------------------------------------- +Tue Mar 25 12:46:10 CET 2008 - rodrigo@suse.de + +- Tag patches and made them follow naming conventions + +------------------------------------------------------------------- +Tue Mar 11 21:56:43 CET 2008 - vuntz@suse.de + +- Update to version 5.22.0: + + Fix for bgo#520474 - Calculator uses 06 in place of decimal. + +------------------------------------------------------------------- +Tue Mar 4 23:05:18 CET 2008 - maw@suse.de + +- Update to version 5.21.92: + + Change Help->Help menu to Help->Contents to match HIG (bgo#514812) + + Fix for bgo#515326 - translation issues + + Unmark bitcalculating strings for translation (bgo#515326) + + Change help menu shortcut from Ctrl+H to F1 to match HIG (bgo#514812) + + Remove help/it/Makefile, switching to gnome-doc-utils + + Fix for bgo#514233 - Title not translated + + Fix for bgo#513868 - Switching mode clears values but not + "Malformed expression" in statusbar. + + Fix for bgo#513218 - Parsing not handling things the way a + "normal" calculator would. + + Fix for bgo#482666 - XML errors in gcalctool de translation. + + Fix typo (Retreive -> Retrieve). + +------------------------------------------------------------------- +Fri Feb 1 20:13:37 CET 2008 - maw@suse.de + +- Update to version 5.21.90: + + Many bug fixes; see the NEWS file for a blow-by-blow account. + +------------------------------------------------------------------- +Mon Sep 17 16:58:36 CEST 2007 - gekker@suse.de + +- Update to version 5.20.0 + + Update Translations. + +------------------------------------------------------------------- +Sat Sep 15 01:53:54 CEST 2007 - hpj@suse.de + +- Add gcalctool-5.19.92-correct-help-uri.patch, which allows us + to find help residing in help-bundle/. + +------------------------------------------------------------------- +Mon Sep 10 22:08:32 CEST 2007 - maw@suse.de + +- Update to version 5.19.92: + + Cosmetic version bump. + +------------------------------------------------------------------- +Fri Aug 31 17:13:31 CEST 2007 - maw@suse.de + +- Update to version 5.19.91: + + Fixed b.g.o #467442 - gcalctool does not appear in xfce4 menu. + +------------------------------------------------------------------- +Thu Aug 9 19:28:23 CEST 2007 - maw@suse.de + +- Fix up the lang subpackage. + +------------------------------------------------------------------- +Wed Aug 8 05:05:25 CEST 2007 - mauro@suse.de + +- Split out a -lang subpackage +- Add %fdupes stuff + +------------------------------------------------------------------- +Thu Aug 2 22:57:45 CEST 2007 - maw@suse.de + +- Update to version 5.19.6: + + Bugs (bugzilla.gnome.org) fixed: #439985, #448263, #450790, + #451286, #439415, and #459702 +- Respin gcalctool-deprecated.patch. + +------------------------------------------------------------------- +Fri Jul 27 20:37:55 CEST 2007 - maw@suse.de + +- Go all out disabling the disablement of deprecated features +- Use %fdupes. + +------------------------------------------------------------------- +Fri Apr 27 12:32:12 CEST 2007 - sbrabec@suse.cz + +- Do not call meinproc (#227624). + +------------------------------------------------------------------- +Fri Mar 30 13:17:24 CEST 2007 - aj@suse.de + +- Fix BuildRequires. + +------------------------------------------------------------------- +Fri Mar 9 12:07:27 CST 2007 - maw@suse.de + +- Update to version 5.9.12 + - changes include: + * All copyright messages updated for 2007. + * Fixed bug #358782. Fixup sloppy string handling. + * Fixed bug #364410. Incorrectly rounded pi constant. + * Fixed bug 359291 - crash when localized decimal point is greater than + 1 char. Removed the bogus assert. + * Fixed bug #358337 - gcalctool no longer crashes in the Oriya locale due + to sloppy string handling. + * Fixed bug #354730 - crash in Calculator: running 3x10^38 using bi.. + * Fixed bug #357208 - Bitcalculating extension needs to support negative + numbers + * Fixed bug #157961 - Bitcalculating extension for gcalctool. + * Fixed bug #355648 - Error reporting should be consistent. + * Fixed bug #135140 - percent operator works not as expected. + * Fixed bug #349981 - gcalctool should save screen position for next start. + +------------------------------------------------------------------- +Thu Mar 1 14:59:34 CET 2007 - sbrabec@suse.cz + +- Fixed icon. + +------------------------------------------------------------------- +Mon Jan 15 15:56:48 CET 2007 - sbrabec@suse.cz + +- Prefix changed to /usr. +- Spec file cleanup. + +------------------------------------------------------------------- +Fri Oct 13 01:06:06 CEST 2006 - ro@suse.de + +- added gnome-doc-utils-devel to buildreq + +------------------------------------------------------------------- +Sat Sep 30 13:10:20 CEST 2006 - aj@suse.de + +- Cleanup BuildRequires. + +------------------------------------------------------------------- +Thu Sep 14 01:54:12 CEST 2006 - jhargadon@suse.de + +- update to version 5.8.24 +- Released a gcalctool tarball for GNOME 2.16.0 (Final) + +------------------------------------------------------------------- +Wed Aug 30 23:40:19 CEST 2006 - jhargadon@suse.de + +- update to version 5.8.23 +- Removed several chunks of code that were surronded by #if 0/#endif +- Fixed bug #350341 gcalctool now builds again with gcc v2.95 + +------------------------------------------------------------------- +Mon Aug 21 21:54:23 CEST 2006 - jhargadon@suse.de + +- update to version 5.8.20 +- Released a gcalctool tarball for GNOME 2.16.0 (beta2) + +------------------------------------------------------------------- +Wed Aug 2 22:54:33 CEST 2006 - jhargadon@suse.de +* More work on bug #347700. Added another "Note to translators" + comment for the Abs button labels. +* Fixed bug #348452. Removed line for help/sv/Makefile.in +* Released a gcalctool tarball for GNOME 2.16.0 (beta1). +* Work on bug #347700. Added a "Note to translators" comment for the + Bksp and Clr button labels. +* Fixed bug #343150. Gcalctool no longer crashes when switching to + scientific mode. +* Adjusted configure.in so that gcalctool now requires intltool v0.35.0. +* Fixup compiler warnings from inclusion of last patch. +* Fixed bug #163538 (http://bugzilla.gnome.org/show_bug.cgi?id=163538) + Backspace results in mal-formed expression. +* = button is now also a one step undo. (This feature was temporary + disabled by the previous redo/undo patch.) +* Removed gotos from do_expression function. (This change might add + unstability as this is a major change to the expression mode state + machine.) +* Functions (such as sin, cos, tan..) can use previously calculated value. +* First cut at an Undo/Redo implementation for use with the arithmetic + operator precedence mode. +* Respun the gcalctool tarball for GNOME 2.15.1 as the po/*.po files + were missing. +* Removed .../po/Makefile.in.in. Shouldn't have been in CVS. +* Fixed bug #337897. Changes to use po/LINGUAS file. +* Fixed bug #338220. The 'Show trailing zeroes' option in the View menu + should now be correctly set [in]sensitive depending upon which mode + it's in. +* Fixed bug #332023. The bitwise operators now work in arithmetic operator + precedence mode, when you use them with the result of a previous operation. +* Fixed bug #327729. The fields in the memory register window were not + correctly aligned in some themes. +* Fixed bug #330867. Added License info to the Gcalctool About dialog. +* Fixed bug #335095. Gcalctool no longer displays the current mode in + the title bar when in Basic mode (due to lack of space). +* Fixed bug #335236. Gcalctool schemas files should be installed if + built with "--without-gnome". +* Adjustments to the AOP code so that e to the power of x gives the + correct answer at high precision. +* Fix for bug #333078. cvs fails to build due to bg translation of help. +* Inclusion of a translation of gcalctool help for the bg locale. +* Refixed bug #323150. The recent changes to the square root and + subtraction button labels broke the token parser for arithmetic + operator precedence. +* Fixed bug #327124. Changes to fix bug #326344 had the side-effect of + causing the CE button to no longer work correctly. +* Fixed bug #327214. The results from performing trig functions were not + being passed on to future calculations correctly (in non-arithmetic + operator precedence mode). +* Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH) + for label on division button. +* Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, + multiplication, plus/minus, minus and square root. +* Fixed bug #326344. The bit display of large numbers (in non-arithmetic + operator precedence mode with the scientific view) now hopefully works + correctly. +* Fixed bug #142824. Gcalctool no longer ignores locale specific numeric + point in arithmetic operator precedence mode. +* Adjusted all the copyright messages to include 2006. +* Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) + Gcalctool no longer crashes when you double click the 0 in the display area. +* Final fix for bug #153854. Now handles the case where the first thing + the user does is change mode (Basic, Financial, Advanced, Scientific) + in AOP mode. +* Fixed bug #323150. Sqrt (and other similar operations) no longer fail + in non-English locales +* Fixed bug #324001. Primary Selection (middle mouse button) is now working. +* More work on bug #153854. Similar change to that made on 15th November + 2005, this time for arithmetic operator precedence mode. +* Slight fixup for bug #157961. The toggling of the first bit in the + bit panel wasn't working correctly. +* Implemented enhancement request #148104 for arithmetic precedence mode. + The modulo operation. See entry below for more details. +* Implemented enhancement request #148104 for non-arithmetic precedence + mode. Added in a modulo operation. This is available in Scientic Mode. + A Mod B return the remainder when you divide A by B. A and B must be + integers. Keyboard shortcut for this operation is "M". +* Fixed bug #162453. The memory register dialog now uses GtkEntry widgets + to display the register values. Gnopernicus can now correctly speak the + contents of each memory register. There is also a close button to easily + dismiss this dialog. +* Fix to prevent invalid numeric entry in arithmetic operator precedence + mode, depending upon the current base. + +------------------------------------------------------------------- +Fri May 5 19:13:31 CEST 2006 - sreeves@suse.de + +- Fix for 167218 - change name + +------------------------------------------------------------------- +Tue Feb 28 15:25:33 CET 2006 - sbrabec@suse.cz + +- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14). + +------------------------------------------------------------------- +Fri Feb 17 22:41:46 CET 2006 - sreeves@suse.de + +- Update .desktop file (Name, GenericName, Comment, DocPath) + +------------------------------------------------------------------- +Fri Jan 27 01:29:38 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Wed Jan 25 15:00:44 CET 2006 - sbrabec@suse.cz + +- Prevent bad calculations with localized decimal point. + http://bugzilla.gnome.org/show_bug.cgi?id=142824#c17 + +------------------------------------------------------------------- +Wed Nov 2 22:13:11 CET 2005 - dmueller@suse.de + +- don't build as root + +------------------------------------------------------------------- +Mon Sep 5 08:38:54 CEST 2005 - rodrigo@suse.de + +- Update to version 5.6.31 (part of GNOME 2.12) + +------------------------------------------------------------------- +Mon Aug 22 17:54:08 CEST 2005 - rodrigo@suse.de + +- Update to version 5.6.28 + +------------------------------------------------------------------- +Mon Aug 8 17:36:03 CEST 2005 - rodrigo@suse.de + +- Update to version 5.6.26 + +------------------------------------------------------------------- +Tue Aug 2 03:12:19 CEST 2005 - gekker@suse.de + +- Update to version 5.6.25 + +------------------------------------------------------------------- +Fri Jul 22 17:12:26 CEST 2005 - gekker@suse.de + +- Update to version 5.6.21 + +------------------------------------------------------------------- +Fri Jun 17 23:35:36 CEST 2005 - gekker@suse.de + +- Update to version 5.6.14 + +------------------------------------------------------------------- +Wed Mar 9 18:08:33 CET 2005 - gekker@suse.de + +- Update to version 5.5.41 (GNOME 2.10). + +------------------------------------------------------------------- +Thu Mar 3 00:34:36 CET 2005 - gekker@suse.de + +- Update to version 5.5.40 + +------------------------------------------------------------------- +Thu Feb 10 23:24:44 CET 2005 - gekker@suse.de + +- Update to version 5.5.34 + +------------------------------------------------------------------- +Sat Feb 5 22:35:48 CET 2005 - gekker@suse.de + +- Update to version 5.5.29 + +------------------------------------------------------------------- +Tue Feb 1 15:27:25 CET 2005 - sbrabec@suse.cz + +- Force include gi18n.h. +- Fixed implicit declaration. + +------------------------------------------------------------------- +Tue Jan 4 23:21:19 CET 2005 - gekker@suse.de + +- Update to version 5.5.9 +- Remove decimal.patch (upstreamed). +- Fixed patch for ximian bugs mentioned below (mostly upstreamed). +- Added gnome-icon-theme to neededforbuild, now required. + +------------------------------------------------------------------- +Fri Nov 19 12:35:15 CET 2004 - ro@suse.de + +- removed extra aclocal include directive + +------------------------------------------------------------------- +Tue Nov 2 17:10:32 CET 2004 - ro@suse.de + +- locale rename: no -> nb + +------------------------------------------------------------------- +Wed Aug 25 07:54:06 CEST 2004 - clahey@suse.de + +- Cache gcalctool help and show gcalctool in khelpcenter. + +------------------------------------------------------------------- +Tue Jun 22 12:24:48 CEST 2004 - sagarwala@suse.de + +- Added patch for the following bugs in ximian bugzilla #59753, #59377 and #59378 + +------------------------------------------------------------------- +Thu May 27 11:50:51 CEST 2004 - sbrabec@suse.cz + +- Added patch for localized decimal point. + http://bugzilla.gnome.org/show_bug.cgi?id=142824 + +------------------------------------------------------------------- +Wed May 05 15:58:26 CEST 2004 - sbrabec@suse.cz + +- Updated to version 4.3.51 (GNOME 2.6). + +------------------------------------------------------------------- +Mon Mar 15 14:35:15 CET 2004 - sbrabec@suse.cz + +- FHS 2.3 fix (mandir, infodir, #35821). + +------------------------------------------------------------------- +Wed Mar 10 10:34:12 CET 2004 - sbrabec@suse.cz + +- Fixed gconf schemas installation (#33114). +- Fixed %doc attributes (#33163). + +------------------------------------------------------------------- +Thu Feb 19 13:21:12 CET 2004 - sbrabec@suse.cz + +- Updated to version 4.3.44. + +------------------------------------------------------------------- +Thu Feb 12 10:02:11 CET 2004 - hhetter@suse.de + +- gconf schema (de-)installation in %post and %postun + +------------------------------------------------------------------- +Mon Feb 9 10:16:08 CET 2004 - hhetter@suse.de + +- updated to version 4.3.16 [GNOME2.4.2] + +------------------------------------------------------------------- +Thu Oct 09 11:55:47 CEST 2003 - sbrabec@suse.cz + +- Updated %doc. + +------------------------------------------------------------------- +Wed Oct 08 17:05:14 CEST 2003 - sbrabec@suse.cz + +- Added new SuSE package, version 4.3.3 (for GNOME 2.4). + diff --git a/gnome-calculator.spec b/gnome-calculator.spec new file mode 100644 index 0000000..88325d7 --- /dev/null +++ b/gnome-calculator.spec @@ -0,0 +1,85 @@ +# +# spec file for package gnome-calculator +# +# 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 +# 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/ +# + + +Name: gnome-calculator +Version: 3.7.91 +Release: 0 +Summary: A GNOME Calculator Application +License: GPL-2.0+ +Group: Productivity/Scientific/Math +Url: http://www.gnome.org +Source: http://download.gnome.org/sources/gnome-calculator/3.7/%{name}-%{version}.tar.xz +BuildRequires: fdupes +BuildRequires: intltool +BuildRequires: translation-update-upstream +BuildRequires: update-desktop-files +BuildRequires: yelp-tools +BuildRequires: pkgconfig(gio-2.0) >= 2.31 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 +BuildRequires: pkgconfig(libxml-2.0) +Recommends: %{name}-lang +# gcactool was renamed to gnome-calculator. Last known version was 6.6.2 +Obsoletes: gcalctool <= 6.6.2 +# gconftool-lang package should be obsoleted, obviously by the -lang package, but that's not possible. +# So for an easy upgrade path, we obsolete it in the main package. +Obsoletes: gcalctool-lang <= 6.6.2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%glib2_gsettings_schema_requires + +%description +A GNOME calculator package based on calctool and MP library. + +%lang_package +%prep +%setup -q +translation-update-upstream + +%build +%configure +make %{?_smp_mflags} + +%install +%make_install +%suse_update_desktop_file %{name} Calculator +%find_lang %{name} %{?no_lang_C} +%fdupes %{buildroot} + +%clean +rm -rf %{buildroot} + +%post +%glib2_gsettings_schema_post +%desktop_database_post + +%postun +%glib2_gsettings_schema_postun +%desktop_database_postun + +%files +%defattr(-,root,root) +%doc COPYING NEWS +%doc %{_datadir}/help/C/%{name} +%{_bindir}/* +%{_datadir}/applications/*.desktop +%{_datadir}/%{name} +%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml +%doc %{_mandir}/man?/*.* + +%files lang -f %{name}.lang + +%changelog