]> git.pld-linux.org Git - packages/gnurobbo.git/log
packages/gnurobbo.git
6 months ago- updated to 0.68; added format patch master auto/th/gnurobbo-0.68-1
Jakub Bogusz [Sat, 23 Sep 2023 06:07:50 +0000 (08:07 +0200)]
- updated to 0.68; added format patch

11 years ago- adjusted for 0.66 auto/th/gnurobbo-0_66-1
lisu [Mon, 15 Nov 2010 08:40:27 +0000 (08:40 +0000)]
- adjusted for 0.66
- add -lm to LIBS

Changed files:
    gnurobbo-flags.patch -> 1.2

11 years ago- up to 0.66
lisu [Mon, 15 Nov 2010 08:40:03 +0000 (08:40 +0000)]
- up to 0.66
- link with -lm

Changed files:
    gnurobbo.spec -> 1.29

11 years ago- dropped unused BR: autoconf, automake, libtool (package does not even have auto/th/gnurobbo-0_65_6-1
sparky [Wed, 17 Feb 2010 23:59:48 +0000 (23:59 +0000)]
- dropped unused BR: autoconf, automake, libtool (package does not even have
  configure script)

Changed files:
    gnurobbo.spec -> 1.28

11 years ago- pass our CFLAGS as OPTFLAGS and pass LDFLAGS also
lisu [Wed, 17 Feb 2010 14:49:14 +0000 (14:49 +0000)]
- pass our CFLAGS as OPTFLAGS and pass LDFLAGS also

Changed files:
    gnurobbo-flags.patch -> 1.1

11 years ago- pass our CFLAGS and LDFLAGS too (-flags.patch)
lisu [Wed, 17 Feb 2010 14:48:40 +0000 (14:48 +0000)]
- pass our CFLAGS and LDFLAGS too (-flags.patch)

Changed files:
    gnurobbo.spec -> 1.27

11 years ago- up to 0.65.6
lisu [Wed, 17 Feb 2010 14:44:03 +0000 (14:44 +0000)]
- up to 0.65.6
- GPL v2+ license

Changed files:
    gnurobbo.spec -> 1.26

11 years ago- BR: SDL_image-devel, SDL_mixer-devel
sparky [Fri, 11 Dec 2009 21:58:23 +0000 (21:58 +0000)]
- BR: SDL_image-devel, SDL_mixer-devel

Changed files:
    gnurobbo.spec -> 1.25

11 years ago- force distfiles upload auto/th/gnurobbo-0_64-1
Jacek Konieczny [Fri, 11 Dec 2009 18:33:17 +0000 (18:33 +0000)]
- force distfiles upload

Changed files:
    gnurobbo.spec -> 1.24

11 years ago- Version: 0.64
Jacek Konieczny [Fri, 11 Dec 2009 16:41:01 +0000 (16:41 +0000)]
- Version: 0.64

Changed files:
    gnurobbo.spec -> 1.23

11 years ago- outdated
Jakub Bogusz [Mon, 30 Mar 2009 20:53:42 +0000 (20:53 +0000)]
- outdated

Changed files:
    gnurobbo-stdlib.patch -> 1.2

11 years ago- 0.60
wolf [Sat, 28 Feb 2009 13:47:26 +0000 (13:47 +0000)]
- 0.60

Changed files:
    gnurobbo.spec -> 1.22

11 years ago- massive change ( validate errors warrings from desktop-file-validate)
blekot [Wed, 26 Dec 2007 13:39:38 +0000 (13:39 +0000)]
- massive change ( validate errors warrings from desktop-file-validate)
  - sed -i 's,Encoding=UTF-8,,g' *.desktop
  - sed -i "s,.png,,1" `grep -l 'Icon=[^/].*\.png' *.desktop`
  - sed -i "s,MimeType=.*,\0;,g" `grep "MimeType.*semicolon" validate |awk '{print $1}' |tr ":" " "`
  - sed -i 's,MapNotify=.*,,g' *.desktop
  - sed -i '/^$/d' *.desktop
- not all error/warrings validated

Changed files:
    gnurobbo.desktop -> 1.6

11 years ago- tabs in preamble
Elan Ruusamäe [Tue, 13 Feb 2007 07:16:47 +0000 (07:16 +0000)]
- tabs in preamble

Changed files:
    gnurobbo.spec -> 1.21

11 years ago- converted to UTF-8
Jan Rękorajski [Mon, 12 Feb 2007 00:48:53 +0000 (00:48 +0000)]
- converted to UTF-8

Changed files:
    gnurobbo.spec -> 1.20

11 years ago- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
Elan Ruusamäe [Tue, 7 Nov 2006 22:25:04 +0000 (22:25 +0000)]
- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly

Changed files:
    gnurobbo.spec -> 1.19

11 years ago- dropped /usr/X11R6, cleanup
Jakub Bogusz [Mon, 16 Oct 2006 22:14:19 +0000 (22:14 +0000)]
- dropped /usr/X11R6, cleanup

Changed files:
    gnurobbo.spec -> 1.18

11 years ago- unify sourceforge url
Elan Ruusamäe [Wed, 26 Jul 2006 16:03:33 +0000 (16:03 +0000)]
- unify sourceforge url

Changed files:
    gnurobbo.spec -> 1.17

11 years ago- stdlib.h is required for getenv() to be declared, and work propertly.
Greg Jaskiewicz [Fri, 25 Feb 2005 14:28:45 +0000 (14:28 +0000)]
- stdlib.h is required for getenv() to be declared, and work propertly.
- This fixes crash on amd64.
- time.h is system include, hence usage of narrow brackets seems to be better.

Changed files:
    gnurobbo-stdlib.patch -> 1.1
    gnurobbo.spec -> 1.16

11 years ago- applnk -> vfolders AC-branch AC-STABLE auto/ac/gnurobbo-0_57-3
havner [Sat, 3 Jul 2004 21:54:45 +0000 (21:54 +0000)]
- applnk -> vfolders

Changed files:
    gnurobbo.spec -> 1.15

11 years ago- categories
havner [Sat, 3 Jul 2004 21:54:05 +0000 (21:54 +0000)]
- categories

Changed files:
    gnurobbo.desktop -> 1.5

11 years ago- added Encoding=UTF-8 as requires by freedesktop auto/ac/gnurobbo-0_57-2
saq [Sun, 23 Nov 2003 17:50:18 +0000 (17:50 +0000)]
- added Encoding=UTF-8 as requires by freedesktop

Changed files:
    gnurobbo.desktop -> 1.4

11 years ago- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
Tomasz Pala [Sun, 23 Nov 2003 17:20:10 +0000 (17:20 +0000)]
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
  freedesktop.org desktop-entry specification

Changed files:
    gnurobbo.desktop -> 1.3

11 years ago- BR: ac,am,lt
Jakub Bogusz [Mon, 10 Nov 2003 23:22:20 +0000 (23:22 +0000)]
- BR: ac,am,lt

Changed files:
    gnurobbo.spec -> 1.14

11 years ago- http://belnet.sourceforge->http://dl.sourceforge
eothane [Sun, 22 Jun 2003 10:59:30 +0000 (10:59 +0000)]
- http://belnet.sourceforge->http://dl.sourceforge

Changed files:
    gnurobbo.spec -> 1.13

11 years ago- updated feedback address
Jakub Bogusz [Fri, 6 Jun 2003 12:19:20 +0000 (12:19 +0000)]
- updated feedback address

Changed files:
    gnurobbo.spec -> 1.12

11 years ago- massive attack: adding Source-md5
Michal Moskal [Mon, 26 May 2003 16:25:04 +0000 (16:25 +0000)]
- massive attack: adding Source-md5

Changed files:
    gnurobbo.spec -> 1.11

11 years ago- massive attack s/pld.org.pl/pld-linux.org/
misi3k [Sun, 25 May 2003 05:48:18 +0000 (05:48 +0000)]
- massive attack s/pld.org.pl/pld-linux.org/

Changed files:
    gnurobbo.spec -> 1.10

11 years ago- removed two lines with define
juandon [Sat, 18 Jan 2003 22:50:07 +0000 (22:50 +0000)]
- removed two lines with define

Changed files:
    gnurobbo.spec -> 1.9

11 years ago- added workaround to avoid leaving trash in %%_builddir
Jakub Bogusz [Sat, 23 Nov 2002 20:52:43 +0000 (20:52 +0000)]
- added workaround to avoid leaving trash in %%_builddir

Changed files:
    gnurobbo.spec -> 1.8

11 years ago- new 0.57 (rel 2)
wolf [Fri, 15 Nov 2002 22:24:28 +0000 (22:24 +0000)]
- new 0.57 (rel 2)

Changed files:
    gnurobbo.spec -> 1.7

11 years ago- 0.57 RA-1_0 STABLE gnurobbo-0_57-1
wolf [Wed, 13 Nov 2002 15:46:29 +0000 (15:46 +0000)]
- 0.57

Changed files:
    gnurobbo.spec -> 1.6

11 years ago- 0.56
wolf [Sun, 3 Nov 2002 23:18:54 +0000 (23:18 +0000)]
- 0.56

Changed files:
    gnurobbo.spec -> 1.5

11 years ago- 0.55
wolf [Fri, 18 Oct 2002 13:58:45 +0000 (13:58 +0000)]
- 0.55
- better description
- use desktop file
- new icon

Changed files:
    gnurobbo.spec -> 1.4

11 years ago- added icon
wolf [Fri, 18 Oct 2002 13:57:46 +0000 (13:57 +0000)]
- added icon

Changed files:
    gnurobbo.desktop -> 1.2

11 years ago- typo
Jakub Bogusz [Wed, 16 Oct 2002 09:02:10 +0000 (09:02 +0000)]
- typo

Changed files:
    gnurobbo.spec -> 1.3

11 years ago- SDL-devel is BR: by SDL_ttf-devel
wolf [Tue, 15 Oct 2002 16:36:22 +0000 (16:36 +0000)]
- SDL-devel is BR: by SDL_ttf-devel
- pl desc
- URL

Changed files:
    gnurobbo.spec -> 1.2

11 years ago- desktop file for GNU Robbo
Jacek Konieczny [Tue, 15 Oct 2002 11:55:20 +0000 (11:55 +0000)]
- desktop file for GNU Robbo

Changed files:
    gnurobbo.desktop -> 1.1

11 years ago- new spec
Jacek Konieczny [Tue, 15 Oct 2002 11:54:06 +0000 (11:54 +0000)]
- new spec

Changed files:
    gnurobbo.spec -> 1.1

This page took 0.106588 seconds and 4 git commands to generate.