Hello community, here is the log from the commit of package littlewizard for openSUSE:Factory checked in at Wed Sep 7 17:55:06 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/littlewizard/littlewizard.changes 2011-09-07 00:58:14.000000000 +0200 @@ -0,0 +1,104 @@ +------------------------------------------------------------------- +Tue Sep 6 22:54:36 UTC 2011 - [email protected] + +- removed littlewizardtest binary +- added man page from Debian + +------------------------------------------------------------------- +Sat Mar 14 15:37:36 MSK 2009 - [email protected] + +- added "Recommends: littlewizard-examples" + +------------------------------------------------------------------- +Thu Oct 9 00:20:57 CEST 2008 - [email protected] + +- fix filelist + +------------------------------------------------------------------- +Thu Sep 25 15:05:43 CEST 2008 - [email protected] + +- moved to Education base repository + +------------------------------------------------------------------- +Sat Sep 6 19:15:57 MSD 2008 - [email protected] + +- Update to release 1.2.2 + + Added Welsh and Greek translations + +------------------------------------------------------------------- +Mon Aug 18 23:19:36 MSD 2008 - [email protected] + +- Update to the bug fix release 1.2.1 + + interuption of "go" instruction fixed + + proper detection of non command at the begining of the program + + using the variables as argument for commands which need some time + to finish fixed + + destroy program data immediately after finish program, should fix seg + faults when program is modified before program window is closed + +------------------------------------------------------------------- +Wed Jul 2 00:32:08 MSD 2008 - [email protected] + +- added littlewizard-1.2.0-fix-mime-type.patch + +------------------------------------------------------------------- +Tue Jul 1 02:22:25 MSD 2008 - [email protected] + +- Update to the next major release 1.2.0 + + New control flow commands "else", "break", "continue", "step" + + Command "read" for user interactivity + + Command "concatenate" for concatenating the strings + + Command "length" for obtaining the length of the string or size of an array + + Command "rand" behaves like in Pascal, it now generates values between 0 <= x < v + + Boolean values (but dynamic "C" like casting still possible) + + Smart comparation of the values, numerical or lexigraphical depending on the content. + + Remarks + + Mostly rewritten parser and interpreter part + + Possibility to set initial position and direction of the wizard + + Moving tiles on world board using a "SHIFT" key + + Mime support (project files have own icon and can be loaded from the browser) + + Memory leaks fixes and various optimizations, etc +- Dropped gcc 4.3 patch + +------------------------------------------------------------------- +Sun Jun 29 11:51:39 CET 2008 - Andrea Florio [email protected] + +- added gcc 4.3 patch +- added -devel package +- added -debuginfo +- made rpmlint happy, now build on openSUSE 11.0 + +------------------------------------------------------------------- +Sat Jul 28 00:00:00 CET 2007 [email protected] + +- Update to the bug fix release 1.1.5 + +------------------------------------------------------------------- +Fri Jan 12 00:00:00 CET 2007 Piotr Pacholak <[email protected]> + +- BR: gcc-c++ + +------------------------------------------------------------------- +Fri Jan 12 00:00:00 CET 2007 Piotr Pacholak <[email protected]> + +- BR: libxml2-devel + +------------------------------------------------------------------- +Fri Nov 17 00:00:00 CET 2006 Piotr Pacholak <[email protected]> + +- up to 1.1.4 + +------------------------------------------------------------------- +Wed May 24 00:00:00 CET 2006 Piotr Pacholak <[email protected]> + +- Rebuild + +------------------------------------------------------------------- +Thu May 18 00:00:00 CET 2006 Piotr Pacholak <[email protected]> + +- Rebuild + +------------------------------------------------------------------- +Wed May 17 00:00:00 CET 2006 Piotr Pacholak <[email protected]> + +- initial release calling whatdependson for head-i586 New: ---- littlewizard-1.2.2.tar.bz2 littlewizard.1 littlewizard.changes littlewizard.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ littlewizard.spec ++++++ # # spec file for package littlewizard # # Copyright (c) 2011 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: littlewizard Version: 1.2.2 Release: 1 License: GPLv2+ Summary: Development Environment for Children Url: http://littlewizard.sourceforge.net/ Group: Development/Tools/IDE Source0: %{name}-%{version}.tar.bz2 Source1: littlewizard.1 %if 0%{?suse_version} BuildRequires: update-desktop-files %endif BuildRequires: gcc-c++ BuildRequires: gettext-devel BuildRequires: gnome-icon-theme BuildRequires: pkgconfig BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.4 Recommends: littlewizard-examples BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Little Wizard is created especially for primary school children. It allows to learn using main elements of present computer languages, including: variables, expressions, loops, conditions, logical blocks. Every element of language is represented by an intuitive icon. It allows program Little Wizard without using keyboard, only mouse. %package devel Summary: Development headers and files for %{name} Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description devel The littlewizard-devel package contains libraries and header files for littlewizard developing. %lang_package %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install %make_install %suse_update_desktop_file -r littlewizard Education Teaching # removing useless files rm -rf %{buildroot}%{_bindir}/littlewizardtest rm -rf %{buildroot}%{_prefix}/doc/littlewizard rm -rf %{buildroot}%{_libdir}/*.*a # man page mkdir -p %{buildroot}%{_mandir}/man1 install -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1 %find_lang %{name} %clean rm -rf %{buildroot} %post /sbin/ldconfig %if 0%{?suse_version} > 1130 %desktop_database_post %endif %postun /sbin/ldconfig %if 0%{?suse_version} > 1130 %desktop_database_postun %endif %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS ChangeLog README TODO %dir %{_datadir}/icons/gnome/48x48/mimetypes %{_bindir}/littlewizard %{_datadir}/littlewizard %{_datadir}/applications/littlewizard.desktop %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-littlewizard.png %{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-littlewizard.svg %{_datadir}/mime/packages/littlewizard.xml %{_datadir}/pixmaps/littlewizard %{_libdir}/liblanguage.so.* %{_libdir}/liblw.so.* %{_mandir}/man1/littlewizard.1.gz %files devel %defattr(-,root,root) %{_includedir}/* %{_libdir}/liblanguage.so %{_libdir}/liblw.so %changelog ++++++ littlewizard.1 ++++++ .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH LITTLEWIZARD 1 "August 7, 2011" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME littlewizard \- development environment for children .SH SYNOPSIS .B littlewizard .RI [ options ] .RI [ project ] .SH DESCRIPTION This manual page documents briefly the .B littlewizard command. .PP .B littlewizard is a development environment featuring the Little Wizard, who obeys the user's commands. He knows programming language elements such as variables, expressions, loops, conditions and logical blocks. Each element is represented as an icon. .SH OPTIONS .B littlewizard accepts the usual .B GTK+ options. .SH AUTHOR littlewizard was written by Marcin Kwadrans <[email protected]>. .PP This manual page was written by Kari Pahula <[email protected]>, for the Debian project (but may be used by others). ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
