Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | vhba-module-20170610-5.parabola1.basekernel4.11: updating version | Omar Vega Ramos | |
2017-07-08 | rebuild module packages against linux-libre-4.11.9_gnu-1 | Omar Vega Ramos | |
2017-07-09 | Update libre/your-freedom | Parabola automatic package builder | |
2017-07-08 | bbswitch-0.8-70.parabola2.basekernel4.11: rebuild | Omar Vega Ramos | |
2017-07-08 | Update some linux-libre kernels | Bruno Cichon | |
2017-07-07 | clamav-0.99.2-7.parabola1: updating version | Omar Vega Ramos | |
2017-07-07 | rebuild module packages against linux-libre-4.11.8_gnu-1 | Omar Vega Ramos | |
2017-07-07 | libre/systemd: update to 233 | Luke Shumaker | |
2017-07-06 | ogre: minor fix | Omar Vega Ramos | |
2017-07-06 | bfgminer-5.4.2-2.parabola1: rebuild against libevent 2.1 | Omar Vega Ramos | |
2017-07-06 | openexr-2.2.0-3.parabola2: rebuild | Omar Vega Ramos | |
2017-07-05 | update libre/libretools | Luke Shumaker | |
2017-07-05 | Update libre/your-freedom | Parabola automatic package builder | |
2017-07-04 | add libre/ruby2.3 | Luke Shumaker | |
2017-07-04 | ogre: minor fix | Omar Vega Ramos | |
2017-07-04 | konqueror-17.04.2-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-03 | mapnik-3.0.13-5.parabola1: rebuild | Omar Vega Ramos | |
2017-07-03 | mate-icon-theme-faenza-1.18.1-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-03 | mate-sensors-applet-1.18.2-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-03 | ogre-1.10.5-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-03 | midori-0.5.11-6.parabola1: rebuild | Omar Vega Ramos | |
2017-07-03 | libre/bogofilter: Adopt, clean up, reduce diff from Arch PKGBUILD | Luke Shumaker | |
2017-07-03 | bogofilter-1.2.4-3.parabola1: rebuild | Omar Vega Ramos | |
2017-07-03 | openmw-0.41.0-4.parabola1: rebuild | Omar Vega Ramos | |
2017-07-03 | Blender: rebuild | Jesús Eduardo | |
2017-07-03 | pacman-5.0.2-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-03 | perl-algorithm-diff-1.1903-2.parabola1: rebuild | Omar Vega Ramos | |
2017-07-03 | reflector-2017.6-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-02 | povray-1:3.7-15.parabola1: rebuild | Omar Vega Ramos | |
2017-07-02 | smplayer-17.6.0-1.parabola1: updating version | Omar Vega Ramos | |
2017-07-02 | wings3d-2.1.5-2.parabola1: rebuild | Omar Vega Ramos | |
2017-07-01 | xarchiver-0.5.4.11-1.parabola1: Adding unar as optional dependency | Omar Vega Ramos | |
2017-06-30 | calibre: new version 3.2.1 | Jesús Eduardo | |
2017-06-30 | Update libre/your-freedom | Parabola automatic package builder | |
2017-06-30 | libre/iceape: rebuilt against libevent | Andreas Grapentin | |
2017-06-29 | libre/icecat: updated build for updated libeevent | Andreas Grapentin | |
2017-06-29 | your-freedom: new version 20170628.1 | Isaac David | |
2017-06-27 | vim-8.0.0628-1.parabola1: updating version | Omar Vega Ramos | |
2017-06-27 | xarchiver-0.5.4.10-1.parabola1: updating version | Omar Vega Ramos | |
2017-06-27 | cups-filters-1.14.0-1.parabola3: poppler 0.56.0 rebuild | Omar Vega Ramos | |
2017-06-26 | texlive-bin-2016.41290-12.parabola3: poppler 0.56.0 rebuild | Omar Vega Ramos | |
2017-06-25 | Minor fixes to linux-libre-{hardened,lts-apparmor} PKGBUILDs | David P | |
2017-06-25 | libre/ruby: update to json 2.0.2 | Luke Shumaker | |
2017-06-25 | calibre: fixed, now version stable | Jesús Eduardo | |
2017-06-24 | python2-msgpack: New package necesary for calibre | Jesús Eduardo | |
2017-06-24 | Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre | Luke Shumaker | |
2017-06-24 | calibre: fixed syntax | Jesús Eduardo | |
2017-06-23 | libre/ruby: Clean up (bump pkgrel 3.parabola1 -> 3.parabola2) | Luke Shumaker | |
The mksource() function was a shitshow. I mean no disrespect towards niitotantei, the user who originally contributed it. But he should have been given feedback, rather than it just being added as-is to Parabola (*cough* André). The new source tarball (ruby-2.4.1-libre1.tar.gz) should be functionally identical to old one (ruby-libre-2.4.1.tar.xz); it doesn't include a "json-1.8.1/" directory in the root, and the json-1.8.1.gem file is slightly different (the file contains some timestamps, and the version of 'gem' that created it): $ diff -r src.bak/ruby-2.4.1 src/ruby-2.4.1 Binary files src.bak/ruby-2.4.1/gems/json-1.8.1.gem and src/ruby-2.4.1/gems/json-1.8.1.gem differ The old mksource() function *almost* created the json-1.8.1.gem file, but didn't; instead checking in a pre-generated json-1.8.1.gem to git. That said, there are still problems: - The json gem is now on 2.1.0, not 1.8.1, and needs to be updated here - There are problems shipping it as a gem https://labs.parabola.nu/issues/1376 But IMO, this is a necessary step to resolving either of these, because it allows us to now answer "how was 1.8.1 being modified; what do we need to carry forward?" | |||
2017-06-24 | calibre: update from fork full-free | Jesús Eduardo | |
2017-06-20 | Update libre/parabola-keyring | Parabola automatic package builder | |