Nikolay Amiantov
23ff3dddba
batti: fix eval
2016-09-13 13:19:06 +03:00
Nikolay Amiantov
f8ea234720
asunder: use gtk2 explicitly
2016-09-13 12:57:22 +03:00
Nikolay Amiantov
4748709926
Merge commit 'refs/pull/18498/head' of git://github.com/NixOS/nixpkgs
2016-09-13 12:51:34 +03:00
Domen Kožar
d6a4a30fb1
pijul: build only on 64bit platforms
...
(cherry picked from commit 8479962862
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-13 10:37:55 +02:00
exi
18ba3297f0
Fix kmymoney test build failure on 32bit
...
(cherry picked from commit f4618e14b9
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-13 09:45:15 +02:00
uralbash
8553883ba1
vscode: 1.4.0 -> 1.5.1 ( #18468 )
2016-09-13 07:35:16 +02:00
Erik Rybakken
a65e1c560c
neomutt: 20160827 -> 20160910 ( #18485 )
2016-09-13 07:29:57 +02:00
Franz Pletz
fb9117efa6
Merge pull request #18488 from chris-martin/md5-2
...
Miscellaneous packages: Use sha256 instead of md5 (part 2)
2016-09-13 07:11:43 +02:00
James Wood
87ee2736ce
asunder: init at 2.8 ( #18510 )
2016-09-13 07:06:23 +02:00
Charles Strahan
3e7bb6579b
redis-desktop-manager: fix build ( #18543 )
...
We need to run the pre/post configure hooks.
2016-09-13 07:02:06 +02:00
Michal Rus
6846b22bb4
squishyball: init at 19580 ( #18354 )
2016-09-13 07:00:39 +02:00
aszlig
d2af4c6722
virtualbox: Explicitly state Qt 5 dependencies
...
In 2942815968
, the dependencies for Qt 5
were passed using buildEnv with all the development binaries, headers
and libs. Unfortunately, the build output references that environment
which also increases the size of the runtime closure.
The upstream makefile assumes a common Qt 5 library path, but that's not
the case within Nix, because we have separate paths for the Qt 5
modules.
We now patch the makefile to recognize PATH_QT5_X11_EXTRAS_{LIB,INC} so
that we can pass in the relevant paths from Qt5X11Extras.
In summary, the closure size goes down to 525559600 bytes (501 MB)
instead of 863035544 bytes (823 MB) with vbox-qt5-env.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-13 06:12:42 +02:00
aszlig
8bd89c922d
virtualbox: Split kernel modules into own package
...
Putting the kernel modules into the same output path as the main
VirtualBox derivation causes all of VirtualBox to be rebuilt on every
single kernel update.
The build process of VirtualBox already outputs the kernel module source
along with the generated files for the configuration of the main
VirtualBox package. We put this into a different output called "modsrc"
which we re-use from linuxPackages.virtualbox, which is now only
containing the resulting kernel modules without the main user space
implementation.
This not only has the advantage of decluttering the Nix expression for
the user space portions but also gets rid of the need to nuke references
and the need to patch out "depmod -a".
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-13 06:12:38 +02:00
aszlig
6d69293f26
virtualbox: Generate and use upstream-info.json
...
We now no longer need to update VirtualBox manually, which has a few
advantages. Along with making it just easier to update this also makes
the update procedure way less error-prone, for example if people forget
to bump the extension pack revision or to update the guest additions.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-13 06:12:34 +02:00
aszlig
f5ab9c81a8
virtualbox: Add an update script
...
Just a small updater which should fetch the latest sha256sums from the
upstream site and check whether the current version is the latest one.
The output is in a JSON file in the same directory, which then will be
used by the Nix expressions to fetch the upstream files.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-13 03:24:47 +02:00
Vladimír Čunát
66eb909fbf
Merge #17861 : root: add support for x86_64-darwin
2016-09-12 21:39:07 +02:00
Robert Glossop
5490018034
freerdpUnstable: 1.2.0 -> 2.0
2016-09-12 12:13:48 -04:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Christian Albrecht
2942815968
virtualbox: 5.0.26 -> 5.1.4
2016-09-12 17:22:31 +02:00
Vincent Laporte
637412e373
mpv: fix on darwin
2016-09-12 14:42:38 +02:00
Frederik Rietdijk
44dc13aad6
mendeley: 1.16.2 -> 1.16.3
2016-09-12 14:19:18 +02:00
Michael Raskin
357d544d23
libreoffice-fresh: 5.2.0.4 -> 5.2.1.2
2016-09-12 12:58:30 +02:00
Michael Raskin
242cea8a63
libreoffice: generate-libreoffice-srcs.sh: take into account that LO now sometimes lets the checksum go after the tarball
2016-09-12 12:58:30 +02:00
Shea Levy
38f074435a
melpa: Fix nix-buffer and inherit-local, add stable
2016-09-12 06:12:16 -04:00
Frederik Rietdijk
29f00f954b
Merge pull request #18396 from rycee/fix/udiskie
...
udiskie: 1.4.8 -> 1.5.1
2016-09-12 11:05:38 +02:00
Bjørn Forsman
3e5fe418f8
android-studio: enable Android emulator support
...
These changes are needed to be able to run the system emulator (QEMU)
from Android Studio. In addition to the added dependencies,
$LD_LIBRARY_PATH had to be changed from --set to --prefix, so that libGL
is found (on NixOS).
2016-09-12 10:55:07 +02:00
Jaka Hudoklin
e927620885
containerd: init at 0.2.3
2016-09-12 01:32:03 +02:00
Jaka Hudoklin
71782da103
runc: init at 2016-06-15
2016-09-12 01:32:02 +02:00
Dmitry Kalinkin
5646c2aba6
root: add support for x86_64-darwin
...
1) add pcre dependency (for some reason builtin_pcre doesn't work)
2) Disable dependencies that are currently not supported by the
expression. Most users should not need those. These are disabled to
prevent cmake from picking them up from system and causing impurities.
Once there is a user who needs these they will have to update the
expression.
3) disable some OSX detection code that relies on /usr/bin/sw_vers
that chooses c++ library, silences warnings and sets macosx-version-min.
macosx-version-min is already set by nix using MACOSX_DEPLOYMENT_TARGET
environment variable.
2016-09-11 17:29:13 -04:00
Domen Kožar
fc74bf2ccc
qgis: fix build
...
(cherry picked from commit dccf8c5f27
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-11 21:20:50 +02:00
Edward Tjörnhammar
e917e47045
android-studio: 2.1.2.0 -> 2.1.3.0
2016-09-11 20:38:20 +02:00
Tuomas Tynkkynen
ffddcc8807
vlc_npapi: Fix hash
2016-09-11 00:21:16 +03:00
Kirill Boltaev
86557f9ffd
mpv: 0.19.0 -> 0.20.0 ( #18493 )
...
Enable vaapiSupport by default.
2016-09-10 21:56:49 +02:00
Chris Martin
f7c0a9c9cc
kdesvn: md5->sha256
2016-09-10 13:51:20 -04:00
Chris Martin
e417a63e61
scilab: md5->sha256
2016-09-10 13:50:10 -04:00
Chris Martin
ce44f8df5c
batik: md5->sha256
2016-09-10 13:46:06 -04:00
Chris Martin
ffc3e24e0b
cua-mode: md5->sha256
2016-09-10 13:43:18 -04:00
Edward Tjörnhammar
443204aa70
idea.idea14-ultimate: use base32 hash
2016-09-10 19:38:52 +02:00
Edward Tjörnhammar
505cee5c77
idea.idea-{community,ultimate}: 2016.2.3 -> 2016.2.4
2016-09-10 19:38:52 +02:00
Shea Levy
c6460fb0cb
melpa: Add inherit-local, bump f.el
2016-09-10 11:25:21 -04:00
Robert Helgesson
2fa41249ce
udiskie: move to all-packages
...
This is an application, not a python library and should therefore be in
its own package.
2016-09-10 12:25:50 +02:00
Vladimír Čunát
c0555991b2
Merge #18434 : slack: 2.1.0 -> 2.1.2
2016-09-09 21:46:20 +02:00
José Romildo Malaquias
8f6af86d5e
feh: avoid using xlibsWrapper
2016-09-09 15:25:28 +02:00
José Romildo Malaquias
91e4e31847
feh: perlPackages needed only at build time
2016-09-09 15:25:28 +02:00
José Romildo Malaquias
82dba95079
feh: 2.16.1 -> 2.17.1
2016-09-09 15:25:28 +02:00
Peter Pickford
efb5206701
eclipse-plugin-rustdt: init at 0.6.2
...
[Bjørn: sort alphabetially in plugins.nix, capitalize meta.description,
add space around assignment operator, indent multi-line string.]
2016-09-09 15:15:00 +02:00
Peter Simons
f649d4eefa
git-annex: fix GHC 8.x build
2016-09-09 13:55:39 +02:00
Moritz Ulrich
bbd82656bb
digikam5: Init at 5.1.0
2016-09-09 11:39:59 +02:00
Tuomas Tynkkynen
fcec24334e
Merge remote-tracking branch 'upstream/staging' into master
2016-09-09 11:41:31 +03:00
Richard Zetterberg
68777090e5
slack: 2.1.0 -> 2.1.2
2016-09-09 08:08:36 +02:00
Dan Peebles
f285ce8fed
twelf: fix emacs mode
2016-09-08 23:12:32 -04:00
Tuomas Tynkkynen
290db94f04
Merge remote-tracking branch 'upstream/master' into staging
2016-09-09 02:40:47 +03:00
Franz Pletz
7583f080ae
qtox: 1.4.1 -> 1.5.0
2016-09-08 21:50:42 +02:00
Franz Pletz
9146a62f51
toxic: 20150125 -> 20160728
2016-09-08 21:50:42 +02:00
Franz Pletz
6ee129b29f
utox: 0.9.4 -> 0.9.8
2016-09-08 21:50:42 +02:00
Robert Helgesson
348ee0ae18
josm: 10786 -> 10966
2016-09-08 21:00:07 +02:00
Thomas Tuegel
291666e248
Merge branch 'emacs-packages'
2016-09-08 13:34:53 -05:00
Thomas Tuegel
c61026de5d
melpaStablePackages.jade: disable due to missing dependency
2016-09-08 13:32:38 -05:00
Thomas Tuegel
f7910efe6e
melpaPackages.jade: disable due to missing dependency
2016-09-08 13:28:03 -05:00
Thomas Tuegel
a0d1981046
orgPackages 2016-09-08
2016-09-08 13:11:34 -05:00
Thomas Tuegel
023e4db785
elpaPackages 2016-09-08
2016-09-08 13:09:47 -05:00
Thomas Tuegel
1ac28f798c
melpaStablePackages 2016-09-08
2016-09-08 13:02:16 -05:00
Bjørn Forsman
190b1d1ffc
eclipse-plugin-cdt: 8.8.0 -> 9.0.1
2016-09-08 18:09:20 +02:00
Bjørn Forsman
b6be2e9dc2
eclipse-plugin-gnuarmeclipse: 2.11.1 -> 3.1.1
2016-09-08 18:09:10 +02:00
Michael Raskin
b924cdefa5
tptp: take into account upstream tarball hash change; one file got renamed and some statistics in the documentation got regenerated
2016-09-08 16:49:22 +02:00
Thomas Tuegel
ed94adc66b
melpaPackages 2016-09-07
2016-09-08 09:49:17 -05:00
Joachim F
82d6ab1ed8
Merge pull request #18029 from rnhmjoj/vapoursynth
...
Vapoursynth
2016-09-08 16:28:31 +02:00
Lancelot SIX
33300d380b
wireshark: 2.0.5 -> 2.2.0
...
Release note:
https://www.wireshark.org/docs/relnotes/wireshark-2.2.0.html
Security related annonces related to 2.0.5 (subject to denial of
service attack):
https://www.wireshark.org/security/wnpa-sec-2016-50.html
https://www.wireshark.org/security/wnpa-sec-2016-51.html
https://www.wireshark.org/security/wnpa-sec-2016-52.html
https://www.wireshark.org/security/wnpa-sec-2016-53.html
https://www.wireshark.org/security/wnpa-sec-2016-54.html
https://www.wireshark.org/security/wnpa-sec-2016-55.html
2016-09-08 16:26:51 +02:00
Joachim F
1b25767c99
Merge pull request #18415 from ericsagnes/pkg/pamix
...
pamix: init at 1.4.1
2016-09-08 16:22:24 +02:00
Bryan Gardiner
df6827a824
taskjuggler: add 3.5.0, keep 2.4.3
...
Version 3.5.0 was present but was removed in 8085f08
. Keeping the old version
per discussion at https://github.com/NixOS/nixpkgs/pull/845 .
2016-09-08 16:15:20 +02:00
Joachim F
b082f75f4d
Merge pull request #18392 from romildo/upd.idea
...
clion: 2016.2.1 -> 2016.2.2
2016-09-08 14:59:55 +02:00
Jascha Geerds
a1ff5e6e4a
hipchat: Add dependency to libtool
...
This commit fixes some broken context menus
2016-09-08 13:31:03 +02:00
Moritz Ulrich
7a5f7dc6a2
Merge pull request #18421 from andrewrmiller/master
...
weechat: help weechat find nix's python on darwin
2016-09-08 12:35:15 +02:00
Peter Pickford
7c8f19b31b
eclipse-cpp-46: init at 4.6.0
...
[Bjørn: fix hash for i686-linux (was wrong length), remove backward
compatibility attribute alias (not needed for new packages), change
commit message (this adds a package, it doesn't upgrade / change
existing one).]
2016-09-08 12:09:54 +02:00
Andrew R. M
f999e9edf8
weechat: help weechat find nix's python on darwin
2016-09-08 05:54:04 -04:00
Eric Sagnes
b020675453
pamix: init at 1.4.1
2016-09-08 11:34:50 +09:00
Thomas Tuegel
02bda5d2af
Merge branch 'qt-5.7-fixes'
2016-09-07 20:58:58 -05:00
Thomas Tuegel
e25a07e92a
qt5.vlc: mark broken with Qt 5.7
2016-09-07 20:57:55 -05:00
rushmorem
c6938be57c
nomad: v0.4.0 -> v0.4.1
2016-09-08 00:56:23 +02:00
Peter Simons
51f81104f3
Merge pull request #18407 from LnL7/darwin-ledger
...
ledger: fix libdir
2016-09-08 00:21:32 +02:00
Daiderd Jordan
5a55ec20e3
ledger: fix libdir
2016-09-08 00:03:53 +02:00
Brandon Dimcheff
b8022cad3c
atom: 1.9.9 -> 1.10.1
2016-09-07 09:15:38 -04:00
Eelco Dolstra
445a39a23b
chatzilla: 0.9.91 -> 0.9.92
2016-09-07 14:42:55 +02:00
José Romildo Malaquias
bc2b19867e
clion: 2016.2.1 -> 2016.2.2
2016-09-07 07:40:58 -03:00
Franz Pletz
5929399527
graphicsmagick: 1.3.24 -> 1.3.25 (security)
...
Includes some security fixes, see
http://www.graphicsmagick.org/NEWS.html#september-5-2016
2016-09-07 07:08:51 +02:00
Joachim F
526746d874
Merge pull request #18383 from peterhoeg/lw
...
ledger-web: we have bundlerEnv, let us use it
2016-09-07 07:08:17 +02:00
Edward Tjörnhammar
e051ac665c
android-studio: add 32bit zlib for api 22
2016-09-07 06:47:40 +02:00
Peter Hoeg
222d084927
ledger-web: we have bundlerEnv, let us use it
2016-09-07 11:17:12 +08:00
Franz Pletz
7949e69382
chromium: update to latest channel releases (security)
...
Fixes the following security problems:
- CVE-2016-5147: Universal XSS in Blink
- CVE-2016-5148: Universal XSS in Blink
- CVE-2016-5149: Script injection in extensions
- CVE-2016-5150: Use after free in Blink
- CVE-2016-5151: Use after free in PDFium
- CVE-2016-5152: Heap overflow in PDFium
- CVE-2016-5153: Use after destruction in Blink
- CVE-2016-5154: Heap overflow in PDFium
- CVE-2016-5155: Address bar spoofing
- CVE-2016-5156: Use after free in event bindings
- CVE-2016-5157: Heap overflow in PDFium
- CVE-2016-5158: Heap overflow in PDFium
- CVE-2016-5159: Heap overflow in PDFium
- CVE-2016-5160: Extensions web accessible resources bypass
- CVE-2016-5161: Type confusion in Blink.
- CVE-2016-5162: Extensions web accessible resources bypass
- CVE-2016-5163: Address bar spoofing
- CVE-2016-5164: Universal XSS using DevTools
- CVE-2016-5165: Script injection in DevTools
- CVE-2016-5166: SMB Relay Attack via Save Page As
- CVE-2016-5167: Various fixes from internal audits, fuzzing and other initiatives
2016-09-07 04:49:56 +02:00
Peter Hoeg
d4eac0278c
calibre: 2.64.0 -> 2.66.0 ( #18311 )
...
A few additional changes:
1. We load patches from debian for improving privacy and security
2. Now with QT 5.6 instead of 5.5
3. We strip bundled python code and use proper upstream instead
2016-09-07 04:32:06 +02:00
Joachim F
1c7270f001
Merge pull request #18379 from peterhoeg/st_0146
...
syncthing: 0.14.5 -> 0.14.6
2016-09-07 03:24:01 +02:00
obadz
d9db8a9bf5
seq24: fix build failures due to name clash in "mutex" class
2016-09-07 01:30:44 +01:00
Shea Levy
d81d59aad9
Merge branch 'fix/st-update-0.7' of git://github.com/andsild/nixpkgs
2016-09-06 18:04:48 -04:00
Joachim F
6340b32e49
Merge pull request #18370 from elasticdog/transcrypt
...
transcrypt: 0.9.7 -> 0.9.9
2016-09-06 23:55:47 +02:00
Aaron Bull Schaefer
598ccfdec9
transcrypt: 0.9.7 -> 0.9.9
2016-09-06 14:55:19 -07:00
Thomas Tuegel
3b78026a7f
Merge pull request #18297 from edwtjo/zotero-esr-verfix
...
zotero: remove esr suffix from version string.
2016-09-06 16:50:45 -05:00
Joachim F
6949069678
Merge pull request #18119 from puffnfresh/package/hyperterm
...
hyperterm: init at 0.7.6
2016-09-06 23:50:00 +02:00
Joachim F
c43c0b2efa
Merge pull request #18349 from peterhoeg/ledger-web2
...
ledger-web: do not make our own wrapper
2016-09-06 23:42:35 +02:00
Stefan Junker
5100db559a
rkt: 1.12.0 -> 1.14.0 ( #18360 )
2016-09-06 23:04:17 +02:00
asildnes
29aac27089
st: 0.6 -> 0.7
2016-09-06 22:00:19 +02:00
Michael Raskin
71fe391ac1
baresip: fix build by manually forcing feature flags for fresh glibc time.h
2016-09-06 19:10:42 +02:00
Michael Raskin
5c686923de
linphone: 3.8.5 -> 3.10.2
2016-09-06 18:21:28 +02:00
Robin Gloster
9ab141ce27
vp: fix build
2016-09-06 16:52:26 +02:00
Domen Kožar
ae5d7a2257
Merge pull request #18334 from groxxda/linphone
...
linphone: 3.8.5 -> 3.9.1, remove lime support
2016-09-06 09:51:08 +02:00
Domen Kožar
cc614323d4
Merge pull request #18343 from chris-martin/sane-frontends-src
...
sane-frontends: fix source url, move from md5 to sha256
2016-09-06 09:30:52 +02:00
Peter Hoeg
6c6ebf5d33
syncthing: 0.14.5 -> 0.14.6
2016-09-06 15:17:14 +08:00
Peter Hoeg
c442c7172d
ledger-web: do not make our own wrapper
2016-09-06 11:25:18 +08:00
Chris Martin
d197498b8f
sane-frontends: md5->sha256
2016-09-05 20:30:54 -04:00
Chris Martin
1dca12c21d
sane-frontends: update source url
2016-09-05 20:30:06 -04:00
Chris Martin
23d605d4ce
ktikz: md5->sha256
2016-09-05 20:20:38 -04:00
Chris Martin
e7477c6499
gqvieq: md5->sha256
2016-09-05 20:14:47 -04:00
Chris Martin
a2c0fdc503
eclipse-sdk-35: md5->sha256
2016-09-05 20:09:46 -04:00
Alexander Ried
273898f4ba
linphone: remove lime support
...
linphone stil uses polarssl, which was replaced by mbedTLS and is no
more available on NixOS.
Until this is fixed upstream we disable LIME (IM encryption).
2016-09-06 00:53:37 +02:00
Alexander Ried
53c4003559
linphone: 3.8.5 -> 3.9.1
...
3.10.2 is available from github but there is no autoconfigured tarball
and they added a dependency that's not packaged for nix (bctoolbox)
2016-09-06 00:52:24 +02:00
Franz Pletz
21cf4641bf
sakura: 3.2.0 -> 3.3.4
2016-09-05 22:49:06 +02:00
Eelco Dolstra
78178d5854
systemd: Separate lib output
...
This moves libsystemd.so and libudev.so into systemd.lib, and gets rid
of libudev (which just contained a copy of libudev.so and the udev
headers). It thus reduces the closure size of all packages that
(indirectly) depend on libsystemd, of which there are quite a few (for
instance, PulseAudio and dbus). For example, it reduces the closure of
Blender from 430.8 to 400.8 MiB.
2016-09-05 19:17:14 +02:00
obadz
2919375c91
minc_tools: don't run tests which have been failing since first pkged
2016-09-05 17:26:12 +01:00
Domen Kožar
9e363a752f
openmodelica: enable parallel building
...
(cherry picked from commit 261d51971a
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-05 18:06:28 +02:00
Shea Levy
d1154edf44
proofgeneral_HEAD: bump
2016-09-05 11:43:10 -04:00
Peter Simons
13fced071e
Merge pull request #18248 from phanimahesh/update-git-2.10.0
...
git: 2.9.3 -> 2.10.0
2016-09-05 13:44:09 +02:00
Domen Kožar
33229f0d87
libreoffice: set big-parallel hydra feature to build it quicker
...
For example http://hydra.nixos.org/build/39781012 took 6h
(cherry picked from commit a29f6a5e8e
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-05 12:50:02 +02:00
Nikolay Amiantov
845cb949fc
Merge pull request #18306 from aske/speech
...
Speech synthesizer improvements
2016-09-05 04:44:51 +04:00
aske
a6ce0f80fb
espeak-ng: init at 2016-08-28
2016-09-05 03:33:41 +03:00
Lancelot SIX
373afbd516
salut_a_toi: Fix typo in build phase
...
(cherry picked from commit c47eb4a43a
)
2016-09-05 02:32:57 +02:00
Anthony Cowley
51b404b048
emacs24Macport: fix SDK version issue
2016-09-04 20:32:25 -04:00
rnhmjoj
6fabc515d0
mpv: add vapoursynth support
2016-09-04 22:27:10 +02:00
Ignat Loskutov
b577f2997e
sway: 0.8 -> 0.9
2016-09-04 16:02:57 -04:00
Edward Tjörnhammar
d408070024
Merge pull request #18287 from stesie/idea-updates
...
IDEA Updates
2016-09-04 21:10:03 +02:00
Edward Tjörnhammar
9b31fcf8c0
zotero: remove esr suffix from version string.
...
Also escaped the perl regexes since that will become an error in the future.
2016-09-04 21:01:40 +02:00
Alexander Ried
ee1b7f9879
orbment: git-2016-01-31 -> git-2016-08-13
2016-09-04 16:25:00 +02:00
Joachim F
dec3d5dd68
Merge pull request #18206 from ethercrow/tcpkali
...
tcpkali: init at 0.9
2016-09-04 14:50:26 +02:00
Nikolay Amiantov
9f2c48a7a7
qutebrowser: add cssutils dependency
2016-09-04 15:49:00 +03:00
Stefan Siegl
330d791d1f
idea.clion1: init at 1.2.5
...
(moved from idea.clion)
2016-09-04 13:30:05 +02:00
Stefan Siegl
46343d6dad
idea.clion: 1.2.5 -> 2016.2.1
2016-09-04 13:29:15 +02:00
Stefan Siegl
f7234f9961
idea.idea-community: 2016.2 -> 2016.2.3
2016-09-04 13:26:18 +02:00
Stefan Siegl
c1fcb007c4
idea.idea-ultimate: 2016.2.2 -> 2016.2.3
2016-09-04 13:25:25 +02:00
Stefan Siegl
01b4cf5de5
idea.ruby-mine8: init at 8.0.4
2016-09-04 13:21:55 +02:00
Stefan Siegl
4d528db13a
idea.ruby-mine7: init at 7.1.5
...
(moved from idea.ruby-mine)
2016-09-04 13:20:59 +02:00
zimbatm
29796bd989
Merge pull request #18270 from brainrape/update-terraform
...
terraform: 0.7.1 -> 0.7.2
2016-09-04 12:20:38 +01:00
Stefan Siegl
a83498317c
idea.ruby-mine: 7.1.5 -> 2016.2.2
2016-09-04 13:19:38 +02:00
Stefan Siegl
cd9a44200d
idea.pycharm-community: 2016.1.3 -> 2016.2.2
2016-09-04 13:04:05 +02:00
Stefan Siegl
18ed1bebae
idea.pycharm-professional: 2016.1.3 -> 2016.2.2
2016-09-04 13:02:03 +02:00
Stefan Siegl
195759e2ec
idea.webstorm11: init at 11.0.4
2016-09-04 12:58:38 +02:00
Stefan Siegl
fdbb72eb0a
idea.webstorm10: init at 10.0.5
...
(moved from idea.phpstorm)
2016-09-04 12:56:58 +02:00
Stefan Siegl
c2851bc841
idea.webstorm: 10.0.5 -> 2016.2.2
2016-09-04 12:55:50 +02:00
Dmitry Ivanov
b52d937475
tcpkali: init at 0.9
2016-09-04 09:21:27 +00:00
Vladimír Čunát
168d6fdf21
lyx: clean the expression a bit
...
Thanks to Sergiu Ivanov <sivanov@colimite.fr>
2016-09-04 10:53:20 +02:00
Jörg Thalheim
8dc936c49f
gpodder: 3.9.0 -> 3.9.1
2016-09-04 10:10:47 +02:00
Joachim F
d3ee483bfe
Merge pull request #17758 from michalrus/transcribe
...
transcribe: init at 8.40
2016-09-04 03:10:50 +02:00
Márton Boros
56b549d4c7
terraform: 0.7.1 -> 0.7.2
2016-09-04 01:54:47 +02:00