]> git.pld-linux.org Git - packages/koules.git/log
packages/koules.git
11 years ago- -j1 because of some broken deps master
sparky [Thu, 3 Dec 2009 20:25:47 +0000 (20:25 +0000)]
- -j1 because of some broken deps

Changed files:
    koules.spec -> 1.28

11 years ago- added the asm_io.patch
witekfl [Tue, 18 Mar 2008 16:56:30 +0000 (16:56 +0000)]
- added the asm_io.patch
- xorg deps

Changed files:
    koules.spec -> 1.27

11 years ago- do not include <asm/io.h>. This file doesn't exist
witekfl [Tue, 18 Mar 2008 16:55:10 +0000 (16:55 +0000)]
- do not include <asm/io.h>. This file doesn't exist

Changed files:
    koules-asm_io.patch -> 1.1

11 years ago- tabs in preamble
Elan Ruusamäe [Tue, 13 Feb 2007 06:46:49 +0000 (06:46 +0000)]
- tabs in preamble

Changed files:
    koules.spec -> 1.26

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

Changed files:
    koules.spec -> 1.25

11 years ago- kill Icon: field (support for these is obsolete says jbj)
Arkadiusz Miśkiewicz [Sat, 21 Jan 2006 00:01:16 +0000 (00:01 +0000)]
- kill Icon: field (support for these is obsolete says jbj)

Changed files:
    koules.spec -> 1.24

11 years ago- BR: perl-base
darekr [Thu, 24 Feb 2005 20:29:54 +0000 (20:29 +0000)]
- BR: perl-base

Changed files:
    koules.spec -> 1.23

11 years ago- now we have svgalib on all supported archs
Jakub Bogusz [Sun, 27 Jun 2004 17:12:15 +0000 (17:12 +0000)]
- now we have svgalib on all supported archs

Changed files:
    koules.spec -> 1.22

11 years ago- got rid of games subdir, updated config patch AC-branch auto/ac/koules-1_4-4
Jakub Bogusz [Sun, 14 Mar 2004 16:47:21 +0000 (16:47 +0000)]
- got rid of games subdir, updated config patch
- removed i386 patch (use config patch on all archs, just add define afterwards)
- cleanups, release 4

Changed files:
    koules.spec -> 1.21

11 years ago- merged with config patch
Jakub Bogusz [Sun, 14 Mar 2004 16:44:41 +0000 (16:44 +0000)]
- merged with config patch

Changed files:
    koules-i386.patch -> 1.3

11 years ago- updated paths
Jakub Bogusz [Sun, 14 Mar 2004 16:44:19 +0000 (16:44 +0000)]
- updated paths

Changed files:
    koules-config.patch -> 1.2

11 years ago- added gcc3.patch
witekfl [Fri, 10 Oct 2003 05:46:49 +0000 (05:46 +0000)]
- added gcc3.patch
- added home_etc.patch
- binaries moved to %%_bindir
- installed missing sound server
- Release 3

Changed files:
    koules.spec -> 1.20

11 years ago- support for HOME_ETC
witekfl [Fri, 10 Oct 2003 05:44:38 +0000 (05:44 +0000)]
- support for HOME_ETC

Changed files:
    koules-home_etc.patch -> 1.1

