diff --git a/README.md b/README.md index f00b0e3..0e44058 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you want to translate FileCase to a language it does not support yet or impro The original [FileCase for SailfishOS (2015 - 2016)](https://openrepos.net/content/cepiperez/filecase-0#content) started as a port of [FileCase for MeeGo-Harmattan (2014)](https://openrepos.net/content/cepiperez/filecase#content) (on the Nokia N9), which in turn is an overhauled [FileBox (2013)](https://openrepos.net/content/cepiperez/filebox#content). All three applications were written by [Matias Perez (CepiPerez)](https://github.com/CepiPerez). In 2021 Matias [released the source code of FileCase](https://github.com/sailfishos-applications/filecase/commit/d4294bbc5e854bb1a32481201f556ba453fbaef6) by creating this git repository at GitHub. -In 2022 [David Llewellyn-Jones (flypig)](https://github.com/llewelld) cleaned up [the source code repository and adapted FileCase](https://github.com/sailfishos-applications/filecase/compare/0.1-9...0.2.1) to run on recent releases of SailfishOS. +In 2021 [David Llewellyn-Jones (flypig)](https://github.com/llewelld) cleaned up [the source code repository and adapted FileCase](https://github.com/sailfishos-applications/filecase/compare/0.1-9...0.2.1) to run on recent releases of SailfishOS. In 2022 and 2023 [olf (Olf0)](https://github.com/Olf0) overhauled infrastructure aspects, such as this README, a [new OpenRepos page](https://openrepos.net/content/olf/filecase#content), the [Transifex integration](https://github.com/sailfishos-applications/filecase/pull/34), making the spec file suitable for [the Sailfish-OBS](https://build.sailfishos.org/) and [the SailfishOS:Chum community repository](https://build.sailfishos.org/project/show/sailfishos:chum) etc. diff --git a/rpm/filecase.changes b/rpm/filecase.changes index 9643104..ee34ddb 100644 --- a/rpm/filecase.changes +++ b/rpm/filecase.changes @@ -1,3 +1,7 @@ +* Fri Nov 24 2023 olf - 0.4.3 +- Fix for issue #54 "Building on SFOS-OBS fails" by @nephros (#55) +- Set `Vendor:` to `meego` (#57) + * Thu Nov 16 2023 olf - 0.4.2 - Update Swedish translation (PR #47) by @eson57 - Introduce a quick & dirty workaround for issue #15 (PR #46) by @simonschmeisser diff --git a/rpm/filecase.spec b/rpm/filecase.spec index 6ff36e5..9d7938f 100644 --- a/rpm/filecase.spec +++ b/rpm/filecase.spec @@ -21,7 +21,7 @@ Version: 0.4.3 # build at GitHub and OBS, when configured accordingly; mind the sorting # (`adud` < `alpha`). For details and reasons, see # https://github.com/storeman-developers/harbour-storeman/wiki/Git-tag-format -Release: rc3 +Release: rc4 # The Group tag should comprise one of the groups listed here: # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS Group: Applications/File @@ -29,7 +29,7 @@ License: MPL-2.0-no-copyleft-exception URL: https://github.com/sailfishos-applications/%{name} # Altering the `Vendor:` field breaks the update path on SailfishOS, see # https://en.opensuse.org/SDB:Vendor_change_update#Disabling_Vendor_stickiness -#Vendor: meego +Vendor: meego # The "Source0:" line below requires that the value of %%{name} is also the # project name at GitHub and the value of `%%{release}/%%{version}` is also # the name of a correspondingly set Git tag. For details and reasons, see