Commit Graph

120 Commits

Author SHA256 Message Date
Ismail Dönmez
e65fd0f0d4 Accepting request 243672 from home:vitezslav_cizek:branches:Archiving
- handle pipe input with the -f option (bnc#884004)
  * added bzip2-handle_pipe_input_with-f_option.patch

OBS-URL: https://build.opensuse.org/request/show/243672
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=40
2014-08-06 10:54:02 +00:00
Stephan Kulow
112702f19d Accepting request 243347 from Archiving
1

OBS-URL: https://build.opensuse.org/request/show/243347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=48
2014-08-03 13:35:34 +00:00
Ismail Dönmez
228b869e02 Accepting request 243164 from home:dimstar:rpmlintrc
Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/243164
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=38
2014-08-01 08:19:47 +00:00
Stephan Kulow
1ef332da90 Accepting request 160421 from Archiving
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=46
2013-03-22 10:01:05 +00:00
Ismail Dönmez
43a08cd91e -
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=36
2013-03-21 11:08:33 +00:00
Ismail Dönmez
4d8b8e009a Accepting request 160397 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/160397
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=35
2013-03-21 09:20:22 +00:00
Stephan Kulow
ac21271725 Accepting request 149490 from Archiving
- Add %{version} to Obsoletes/Provides 

- Executing autoreconf requires autoconf
- Set RPM groups to the common ones we use for library and
  "-devel" packages

OBS-URL: https://build.opensuse.org/request/show/149490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=44
2013-01-22 14:05:38 +00:00
Ismail Dönmez
3c41e5564c - Add %{version} to Obsoletes/Provides
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=33
2013-01-21 22:10:23 +00:00
Ismail Dönmez
d05f2edcc8 Accepting request 149489 from home:jengelh:branches:Archiving
- Executing autoreconf requires autoconf
- Set RPM groups to the common ones we use for library and
  "-devel" packages

OBS-URL: https://build.opensuse.org/request/show/149489
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=32
2013-01-21 22:07:47 +00:00
Stephan Kulow
a66533048e Accepting request 104194 from Archiving
- Put libraries back into %{_libdir}, /usr merge project. (forwarded request 104180 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/104194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=42
2012-02-15 15:14:31 +00:00
Cristian Rodríguez
1d8dc32b24 Accepting request 104180 from home:elvigia:branches:Archiving
- Put libraries back into %{_libdir}, /usr merge project.

OBS-URL: https://build.opensuse.org/request/show/104180
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=30
2012-02-12 23:56:38 +00:00
Stephan Kulow
24839365f6 Accepting request 102198 from Archiving
drop pre-2005 compatibility patch which influences the output of bzip2. it is incredibly weird that one cannot reproduce the same bzip2 after bunzip2 on a non-opensuse system with the same bzip2 version. so, since the patch in question is only there to allow incredibly old bzip2 versions to decompress files created with a newer one it seems just about time to get rid of this patch. (forwarded request 101629 from apachelogger)

OBS-URL: https://build.opensuse.org/request/show/102198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=41
2012-02-03 09:22:04 +00:00
Ismail Dönmez
ffe6eab9c4 Accepting request 101629 from home:apachelogger:branches:Archiving
drop pre-2005 compatibility patch which influences the output of bzip2. it is incredibly weird that one cannot reproduce the same bzip2 after bunzip2 on a non-opensuse system with the same bzip2 version. so, since the patch in question is only there to allow incredibly old bzip2 versions to decompress files created with a newer one it seems just about time to get rid of this patch.

OBS-URL: https://build.opensuse.org/request/show/101629
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=28
2012-01-31 12:37:54 +00:00
Stephan Kulow
d6a0a370c4 Accepting request 99346 from Archiving
- bzlib: open file descriptors with O_CLOEXEC, but just like 
 the zlib case, only when bzopen() is used and not bzdopen()
 to avoid messing up with the caller's semantics.
 It is responsability of to initiator to set that flag in such case.
- Replace error prone list of exported symbols with proper use of
  GCC visibility features. (forwarded request 99345 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/99346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=40
2012-01-11 14:36:06 +00:00
Cristian Rodríguez
e8b7e041b9 Accepting request 99345 from home:elvigia:branches:Archiving
- bzlib: open file descriptors with O_CLOEXEC, but just like 
 the zlib case, only when bzopen() is used and not bzdopen()
 to avoid messing up with the caller's semantics.
 It is responsability of to initiator to set that flag in such case.
- Replace error prone list of exported symbols with proper use of
  GCC visibility features.

OBS-URL: https://build.opensuse.org/request/show/99345
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=26
2012-01-07 20:37:58 +00:00
Stephan Kulow
5ad1b3d73e replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=39
2011-12-06 17:02:15 +00:00
Lars Vogdt
8999fa5e95 Accepting request 86090 from Archiving
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 (forwarded request 85957 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=37
2011-10-03 07:13:46 +00:00
Cristian Rodríguez
c0d3f57f48 Accepting request 85957 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/85957
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=24
2011-10-02 15:39:16 +00:00
Vítězslav Čížek
b0ffffa63b Accepting request 82878 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/82878
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=23
2011-09-19 10:31:32 +00:00
Sascha Peilicke
55f5c9c122 Autobuild autoformatter for 78478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=36
2011-08-11 07:39:03 +00:00
OBS User buildservice-autocommit
29ebe1c3df Updating link to change in openSUSE:Factory/bzip2 revision 36.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=04da316125089fb905af192bdb4b9321
2011-08-11 07:39:03 +00:00
Sascha Peilicke
f85092b614 Accepting request 78478 from Archiving
bnc#709260

OBS-URL: https://build.opensuse.org/request/show/78478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=35
2011-08-11 07:38:54 +00:00
Petr Uzel
9692d8bcbc bnc#709260
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=21
2011-08-10 20:25:15 +00:00
Sascha Peilicke
6925999b89 Autobuild autoformatter for 77564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=34
2011-08-01 13:24:54 +00:00
OBS User buildservice-autocommit
cecab07d3f Updating link to change in openSUSE:Factory/bzip2 revision 34.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=e70f9a8e318f7391e19b8b20b25f7895
2011-08-01 13:24:54 +00:00
Sascha Peilicke
b04466abae Accepting request 77564 from Archiving
- Update baselibs.conf to ship libbz2-devel-32bit (forwarded request 77544 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/77564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=33
2011-08-01 13:24:45 +00:00
Stephan Kulow
ea9548e0d1 Accepting request 77544 from home:jengelh:bl
- Update baselibs.conf to ship libbz2-devel-32bit

OBS-URL: https://build.opensuse.org/request/show/77544
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=19
2011-08-01 12:04:48 +00:00
Berthold Gunreben
34ba741c4e Autobuild autoformatter for 54095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=31
2010-11-30 10:08:35 +00:00
Berthold Gunreben
480dc9eace Accepting request 54095 from Archiving
Accepted submit request 54095 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/54095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=30
2010-11-30 10:08:25 +00:00
Cristian Rodríguez
51157be1dc Accepting request 54092 from home:elvigia:branches:Archiving
OBS-URL: https://build.opensuse.org/request/show/54092
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=17
2010-11-29 15:46:49 +00:00
OBS User autobuild
17203ddf34 Autobuild autoformatter for 52070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=29
2010-11-05 12:44:35 +00:00
OBS User buildservice-autocommit
2d7f6cf496 Updating link to change in openSUSE:Factory/bzip2 revision 29.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=26d161ecbb52f11c7f9aea3fafc29d21
2010-11-05 12:44:35 +00:00
Ruediger Oertel
300d582272 Accepting request 52070 from Archiving
Accepted submit request 52070 from user puzel

OBS-URL: https://build.opensuse.org/request/show/52070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=28
2010-11-05 12:44:30 +00:00
Petr Uzel
51014c78f6 update autoconfiscate patch
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=15
2010-11-03 11:56:55 +00:00
OBS User autobuild
dcbd039cdb Accepting request 48876 from Archiving
Copy from Archiving/bzip2 based on submit request 48876 from user puzel

OBS-URL: https://build.opensuse.org/request/show/48876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=27
2010-09-23 21:51:54 +00:00
OBS User buildservice-autocommit
005125ec40 Updating link to change in openSUSE:Factory/bzip2 revision 27.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=07aec6264d37c0cd97cd26433ad02ffa
2010-09-23 21:51:54 +00:00
OBS User autobuild
2700231258 Accepting request 48876 from Archiving
checked in (request 48876)

OBS-URL: https://build.opensuse.org/request/show/48876
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=14
2010-09-23 21:51:53 +00:00
Petr Uzel
a142cc5e93 update to bzip2-1.0.6
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=13
2010-09-23 09:34:04 +00:00
OBS User autobuild
f5d22fa499 Accepting request 48684 from Archiving
Copy from Archiving/bzip2 based on submit request 48684 from user puzel

OBS-URL: https://build.opensuse.org/request/show/48684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=26
2010-09-21 16:00:48 +00:00
OBS User buildservice-autocommit
97b5de053d Updating link to change in openSUSE:Factory/bzip2 revision 26.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=ba843b2be98e63e6e5fb57040a8a6c10
2010-09-21 16:00:48 +00:00
OBS User autobuild
787e3156ae Accepting request 48684 from Archiving
checked in (request 48684)

OBS-URL: https://build.opensuse.org/request/show/48684
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=12
2010-09-21 16:00:47 +00:00
Petr Uzel
2bb416d80b bzip2-CVE-2010-0405.patch (bnc#636978)
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=11
2010-09-21 14:03:08 +00:00
OBS User autobuild
6020d97c45 Accepting request 42422 from Archiving
Copy from Archiving/bzip2 based on submit request 42422 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/42422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=23
2010-07-02 16:35:02 +00:00
OBS User autobuild
32f3339c0c Accepting request 42422 from Archiving
checked in (request 42422)

OBS-URL: https://build.opensuse.org/request/show/42422
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=10
2010-07-02 16:35:01 +00:00
Cristian Rodríguez
d0b8de6922 Accepting request 42398 from home:jengelh:smp
Copy from home:jengelh:smp/bzip2 via accept of submit request 42398 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42398
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=9
2010-07-02 16:27:46 +00:00
OBS User autobuild
db4bfd8cc6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=22 2010-03-18 14:38:59 +00:00
OBS User buildservice-autocommit
0e78faab46 Updating link to change in openSUSE:Factory/bzip2 revision 22.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=5ede095dacddc51f821f16e2098a47db
2010-03-18 14:38:59 +00:00
OBS User autobuild
599f835efa Accepting request 27566 from Archiving
Copy from Archiving/bzip2 based on submit request 27566 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=21
2009-12-26 10:47:35 +00:00
OBS User buildservice-autocommit
4e1a52bac4 Updating link to change in openSUSE:Factory/bzip2 revision 21.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=d047cf8eb1e82d5e4512fb2529282ae6
2009-12-26 10:47:35 +00:00
OBS User autobuild
103694995b checked in
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=7
2009-12-26 10:47:34 +00:00