11 years ago--- koules1.4.orig/xlib/inlstring.h Wed Mar 4 19:59:19 1998
witekfl [Fri, 10 Oct 2003 05:42:39 +0000 (05:42 +0000)]
--- koules1.4.orig/xlib/inlstring.h Wed Mar  4 19:59:19 1998
+++ koules1.4/xlib/inlstring.h Sun Oct  5 08:44:08 2003
@@ -238,13 +238,13 @@
 static INLINE void *
 __memcpy_aligndest (void *dest, const void *src, int n)
 {
-  __asm__         __volatile__ ("
- cmpl $3, %%ecx
- ja 1f
- call * __memcpy_jumptable (, %%ecx, 4)
- jmp 2f
- 1:call __memcpyasm_regargs
- "
+  __asm__         __volatile__ (""
+ "cmpl $3, %%ecx\n"
+ "ja 1f\n"
+ "call * __memcpy_jumptable (, %%ecx, 4)\n"
+ "jmp 2f\n"
+ "1:call __memcpyasm_regargs\n"
+ ""
  :
  :"b"            (dest), "d" (src), "c" (n)
  :"ax", "0", "1", "2");
@@ -255,14 +255,14 @@
 static INLINE void *
 __memcpy_destaligned (void *dest, const void *src, int n)
 {
-  __asm__         __volatile__ ("
- cmpl $32, %%ecx
- ja 1f
- call * __memcpy_jumptable (, %%ecx, 4)
- jmp 2f
- 1:call __memcpyasm_regargs_aligned
- 2:
- "
+  __asm__         __volatile__ (""
+ "cmpl $32, %%ecx\n"
+ "ja 1f\n"
+ "call * __memcpy_jumptable (, %%ecx, 4)\n"
+ "jmp 2f\n"
+ "1:call __memcpyasm_regargs_aligned\n"
+ "2:\n"
+ ""
  :
  :"b"            (dest), "d" (src), "c" (n)
  :"ax", "0", "1", "2");
@@ -273,14 +273,14 @@
 static INLINE void *
 __memcpy_balanced (void *dest, const void *src, int n)
 {
-  __asm__         __volatile__ ("
- cmpl $19, %%ecx
- ja 1f
- call * __memcpy_jumptable (, %%ecx, 4)
- jmp 2f
- 1:call __memcpyasm_regargs
- 2:
- "
+  __asm__         __volatile__ (""
+ "cmpl $19, %%ecx\n"
+ "ja 1f\n"
+ "call * __memcpy_jumptable (, %%ecx, 4)\n"
+ "jmp 2f\n"
+ "1:call __memcpyasm_regargs\n"
+ "2:\n"
+ ""
  :
       :"b"            ((long) dest), "d" ((long) src), "c" ((long) n)
  :"ax", "bx", "cx", "dx");

Changed files:
    koules-gcc3.patch -> 1.1

11 years ago- mass commit: cosmetics (removed trailing white spaces)
Tomasz Pala [Mon, 18 Aug 2003 08:08:16 +0000 (08:08 +0000)]
- mass commit: cosmetics (removed trailing white spaces)

Changed files:
    koules.spec -> 1.19

11 years ago- sunsite seems dead; md5
ankry [Mon, 16 Jun 2003 13:32:56 +0000 (13:32 +0000)]
- sunsite seems dead; md5

Changed files:
    koules.spec -> 1.18

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

Changed files:
    koules.spec -> 1.17

11 years ago- release 2. RA-1_0 STABLE koules-1_4-2
kloczek [Sun, 18 Aug 2002 15:47:08 +0000 (15:47 +0000)]
- release 2.

Changed files:
    koules.spec -> 1.16

11 years ago- new %%doc, svga version for x86 and alpha
Jakub Bogusz [Fri, 16 Aug 2002 16:35:31 +0000 (16:35 +0000)]
- new %%doc, svga version for x86 and alpha

Changed files:
    koules.spec -> 1.15

11 years ago- removed all Group fields translations (oure rpm now can handle translating
kloczek [Fri, 22 Feb 2002 23:29:08 +0000 (23:29 +0000)]
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Changed files:
    koules.spec -> 1.14

11 years ago- updated Source0 URL koules-1_4-1
Jakub Bogusz [Thu, 24 Jan 2002 20:59:22 +0000 (20:59 +0000)]
- updated Source0 URL
- fixed i386 patch, added asmfix,optflags,noman patches - builds now
- finished spec, build svga version on x86 only

Changed files:
    koules-asmfix.patch -> 1.1
    koules-i386.patch -> 1.2
    koules-noman.patch -> 1.1
    koules-optflags.patch -> 1.1
    koules.spec -> 1.13

11 years agoperl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
kloczek [Fri, 18 Jan 2002 02:13:34 +0000 (02:13 +0000)]
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Changed files:
    koules.spec -> 1.12

11 years ago- fixed patch names
Jakub Bogusz [Wed, 2 Jan 2002 12:01:34 +0000 (12:01 +0000)]
- fixed patch names

Changed files:
    koules.spec -> 1.11

11 years ago- cosmetics
Jakub Bogusz [Mon, 26 Nov 2001 12:23:23 +0000 (12:23 +0000)]
- cosmetics

Changed files:
    koules.spec -> 1.10

11 years ago- added pl man page
ankry [Sun, 25 Nov 2001 20:35:00 +0000 (20:35 +0000)]
- added pl man page
- removed obsolete "-c" install option
- added main section for src.rpm
- added BR: svgalib-devel, XFree86-devel
- NFY, asm does not build (too new binutils ?)

Changed files:
    koules.spec -> 1.9

11 years agof82a8c6432d77b00be595ededc812413 koules1.4-i386.patch
ankry [Sun, 25 Nov 2001 20:34:33 +0000 (20:34 +0000)]
f82a8c6432d77b00be595ededc812413  koules1.4-i386.patch

Changed files:
    koules-i386.patch -> 1.1

11 years ago03caa494a40dc96c9a0ab68924607f8b koules1.4-config.patch
ankry [Sun, 25 Nov 2001 20:34:14 +0000 (20:34 +0000)]
03caa494a40dc96c9a0ab68924607f8b  koules1.4-config.patch

Changed files:
    koules-config.patch -> 1.1

11 years ago9cd3649392ea61e7dddb59d015f43dd0 koules.svga.6.pl
ankry [Sun, 25 Nov 2001 20:03:29 +0000 (20:03 +0000)]
9cd3649392ea61e7dddb59d015f43dd0  koules.svga.6.pl

Changed files:
    koules.svga.6.pl -> 1.1

11 years ago- added Source0 URL, fixed Groups
Jakub Bogusz [Fri, 28 Sep 2001 14:18:11 +0000 (14:18 +0000)]
- added Source0 URL, fixed Groups

Changed files:
    koules.spec -> 1.8

11 years ago- fixed rpm Group
Jan Rękorajski [Mon, 7 Aug 2000 23:00:14 +0000 (23:00 +0000)]
- fixed rpm Group

Changed files:
    koules.spec -> 1.7

11 years ago- more %%{__make} macros.
kloczek [Fri, 9 Jun 2000 07:54:43 +0000 (07:54 +0000)]
- more %%{__make} macros.

Changed files:
    koules.spec -> 1.6

11 years ago- added using %%{__make} macro.
kloczek [Fri, 9 Jun 2000 07:23:14 +0000 (07:23 +0000)]
- added using %%{__make} macro.

Changed files:
    koules.spec -> 1.5

11 years ago- changed all BuildRoot definitons
Sebastian Zagrodzki [Sat, 1 Apr 2000 11:14:51 +0000 (11:14 +0000)]
- changed all BuildRoot definitons
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Changed files:
    koules.spec -> 1.4

11 years ago- translated kloczkish into english
Jan Rękorajski [Tue, 28 Mar 2000 16:54:40 +0000 (16:54 +0000)]
- translated kloczkish into english

Changed files:
    koules.spec -> 1.3

11 years ago- partialy rewrited (NFY),
kloczek [Sat, 17 Jul 1999 12:41:14 +0000 (12:41 +0000)]
- partialy rewrited (NFY),
- added template %changelog header and using CVS keywords.

Changed files:
    koules.spec -> 1.2

11 years ago- raw version.
kloczek [Fri, 16 Jul 1999 21:36:31 +0000 (21:36 +0000)]
- raw version.

Changed files:
    koules.spec -> 1.1

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