]> git.pld-linux.org Git - packages/liboil.git/log
packages/liboil.git
11 years ago- rel 2 (fixed on ppc) auto/aidath/liboil-0_3_16-2 auto/th/liboil-0_3_16-2
sparky [Tue, 5 May 2009 10:43:33 +0000 (10:43 +0000)]
- rel 2 (fixed on ppc)

Changed files:
    liboil.spec -> 1.38

11 years ago- drop -j1 auto/ti/liboil-0_3_16-1
sparky [Sun, 3 May 2009 02:00:02 +0000 (02:00 +0000)]
- drop -j1

Changed files:
    liboil.spec -> 1.37

11 years ago- removed no_altivec.patch, outdated long time ago
sparky [Sun, 3 May 2009 01:54:31 +0000 (01:54 +0000)]
- removed no_altivec.patch, outdated long time ago

Changed files:
    liboil-no_altivec.patch -> 1.6
    liboil.spec -> 1.36

11 years ago- so much unaligned write access doesn't seem like a good idea
sparky [Sun, 3 May 2009 01:53:37 +0000 (01:53 +0000)]
- so much unaligned write access doesn't seem like a good idea

Changed files:
    liboil-fixes.patch -> 1.5

11 years ago- added fixes patch [ this lib is rubbish ! hear me ?! rubbish !!! ]
sparky [Sun, 3 May 2009 01:13:25 +0000 (01:13 +0000)]
- added fixes patch [ this lib is rubbish ! hear me ?! rubbish !!! ]

Changed files:
    liboil.spec -> 1.35

11 years ago- clobber register used in asm
sparky [Sun, 3 May 2009 01:11:56 +0000 (01:11 +0000)]
- clobber register used in asm

Changed files:
    liboil-fixes.patch -> 1.4

11 years ago- updated to 0.3.16 auto/th/liboil-0_3_16-1
Jakub Bogusz [Mon, 30 Mar 2009 20:33:51 +0000 (20:33 +0000)]
- updated to 0.3.16

Changed files:
    liboil.spec -> 1.34

11 years ago- updated to 0.3.15 auto/ac/liboil-0_3_15-1 auto/th/liboil-0_3_15-1 auto/ti/liboil-0_3_15-1
Jakub Bogusz [Thu, 21 Aug 2008 20:51:53 +0000 (20:51 +0000)]
- updated to 0.3.15

Changed files:
    liboil.spec -> 1.33

11 years ago- rel 2 auto/th/liboil-0_3_14-2
Patryk Zawadzki [Thu, 19 Jun 2008 11:49:58 +0000 (11:49 +0000)]
- rel 2

Changed files:
    liboil.spec -> 1.32

11 years ago- updated to 0.3.14 auto/th/liboil-0_3_14-1 auto/ti/liboil-0_3_14-1
Jakub Bogusz [Sun, 13 Apr 2008 19:00:58 +0000 (19:00 +0000)]
- updated to 0.3.14

Changed files:
    liboil.spec -> 1.31

11 years ago- cannot -fomit-frame-pointer on x86 due to SSE hacks auto/ti/liboil-0_3_12-1
Jakub Bogusz [Sun, 4 Nov 2007 16:17:34 +0000 (16:17 +0000)]
- cannot -fomit-frame-pointer on x86 due to SSE hacks

Changed files:
    liboil.spec -> 1.30

11 years ago- added bcond_without static_libs
witekfl [Mon, 20 Aug 2007 19:31:12 +0000 (19:31 +0000)]
- added bcond_without static_libs

Changed files:
    liboil.spec -> 1.29

11 years ago- up to 0.3.12 auto/th/liboil-0_3_12-1
Arkadiusz Miśkiewicz [Tue, 12 Jun 2007 06:37:42 +0000 (06:37 +0000)]
- up to 0.3.12

Changed files:
    liboil.spec -> 1.28

11 years ago- rel 2 auto/th/liboil-0_3_11-2
Arkadiusz Miśkiewicz [Sun, 15 Apr 2007 13:03:47 +0000 (13:03 +0000)]
- rel 2

