SHA256
8
0
forked from pool/giflib

75 Commits
devel ... main

Author SHA256 Message Date
2497d4fc81 Accepting request 1267905 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1267905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=44
2025-04-09 19:49:37 +00:00
3f6befb979 Accepting request 1152099 from devel:libraries:c_c++
Security fixes

OBS-URL: https://build.opensuse.org/request/show/1152099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=43
2024-02-27 21:44:15 +00:00
b65158c13e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=63 2024-02-27 09:57:50 +00:00
397a31ba42 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=62 2024-02-26 11:42:52 +00:00
22e9f6c444 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=61 2024-02-26 11:38:17 +00:00
8024cbae77 Accepting request 1104797 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=42
2023-08-21 09:42:47 +00:00
c671a6986d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=59 2023-08-12 21:34:01 +00:00
b89f14f34f Accepting request 1042704 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1042704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=41
2022-12-14 13:10:53 +00:00
d453d4a4c5 Accepting request 1042491 from home:dirkmueller:Factory
- add reproducible.patch to avoid timestamp patching in the build
  section and allowing it to build with -Werror=date-time

OBS-URL: https://build.opensuse.org/request/show/1042491
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=57
2022-12-13 15:13:06 +00:00
631f1dd6ec Accepting request 886651 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/886651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=40
2021-04-22 16:03:25 +00:00
91d4e52193 Accepting request 886252 from home:olh:branches:devel:libraries:c_c++
- prep section should just extract and patch,
  further modifications have to be done in the build section

OBS-URL: https://build.opensuse.org/request/show/886252
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=55
2021-04-19 11:17:01 +00:00
0dc5761c60 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=54 2021-04-14 13:23:49 +00:00
978f5408fd Accepting request 885313 from home:wfrisch:branches:devel:libraries:c_c++
Enable Position Independent Code and inherit CFLAGS from the build system.

FYI: The package fails to build on SLE_12_SP5 and I'm not sure why.

OBS-URL: https://build.opensuse.org/request/show/885313
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=53
2021-04-14 11:26:01 +00:00
9d6d09b022 Accepting request 826859 from devel:libraries:c_c++
- Update to version 5.2.1
  * In gifbuild.c, avoid a core dump on no color map.
  * Restore inadvertently removed library version numbers in Makefile.
- Changes in version 5.2.0
  * The undocumented and deprecated GifQuantizeBuffer() entry point
    has been moved to the util library to reduce libgif size and attack
    surface. Applications needing this function are couraged to link the
    util library or make their own copy.
  * The following obsolete utility programs are no longer installed:
    gifecho, giffilter, gifinto, gifsponge. These were either installed in
    error or have been obsolesced by modern image-transformmation tools
    like ImageMagick convert. They may be removed entirely in a future
    release.
  * Address SourceForge issue #136: Stack-buffer-overflow in gifcolor.c:84
  * Address SF bug #134: Giflib fails to slurp significant number of gifs
  * Apply SPDX convention for license tagging.
- Changes in version 5.1.9
  * The documentation directory now includes an HTMlified version of the
    GIF89 standard, and a more detailed description of how LZW compression
    is applied to GIFs.
  * Address SF bug #129: The latest version of giflib cannot be build on windows.
  * Address SF bug #126: Cannot compile giflib using c89
- Changes in version 5.1.8
  * Address SF bug #119: MemorySanitizer: FPE on unknown address
  * Address SF bug #125: 5.1.7: xmlto is still required for tarball
  * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible
  * Address SF bug #122: 5.1.7 installs manpages to wrong directory
  * Address SF bug #121: make: getversion: Command not found
  * Address SF bug #120: 5.1.7 does not build a proper library - no 
- Changes in version 5.1.7

OBS-URL: https://build.opensuse.org/request/show/826859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=39
2020-08-23 07:18:30 +00:00
a4f28d23e2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=51 2020-07-13 07:22:52 +00:00
b55de33e19 Accepting request 820057 from home:elimat:branches:devel:libraries:c_c++
- Update to version 5.2.1
  * In gifbuild.c, avoid a core dump on no color map.
  * Restore inadvertently removed library version numbers in Makefile.
