forked from pool/bzip2
Accepting request 247277 from Archiving
1 OBS-URL: https://build.opensuse.org/request/show/247277 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=50
This commit is contained in:
commit
cf2c876678
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 2 15:16:50 UTC 2014 - vcizek@suse.com
|
||||||
|
|
||||||
|
- revert the bzip2-handle_pipe_input_with-f_option.patch because it
|
||||||
|
breaks other programs using the bzip2 library
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 6 10:51:03 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Implement %check
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 5 10:39:56 UTC 2014 - vcizek@suse.com
|
||||||
|
|
||||||
|
- handle pipe input with the -f option (bnc#884004)
|
||||||
|
* added bzip2-handle_pipe_input_with-f_option.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 31 12:39:28 UTC 2014 - dimstar@opensuse.org
|
Thu Jul 31 12:39:28 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -122,6 +122,9 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
%postun -n libbz2-1 -p /sbin/ldconfig
|
%postun -n libbz2-1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_mandir}/man1/*
|
%doc %{_mandir}/man1/*
|
||||||
|
Loading…
Reference in New Issue
Block a user