Changed files:
    liboil.spec -> 1.27

11 years ago- removed obsolete liboil-no_sse2_on_i386 patch (data should be aligned properly... auto/th/liboil-0_3_11-1
Jakub Bogusz [Wed, 4 Apr 2007 11:00:05 +0000 (11:00 +0000)]
- removed obsolete liboil-no_sse2_on_i386 patch (data should be aligned properly now)

Changed files:
    liboil.spec -> 1.26

11 years ago- should be obsolete now
Jakub Bogusz [Wed, 4 Apr 2007 10:59:11 +0000 (10:59 +0000)]
- should be obsolete now

Changed files:
    liboil-no_sse2_on_i386.patch -> 1.2

11 years ago- updated to 0.3.11
Jakub Bogusz [Wed, 4 Apr 2007 10:56:45 +0000 (10:56 +0000)]
- updated to 0.3.11

Changed files:
    liboil.spec -> 1.25

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

Changed files:
    liboil.spec -> 1.24

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

Changed files:
    liboil.spec -> 1.23

11 years ago- sse2 expects memory references to be 16-byte aligned auto/th/liboil-0_3_10-2
Paweł Sikora [Thu, 1 Feb 2007 20:49:29 +0000 (20:49 +0000)]
- sse2 expects memory references to be 16-byte aligned
  but liboil uses non-16-byte aligned u32* operands,
  so just disable it on x86-32.
- release 2.

Changed files:
    liboil.spec -> 1.22

11 years ago- sse2 expects memory references to be 16-byte aligned
Paweł Sikora [Thu, 1 Feb 2007 20:47:46 +0000 (20:47 +0000)]
- sse2 expects memory references to be 16-byte aligned
  but liboil uses non-16-byte aligned u32* operands,
  so just disable it on x86-32.

Changed files:
    liboil-no_sse2_on_i386.patch -> 1.1

11 years ago- updated to 0.3.10 auto/th/liboil-0_3_10-1
Jakub Bogusz [Tue, 14 Nov 2006 21:11:06 +0000 (21:11 +0000)]
- updated to 0.3.10

Changed files:
    liboil.spec -> 1.21

11 years ago- updated to 0.3.9, updated opt patch auto/th/liboil-0_3_9-1
Jakub Bogusz [Wed, 24 May 2006 20:28:31 +0000 (20:28 +0000)]
- updated to 0.3.9, updated opt patch

Changed files:
    liboil.spec -> 1.20

11 years ago- updated for 0.3.9
Jakub Bogusz [Wed, 24 May 2006 20:28:03 +0000 (20:28 +0000)]
- updated for 0.3.9

Changed files:
    liboil-opt.patch -> 1.3

11 years ago- Fixes for SSE2 code
Jan Rękorajski [Wed, 17 May 2006 10:48:07 +0000 (10:48 +0000)]
- Fixes for SSE2 code

Changed files:
    liboil-sse2.patch -> 1.1

11 years ago- sparc doesn't like unaligned access?
Jan Rękorajski [Wed, 17 May 2006 00:12:31 +0000 (00:12 +0000)]
- sparc doesn't like unaligned access?
- better slow than buggy, leave this optimisation for glibc

Changed files:
    liboil-sparc.patch -> 1.1

11 years ago- Epoch 1 (there is 1:0.3.6 on AC-branch) auto/th/liboil-0_3_8-1
Jakub Bogusz [Tue, 16 May 2006 23:00:44 +0000 (23:00 +0000)]
- Epoch 1 (there is 1:0.3.6 on AC-branch)

Changed files:
    liboil.spec -> 1.19

11 years ago- disable fancy code on i386
Jan Rękorajski [Tue, 16 May 2006 22:43:52 +0000 (22:43 +0000)]
- disable fancy code on i386

Changed files:
    liboil-i386.patch -> 1.1

11 years ago- gcc4 patch removed (obsolete)
Jakub Bogusz [Sat, 25 Mar 2006 00:43:39 +0000 (00:43 +0000)]
- gcc4 patch removed (obsolete)

Changed files:
    liboil.spec -> 1.18

11 years ago- obsolete
Jakub Bogusz [Sat, 25 Mar 2006 00:43:11 +0000 (00:43 +0000)]
- obsolete

Changed files:
    liboil-gcc4.patch -> 1.2

11 years ago- -maltivec is needed in flags to build on Ac
Jakub Bogusz [Sat, 25 Mar 2006 00:30:50 +0000 (00:30 +0000)]
- -maltivec is needed in flags to build on Ac

Changed files:
    liboil.spec -> 1.17

11 years ago- up to 0.3.8
Marcin Gajda [Thu, 23 Mar 2006 09:01:05 +0000 (09:01 +0000)]
- up to 0.3.8
- removed gcc4 patch (included in sources)

Changed files:
    liboil.spec -> 1.16

11 years ago- gcc4 fix for ppc, release 2. auto/th/liboil-0_3_7-2
Paweł Sikora [Sat, 11 Feb 2006 17:43:45 +0000 (17:43 +0000)]
- gcc4 fix for ppc, release 2.

Changed files:
    liboil.spec -> 1.15

11 years ago- ppc fix.
Paweł Sikora [Sat, 11 Feb 2006 17:35:45 +0000 (17:35 +0000)]
- ppc fix.

Changed files:
    liboil-gcc4.patch -> 1.1

11 years ago- updated to 0.3.7 auto/th/liboil-0_3_7-1
Jakub Bogusz [Sun, 5 Feb 2006 19:30:06 +0000 (19:30 +0000)]
- updated to 0.3.7

Changed files:
    liboil.spec -> 1.14

11 years ago- updated to 0.3.6
Karol Krenski [Thu, 17 Nov 2005 00:52:15 +0000 (00:52 +0000)]
- updated to 0.3.6
- updated URLs
- BR: rpmbuild(macros) >= 1.98 for %{_gtkdocdir}
- BR gtk-doc-automake instead of gtk-doc

Changed files:
    liboil.spec -> 1.13

11 years ago- updated to 0.3.3, updated opt patch
Jakub Bogusz [Thu, 6 Oct 2005 05:41:17 +0000 (05:41 +0000)]
- updated to 0.3.3, updated opt patch

Changed files:
    liboil.spec -> 1.12

11 years ago- updated for 0.3.3
Jakub Bogusz [Thu, 6 Oct 2005 05:40:21 +0000 (05:40 +0000)]
- updated for 0.3.3

Changed files:
    liboil-opt.patch -> 1.2

11 years ago- updated to 0.3.2 auto/ac/liboil-0_3_2-1
Jakub Bogusz [Wed, 18 May 2005 22:03:29 +0000 (22:03 +0000)]
- updated to 0.3.2
- by default build with (runtime-detected) altivec support on ppc

Changed files:
    liboil.spec -> 1.11

11 years ago- rel 4 auto/ac/liboil-0_3_1-4
havner [Fri, 25 Mar 2005 11:02:16 +0000 (11:02 +0000)]
- rel 4

Changed files:
    liboil.spec -> 1.10

11 years ago- next, hopully last part
havner [Fri, 25 Mar 2005 10:47:40 +0000 (10:47 +0000)]
- next, hopully last part

Changed files:
    liboil-no_altivec.patch -> 1.5

11 years ago- reverse
havner [Fri, 25 Mar 2005 10:37:26 +0000 (10:37 +0000)]
- reverse

Changed files:
    liboil-no_altivec.patch -> 1.4

11 years ago- wrr
havner [Fri, 25 Mar 2005 10:06:17 +0000 (10:06 +0000)]
- wrr

Changed files:
    liboil-no_altivec.patch -> 1.3

11 years ago- turned off altivec asm optimalizations
havner [Fri, 25 Mar 2005 09:59:29 +0000 (09:59 +0000)]
- turned off altivec asm optimalizations

Changed files:
    liboil-no_altivec.patch -> 1.2

11 years ago- rel 3, no altivec patch auto/ac/liboil-0_3_1-3
havner [Fri, 25 Mar 2005 09:22:50 +0000 (09:22 +0000)]
- rel 3, no altivec patch

Changed files:
    liboil.spec -> 1.9

11 years ago- disable altivec usage in liboil, this is just temporary workaround, i
havner [Fri, 25 Mar 2005 09:22:25 +0000 (09:22 +0000)]
- disable altivec usage in liboil, this is just temporary workaround, i
  need to move packages from ready today and i'm unable to do it without
  liboil on ppc, still waiting for kernel upgrade on builder

Changed files:
    liboil-no_altivec.patch -> 1.1

11 years ago- added opt patch (fixes tests failure on alpha), release 2 auto/ac/liboil-0_3_1-2
Jakub Bogusz [Mon, 21 Mar 2005 20:11:24 +0000 (20:11 +0000)]
- added opt patch (fixes tests failure on alpha), release 2

Changed files:
    liboil.spec -> 1.8

11 years ago- don't override CFLAGS; overriding -mieee on alpha caused tests failure
Jakub Bogusz [Mon, 21 Mar 2005 20:09:52 +0000 (20:09 +0000)]
- don't override CFLAGS; overriding -mieee on alpha caused tests failure

Changed files:
    liboil-opt.patch -> 1.1

11 years ago- updated to 0.3.1 auto/ac/liboil-0_3_1-1
Jakub Bogusz [Fri, 18 Mar 2005 22:00:28 +0000 (22:00 +0000)]
- updated to 0.3.1

Changed files:
    liboil.spec -> 1.7

11 years ago- License is BSD now, added COPYING to doc
Jakub Bogusz [Thu, 13 Jan 2005 21:01:14 +0000 (21:01 +0000)]
- License is BSD now, added COPYING to doc

Changed files:
    liboil.spec -> 1.6

11 years ago-removed liboil-fixes.patch as not needed
Paweł Cyranek [Thu, 13 Jan 2005 14:29:42 +0000 (14:29 +0000)]
-removed liboil-fixes.patch as not needed

Changed files:
    liboil-fixes.patch -> 1.3

11 years ago- updated to 0.3.0
Paweł Cyranek [Thu, 13 Jan 2005 13:50:28 +0000 (13:50 +0000)]
- updated to 0.3.0
- added AUTHORS NEWS README
- removed liboil-fixes.patch as not needed

Changed files:
    liboil.spec -> 1.5

11 years ago- updated for 0.2.2 (esp typo fixed in sources) auto/ac/liboil-0_2_2-1
Jakub Bogusz [Wed, 24 Nov 2004 20:39:23 +0000 (20:39 +0000)]
- updated for 0.2.2 (esp typo fixed in sources)

Changed files:
    liboil-fixes.patch -> 1.2

11 years ago- updated to 0.2.2, updated fixes patch
Jakub Bogusz [Wed, 24 Nov 2004 20:38:44 +0000 (20:38 +0000)]
- updated to 0.2.2, updated fixes patch

Changed files:
    liboil.spec -> 1.4

11 years ago- release 2 auto/ac/liboil-0_2_1-2
Jakub Bogusz [Tue, 23 Nov 2004 07:27:32 +0000 (07:27 +0000)]
- release 2

Changed files:
    liboil.spec -> 1.3

11 years ago- added fixes patch (some SEGVs), use -fomit-frame-pointer
Jakub Bogusz [Sun, 21 Nov 2004 15:34:25 +0000 (15:34 +0000)]
- added fixes patch (some SEGVs), use -fomit-frame-pointer

Changed files:
    liboil.spec -> 1.2

11 years ago- fix deadly typo in md5_asm3 impl, kill SEGV when proc not readable
Jakub Bogusz [Sun, 21 Nov 2004 15:32:11 +0000 (15:32 +0000)]
- fix deadly typo in md5_asm3 impl, kill SEGV when proc not readable

Changed files:
    liboil-fixes.patch -> 1.1

11 years ago- new auto/ac/liboil-0_2_1-1
Jakub Bogusz [Sun, 21 Nov 2004 05:08:17 +0000 (05:08 +0000)]
- new

Changed files:
    liboil.spec -> 1.1

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