Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge recent commits from sailfishos-applications/filecase:devel #2

Merged
merged 10 commits into from
Nov 25, 2023
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ 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.
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), a [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.

## Credits
#### Original author
Expand Down
15 changes: 13 additions & 2 deletions rpm/filecase.changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
* Fri Nov 24 2023 olf <[email protected]> - 0.4.3-1
* Sat Nov 25 2023 Logic-gate <[email protected]> - 0.4.4
- Fix QML rendering error in AddWebDavAccount
- Fix Transfer View For Webdav Upload
- Fix Webdav Upload

* Thu Nov 16 2023 olf <[email protected]> - 0.4.2
* Fri Nov 24 2023 olf <[email protected]> - 0.4.3
- Update Swedish translation (PR #47) by @eson57
- Introduce a quick & dirty workaround for issue #15 (PR #46) by @simonschmeisser
- Minor documentation improvements by @Olf0
- Fix for issue #54 (Building on SFOS-OBS fails) by @nephros (#55)
- Set `Vendor:` to `meego` (#57)

* Sun Oct 29 2023 olf <[email protected]> - 0.4.2
- Fully overhaul README
- Create Translations-README
- Add Transifex configuration
- Add three issue templates
- Implement and overhaul GitHub CI workflows
- Trivially bail out of SailJail
- Clean up and rectify some code changes made in 2022

* Sun Mar 06 2022 olf <[email protected]> - 0.4.1
- Add checks for recent SD card paths: `/run/media/nemo` and `/run/media/defaultuser`
Expand Down
5 changes: 3 additions & 2 deletions rpm/filecase.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Version: 0.4.3.1
# 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: rc2
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
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
Expand All @@ -41,6 +41,7 @@ Source99: %{name}.rpmlintrc
Requires: sailfishsilica-qt5 >= 0.10.9
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: desktop-file-utils
Expand Down