summaryrefslogtreecommitdiff
path: root/palemoon
Commit message (Collapse)AuthorAge
...
* WIP: remove unneeded directories for binary packageB Stack2019-03-28
| | | | | The dpkg cleans up /usr/share/idl, /usr/lib/palemoon-devel, and /usr/include, and the rpm will try that too.
* suppress binary stripping on el6B Stack2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | The official release does not suffer from this, but for some reason the stackrpms release of palemoon fails the binary stripping at the end with messages similar to: + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip BFD: /builddir/build/BUILDROOT/palemoon-stackrpms-28.4.1-1.x86_64/usr/lib64/palemoon-stackrpms-devel/sdk/lib/libxpcomglue.a(PLDHashTable.o): invalid relocation type 42 /usr/bin/strip: PLDHashTable.o: Bad value BFD: /builddir/build/BUILDROOT/palemoon-stackrpms-28.4.1-1.x86_64/usr/lib64/palemoon-stackrpms-devel/sdk/lib/libxpcomglue_s.a(Unified_cpp_xpcom_glue0.o): invalid relocation type 42 /usr/bin/strip: Unified_cpp_xpcom_glue0.o: Bad value BFD: /builddir/build/BUILDROOT/palemoon-stackrpms-28.4.1-1.x86_64/usr/lib64/palemoon-stackrpms-devel/sdk/lib/libmozglue.a(SSE.o): invalid relocation type 42 /usr/bin/strip: SSE.o: Bad value BFD: /builddir/build/BUILDROOT/palemoon-stackrpms-28.4.1-1.x86_64/usr/lib64/palemoon-stackrpms-devel/sdk/lib/libmemory.a(jemalloc_config.o): invalid relocation type 42 /usr/bin/strip: jemalloc_config.o: Bad value BFD: /builddir/build/BUILDROOT/palemoon-stackrpms-28.4.1-1.x86_64/usr/lib64/palemoon-stackrpms-devel/sdk/lib/libunicharutil_external_s.a(chariter.o): invalid relocation type 42 /usr/bin/strip: chariter.o: Bad value BFD: /builddir/build/BUILDROOT/palemoon-stackrpms-28.4.1-1.x86_64/usr/lib64/palemoon-stackrpms-devel/sdk/lib/libcrmf.a(crmfenc.o): invalid relocation type 42 /usr/bin/strip: crmfenc.o: Bad value error: Bad exit status from /var/tmp/rpm-tmp.pudIld (%install)
* palemoon 28.4.1 rpm rc1B Stack2019-03-27
| | | | fixes #3 palemoon customization
* palemoon 28.4.0 dpkgB Stack2019-02-21
|
* pm 28.4.0B Stack2019-02-19
|
* WIP: pm custom rpm for prefsB Stack2019-02-15
|
* split palemoon spec into normal and customB Stack2019-02-14
| | | | | | | | The actual spec files are the same except the stackrpms_custom variable. The logic is the same in each one for consistency. If stackrpms_custom is set, it will add my custom patches and prefs.js file. Otherwise, build the officially-endorsed build for Fedora.
* palemoon spec use _libdir for prefs.jsB Stack2019-02-06
|
* rpm spec mkdir for prefs.jsB Stack2019-02-06
|
* palemoon dpkg fix version numberB Stack2019-02-05
|
* palemoon custom part 2B Stack2019-02-05
|
* add bgstack15 customizations to rpm spec part 1B Stack2019-02-05
|
* palemoon dpkg with customizationsB Stack2019-02-04
| | | | | Experimentation with dpkg that bundles in my prefs.js on system level as well as no search bar by default (which is a source patch).
* Palemoon dpkg for devuanB Stack2019-01-26
|
* palemoon 28.3.1B Stack2019-01-23
|
* Pale Moon 28.3.0B Stack2019-01-17
|
* palemoon 28.2.2B Stack2018-12-10
|
* bump to palemoon 28.2.1B Stack2018-11-30
|
* palemoon-28.2.0B Stack2018-11-13
|
* bump palemoon to 28.1.0B Stack2018-09-20
|
* merge devel into master: update palemoon to 28.0.1B Stack2018-09-13
|
* palemoon: build successfully in el6.i686 and all other archsB Stack2018-09-09
|
* fix comments and %if statementsB Stack2018-09-05
|
* fix typo again in scl...B Stack2018-09-05
|
* rearrange popdB Stack2018-09-05
|
* fix typo for sclB Stack2018-09-04
|
* test palemoon with devtoolset-7-toolchainB Stack2018-09-04
|
* clean up palemoon dirB Stack2018-09-02
|
* palemoon: add gcc49 req when el7B Stack2018-09-01
|
* palemoon: remove extraneous buildreqsB Stack2018-08-30
|
* palemoon: remove buildarch: x86_64B Stack2018-08-30
|
* initial commitB Stack2018-08-29
bgstack15