- Changes in version 5.2.0
  * The undocumented and deprecated GifQuantizeBuffer() entry point
    has been moved to the util library to reduce libgif size and attack
    surface. Applications needing this function are couraged to link the
    util library or make their own copy.
  * The following obsolete utility programs are no longer installed:
    gifecho, giffilter, gifinto, gifsponge. These were either installed in
    error or have been obsolesced by modern image-transformmation tools
    like ImageMagick convert. They may be removed entirely in a future
    release.
  * Address SourceForge issue #136: Stack-buffer-overflow in gifcolor.c:84
  * Address SF bug #134: Giflib fails to slurp significant number of gifs
  * Apply SPDX convention for license tagging.
- Changes in version 5.1.9
  * The documentation directory now includes an HTMlified version of the
    GIF89 standard, and a more detailed description of how LZW compression
    is applied to GIFs.
  * Address SF bug #129: The latest version of giflib cannot be build on windows.
  * Address SF bug #126: Cannot compile giflib using c89
- Changes in version 5.1.8
  * Address SF bug #119: MemorySanitizer: FPE on unknown address
  * Address SF bug #125: 5.1.7: xmlto is still required for tarball
  * Address SF bug #124: 5.1.7: ar invocation is not crosscompile compatible
  * Address SF bug #122: 5.1.7 installs manpages to wrong directory
  * Address SF bug #121: make: getversion: Command not found
  * Address SF bug #120: 5.1.7 does not build a proper library - no 
- Changes in version 5.1.7
  * Correct a minor packaging error (superfluous symlinks) in the 5.1.6 tarballs.
- Changes in version 5.1.6
  * Fix library installation in the Makefile.
- Changes in version 5.1.5
  * Fix SF bug #114: Null dereferences in main() of gifclrmp
  * Fix SF bug #113: Heap Buffer Overflow-2 in function DGifDecompressLine()
    in cgif.c.  This had been assigned (CVE-2018-11490).
  * Fix SF bug #111: segmentation fault in PrintCodeBlock
  * Fix SF bug #109: Segmentation fault of giftool reading a crafted file
  * Fix SF bug #107: Floating point exception in giftext utility
  * Fix SF bug #105: heap buffer overflow in DumpScreen2RGB in gif2rgb.c:317
  * Fix SF bug #104: Ineffective bounds check in DGifSlurp
  * Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment
  * Fix SF bug #87: Heap buffer overflow in 5.1.2 (gif2rgb).
  * The horrible old autoconf build system has been removed with extreme prejudice. 
    You now build this simply by running "make" from the top-level directory.
- Run spec-cleaner
- Drop patches fixed upstream:
  * giflib-visibility.patch
  * giflib-automake-1_13.patch
  * giflib-CVE-2016-3977.patch
  * fix-autoconf11.patch
- Change build system to Make only (upstream not using autoconf)

OBS-URL: https://build.opensuse.org/request/show/820057
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=50
2020-07-13 07:14:07 +00:00
0baf5d301e Accepting request 648854 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/648854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=38
2018-11-18 22:23:57 +00:00
c289988e2a Accepting request 647694 from home:Andreas_Schwab:Factory
- Remove unused build requires on X libraries
- Use %license

OBS-URL: https://build.opensuse.org/request/show/647694
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=48
2018-11-14 06:24:49 +00:00
bad81b88db Accepting request 546173 from devel:libraries:c_c++
- Keep timestamps before patch updates them to fix build-compare

- Added fix-autoconf11.patch for fixing build with older autoconf,
  requires for SLE11.

OBS-URL: https://build.opensuse.org/request/show/546173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=37
2017-12-03 09:07:58 +00:00
b2573d652e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=46 2017-11-28 08:54:18 +00:00
34ee6fec87 Accepting request 508238 from home:bmwiedemann:branches:devel:libraries:c_c++
Keep timestamps before patch updates them to fix build-compare

OBS-URL: https://build.opensuse.org/request/show/508238
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=45
2017-07-05 11:39:02 +00:00
d01ec0fe61 Accepting request 395209 from home:susnux:branches:devel:libraries:c_c++
This will fix the SLE_11_SP? build, as long as SLE11 is added as build repository this will reduce build failures. No need to forward to factory.

