summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
Commit message (Collapse)AuthorAge
* Freefilesync 11.13B. Stack2021-08-23
|
* bump spec for ffs 11.12B. Stack2021-07-15
|
* 11.11-1 rc1B. Stack2021-06-12
|
* ffs 11.10 rpm rc1B. Stack2021-05-10
|
* 11.9 rc1B Stack2021-04-05
|
* ffs 11.7 rc1B Stack2021-03-02
|
* fix icon source to zip fileB Stack2021-02-02
|
* ffs 11.6 rc1B Stack2021-02-02
|
* ffs 11.5-1 rc1B Stack2021-01-04
| | | | The patches only needed fixes for fuzz, and not any refactoring!
* ffs dpkg 11.4, WIP ffs rpmB Stack2020-12-08
|
* ffs 11.3-2 with fixed trad patchB Stack2020-11-05
|
* ffs 11.3 rpm rc1B Stack2020-11-02
| | | | | also improved icon selection from renamed icons by examining the diff from 11.2 and 11.3
* ffs 11.2 rpm for fedoraB Stack2020-10-03
|
* Merge branch 'freefilesync-bump' of https://gitlab.com/bgstack15/stackrpms ↵B Stack2020-07-22
|\ | | | | | | into freefilesync-bump
| * ffs 11.0 rpm rc1B Stack2020-07-22
| | | | | | | | | | Compiler g++-10 is still unavailable for el 6, 7, and 8 and fc31, so this package will only be good on fc32 and Rawhide.
* | ffs 11.0 rpm rc1B Stack2020-07-22
|/ | | | | Compiler g++-10 is still unavailable for el 6, 7, and 8 and fc31, so this package will only be good on fc32 and Rawhide.
* WIP: ffs rpmB Stack2020-06-21
| | | | | It appears I cannot easily revert to std=c++17 behavior, so all releases with gcc < 10 will fail.
* ffs rpm rc1 for 10.24B Stack2020-05-18
|
* ffs 10.23 rpm rc1B Stack2020-04-21
|
* 10.22 rpm rc1B Stack2020-03-18
|
* freefilesync 10.20 rpm rc1B Stack2020-02-18
|
* fix date in specB Stack2019-12-27
|
* ffs 10.19 rpm rc1B Stack2019-12-27
|
* no_eraseif for el7, el8, fc29B Stack2019-11-22
|
* fix patch9B Stack2019-11-22
|
* freefilesync on el7 compiles nowB Stack2019-11-21
|
* ffs 10.18 rpm rc1B Stack2019-11-20
|
* freefilesync: el7 use c++2a nowB Stack2019-10-23
| | | | Thanks to devtoolset-8, el7 can now compile against -std=c++2a
* WIP: fix typoB Stack2019-10-22
|
* WIP: test a separate patch for the include <bit>B Stack2019-10-22
|
* WIP: freefilesync 10.17 rpm rc1B Stack2019-10-22
| | | | | Attempt at updating the patches for 10.17. Need to try with libcurl 7.66.0 which my local install does not have.
* WIP: ffs for el8 rc1B Stack2019-10-09
|
* actually bump ffs version to 10.16 in rpmB Stack2019-09-17
|
* freefilesync 10.15 rpm rc1B Stack2019-08-16
|
* freefilesync: no update check, rpm and dpkgB Stack2019-07-16
|
* adjust dependencies for el7B Stack2019-07-16
|
* freefilesync 10.14 rpm rc1B Stack2019-07-15
|
* freefilesync 10.13 rpm rc1B Stack2019-06-15
| | | | | | Fixes #8 .desktop file is missing mimetypes: Added the hooks for dealing with mimetypes, and the icons, and the desktop file mimetype info
* WIP: freefilesync 10.12 rpm and dpkg rc1B Stack2019-05-12
|
* freefilesync build 10.11 rpm on fedoraB Stack2019-04-12
|
* Freefilesync 10.10B Stack2019-03-13
|
* FreeFileSync 10.9-2 for CentOS 7 and Fedora 28-30B Stack2019-02-19
|
* fix %fi to %endifB Stack2019-02-19
|
* WIP: remove the use of %dist to include patchesB Stack2019-02-19
| | | | | | | I finally realized that copr builds the srpm in a fedora environment and then uses that srpm everywhere, including the epel-6 and epel-7 chroots, where the el7.patch file was now absent. So now the spec depends on both ffs_fedora.patch and ffs_el.patch
* fix typo in Patch2 about %distB Stack2019-02-19
|
* WIP: fix fc28 libcurl problem and el7 %distB Stack2019-02-19
|
* WIP freefilesync: add requires: libcurl and libsshB Stack2019-02-18
|
* WIP: fix typo of Build in buildreqsB Stack2019-02-18
|
* WIP: ffs for el7 and fc28 from one specB Stack2019-02-18
| | | | | | The el7 version depends on the copr bgstack15/FreeFileSync and the fc28 version should be the same as before, but will need to actually be tested.
* WIP: FreeFileSync on CentOS 7, part 1B Stack2019-02-18
| | | | | | | In my original dev environment, I can now compile and execute the main binaries. My next commit should include some attempts at static linking so the runtime environment does not need the hacked openssl 1.1.0h packages.
bgstack15