OBS-URL: https://build.opensuse.org/request/show/395209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=44
2016-05-17 13:45:03 +00:00
7d37216b8f Accepting request 388191 from devel:libraries:c_c++
bsc#974847, CVE-2016-3977

OBS-URL: https://build.opensuse.org/request/show/388191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=36
2016-04-16 20:07:42 +00:00
5c4b82efaa OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=42 2016-04-12 13:53:06 +00:00
8e83a35d61 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=41 2016-04-12 09:09:50 +00:00
9a711007c9 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=40 2016-04-12 09:03:40 +00:00
9a28652714 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=39 2016-04-12 08:41:32 +00:00
848955430a Accepting request 378396 from devel:libraries:c_c++
- Update to version 5.1.3
 * Prevent malloc randomess from causing the header output routine
   to emit a GIF89 version string even when no GIF89 features are
   present.
 * Prevent malloc randomess from producing sporadic failures by causing
   sanity checks added in 5.1.2 to misfire.
 * Bulletproof gif2rgb against 0-height images. Addressed sf#78:
   Heap overflow in gif2rgb with images of size 0, also sf#82.
 * Remove unnecessary duplicate EGifClose() in gifcolor.c. Fixes sf#83
   introduced in 5.1.2.
 * Fix sf#84: incorrect return of DGifSlurp().
- Add giflib-sf-88.patch to fix sf#88

OBS-URL: https://build.opensuse.org/request/show/378396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=35
2016-03-29 07:53:12 +00:00
Ismail Dönmez
befbca49ab - Update to version 5.1.3
* Prevent malloc randomess from causing the header output routine
   to emit a GIF89 version string even when no GIF89 features are
   present.
 * Prevent malloc randomess from producing sporadic failures by causing
   sanity checks added in 5.1.2 to misfire.
 * Bulletproof gif2rgb against 0-height images. Addressed sf#78:
   Heap overflow in gif2rgb with images of size 0, also sf#82.
 * Remove unnecessary duplicate EGifClose() in gifcolor.c. Fixes sf#83
   introduced in 5.1.2.
 * Fix sf#84: incorrect return of DGifSlurp().
- Add giflib-sf-88.patch to fix sf#88

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=37
2016-03-23 08:28:51 +00:00
3be4bff14d Accepting request 354774 from devel:libraries:c_c++
bsc#960319, CVE-2015-7555

OBS-URL: https://build.opensuse.org/request/show/354774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=34
2016-01-23 00:14:20 +00:00
9e0628cbb5 bsc#960319, CVE-2015-7555
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=35
2016-01-19 13:06:37 +00:00
546ef9fc30 Accepting request 281404 from devel:libraries:c_c++
- Cleanup a bit
- Remove obsolete sle10 deprecations
- Fix one tiny rpmlint warning

- Update to version 5.1.1 
  + Numerous minor fixes in getarg.c. Affects only the utilities, not the
    core library.
  + Fix SourceForge bug #59 DGifOpen can segfault if DGifGetScreenDesc fails.
  + SourceForge patch #20: In gifalloc, fix usage of realloc() in case of failure.
  + Fix SourceForge bug #61 Leak in gifsponge.
  + glibtoolize port fix for OS X.

- Update to new upstream release 5.1.0
* Minor API change to assist library wrappers in dynamic languages,
  removal of the the gif2raw utility, and various minor fix patches
  for unusual edge cases.
* API changes to functions:
  GifErrorString returns const char *;
  EGifGetGifVersion returns const char *;
  EGifCloseFile takes another int *errorcode;
  DGifCloseFile takes another int *errorcode;

OBS-URL: https://build.opensuse.org/request/show/281404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=33
2015-01-26 15:46:36 +00:00
Tomáš Chvátal
59d44ded4c - Cleanup a bit
- Remove obsolete sle10 deprecations
- Fix one tiny rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=33
2015-01-15 13:38:33 +00:00
Tomáš Chvátal
7ef2861005 Accepting request 281339 from home:posophe:branches:devel:libraries:c_c++
Update

OBS-URL: https://build.opensuse.org/request/show/281339
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=32
2015-01-15 13:31:19 +00:00
Ismail Dönmez
fe7a3e8a79 Accepting request 235898 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.1.0

OBS-URL: https://build.opensuse.org/request/show/235898
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=31
2014-08-31 07:52:36 +00:00
Stephan Kulow
c11942f90c Accepting request 196963 from devel:libraries:c_c++
- Update to new upstream release 5.0.5 (bugfix release) (forwarded request 196962 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/196963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=30
2013-09-02 12:55:39 +00:00
Ismail Dönmez
4541a32b5a Accepting request 196962 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.0.5 (bugfix release)

OBS-URL: https://build.opensuse.org/request/show/196962
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=29
2013-08-31 11:56:51 +00:00
Stephan Kulow
b5570feaa2 Accepting request 180963 from devel:libraries:c_c++
- Update to new upstream release 5.0.4 (forwarded request 180938 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/180963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=29
2013-06-26 18:17:47 +00:00
99a8f94915 Accepting request 180938 from home:jengelh:branches:devel:libraries:c_c++
- Update to new upstream release 5.0.4

OBS-URL: https://build.opensuse.org/request/show/180938
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=27
2013-06-26 08:48:29 +00:00
Stephan Kulow
21ccdf6967 Accepting request 161370 from devel:libraries:c_c++
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161339 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=28
2013-03-28 12:11:52 +00:00
Ismail Dönmez
72aa4ce3ba Accepting request 161339 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161339
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=25
2013-03-27 10:30:42 +00:00
Stephan Kulow
8b62076b7b osc copypac from project:openSUSE:Factory package:giflib revision:25
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=27
2013-03-22 20:08:07 +00:00
Stephan Kulow
5c1a9fe627 Accepting request 158654 from openSUSE:Factory
I setup openSUSE:Factory:Staging:giflib5 and reverted the giflib update

OBS-URL: https://build.opensuse.org/request/show/158654
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=24
2013-03-12 11:56:42 +00:00
Stephan Kulow
6a112b6f10 osc copypac from project:openSUSE:Factory package:giflib revision:24
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=26
2013-03-12 11:54:00 +00:00
OBS User buildservice-autocommit
65294f1d92 Updating link to change in openSUSE:Factory/giflib revision 26.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=8c626c8751ca9a3e7102a125b6217417
2013-03-12 11:54:00 +00:00
Stephan Kulow
535d292493 Accepting request 157087 from devel:libraries:c_c++
add giflib-automake-1_13.patch, fix build with automake-1.13.1 (forwarded request 157086 from seife)

OBS-URL: https://build.opensuse.org/request/show/157087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=25
2013-03-08 09:49:35 +00:00
Stefan Seyfried
eb7479fb8c Accepting request 157086 from home:seife:branches:devel:libraries:c_c++
add giflib-automake-1_13.patch, fix build with automake-1.13.1

OBS-URL: https://build.opensuse.org/request/show/157086
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=22
2013-03-02 10:39:03 +00:00
Cristian Rodríguez
b4d8da39f2 Accepting request 148145 from home:jengelh:branches:devel:libraries:c_c++
- Remove "Obsoletes: giflib", because libgif6 must not obsolete
  libgif4 (it would do that by way of libgif4's "Provides: giflib").

OBS-URL: https://build.opensuse.org/request/show/148145
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=21
2013-01-11 22:22:02 +00:00
5c06227650 Accepting request 147496 from openSUSE:Factory
I reverted to the old version in factory, there are too many problems with the new
version, so not for 12.3

OBS-URL: https://build.opensuse.org/request/show/147496
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=20
2013-01-08 13:16:51 +00:00
Stephan Kulow
6226abceaa osc copypac from project:openSUSE:Factory package:giflib revision:21
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=23
2013-01-08 10:01:53 +00:00
OBS User buildservice-autocommit
f9dc1cb14f Updating link to change in openSUSE:Factory/giflib revision 23.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=7d39abb56240194a5f026491630845ae
2013-01-08 10:01:53 +00:00
Stephan Kulow
5db4745cc4 Accepting request 147340 from devel:libraries:c_c++
Factory has a very old version

OBS-URL: https://build.opensuse.org/request/show/147340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=22
2013-01-07 14:14:32 +00:00
Cristian Rodríguez
2557045a1f Accepting request 147136 from home:jengelh:branches:devel:libraries:c_c++
- Adjust baselibs.conf for libgif6, remove libungif rpm symbols
  since they are now no longer provided.

OBS-URL: https://build.opensuse.org/request/show/147136
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=18
2013-01-04 17:08:48 +00:00
Cristian Rodríguez
2ead7659ba Accepting request 146710 from home:elvigia:branches:devel:libraries:c_c++
- Version 5.0.3
* The library is now purely reentrant and thread-safe
* Adds an EGifSetGifVersion() entry point
* All names of exported functions now have a Gif, DGif, or EGif prefix.
- packaging changes: 
* soname is now libgif6
* Compatibility with ancient "libungif" via rpm spec file hacks
  is no longer included, if there is any application around
  that still requires this it has to be fixed.

OBS-URL: https://build.opensuse.org/request/show/146710
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=17
2013-01-04 14:33:56 +00:00
Stephan Kulow
bb80663d0a Accepting request 104269 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/104269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=20
2012-02-15 15:14:59 +00:00
e5ba5beb16 Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=15
2012-02-05 16:23:50 +00:00
Lars Vogdt
fcd087e814 Accepting request 87280 from devel:libraries:c_c++
- annotate functions from gif_lib_private.h with visibility
  hidden so they are not exported. (forwarded request 87211 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/87280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=17
2011-10-11 14:53:30 +00:00
Cristian Rodríguez
b7480ccc2b Accepting request 87211 from home:elvigia:branches:devel:libraries:c_c++
- annotate functions from gif_lib_private.h with visibility
  hidden so they are not exported.

OBS-URL: https://build.opensuse.org/request/show/87211
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=13
2011-10-10 15:02:28 +00:00
196c0a51da Update project URL
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=12
2011-10-02 11:40:25 +00:00
3cb8ca77be Accepting request 86029 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86029
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=11
2011-10-02 11:39:21 +00:00
Sascha Peilicke
beb5ec43d2 Accepting request 84261 from devel:libraries:c_c++
Implement shlib naming (libgif4), and a little grammar update in %descr. (forwarded request 84155 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=16
2011-09-22 08:44:53 +00:00
Ismail Dönmez
d8246ea50c Accepting request 84155 from home:jengelh:bl-new
Implement shlib naming (libgif4), and a little grammar update in %descr.

OBS-URL: https://build.opensuse.org/request/show/84155
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=9
2011-09-21 17:03:25 +00:00
Sascha Peilicke
297b389a69 Autobuild autoformatter for 72059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=15
2011-05-31 10:46:57 +00:00
OBS User buildservice-autocommit
6efe070048 Updating link to change in openSUSE:Factory/giflib revision 15.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=f8d67e4cd4ae00ce2b0a4d9999e6f694
2011-05-31 10:46:57 +00:00
Sascha Peilicke
42287bf672 Accepting request 72059 from devel:libraries:c_c++
Fixed typos and email delimiters in giflib.spec (forwarded request 71781 from aturrini)

OBS-URL: https://build.opensuse.org/request/show/72059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=14
2011-05-31 10:46:48 +00:00
Pavol Rusnak
b55e90c91a Accepting request 71781 from home:aturrini:branches:devel:libraries:c_c++
Fixed typos and email delimiters in giflib.spec

OBS-URL: https://build.opensuse.org/request/show/71781
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=7
2011-05-30 13:32:40 +00:00
OBS User autobuild
f632499b56 Accepting request 46607 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/giflib based on submit request 46607 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/46607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=12
2010-09-03 11:07:54 +00:00
OBS User autobuild
6c75f8a112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=9 2010-03-18 14:48:34 +00:00
OBS User autobuild
eb4b6727cf Accepting request 29100 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/giflib based on submit request 29100 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=8
2010-01-14 15:11:43 +00:00
OBS User unknown
c7923e678f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=6 2009-01-14 16:52:11 +00:00
OBS User unknown
45cf4e38ec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=5 2008-12-15 11:31:23 +00:00
OBS User unknown
66309b3d70 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=4 2008-11-28 14:01:28 +00:00
OBS User unknown
4b10c26380 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=3 2008-09-05 00:24:38 +00:00
OBS User unknown
20ebe8e81e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=2 2008-04-10 12:16:13 +00:00
OBS User unknown
923e056da1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/giflib?expand=0&rev=1 2006-12-18 23:16:35 +00:00

Diff Content Not Available