From 500acf28a8c05607ce18a53ffed35eb9f9f55be546bd2e8951b32d3a60928c85 Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Tue, 26 May 2015 09:18:28 +0000 Subject: [PATCH 1/2] Upstream has introduced version numbering. OBS-URL: https://build.opensuse.org/package/show/utilities/homeshick?expand=0&rev=6 --- 1.0.0.tar.gz | 3 +++ b5e7767367f0bdac85701e50272060bb9556760b.zip | 3 --- homeshick.spec | 14 +++----------- 3 files changed, 6 insertions(+), 14 deletions(-) create mode 100644 1.0.0.tar.gz delete mode 100644 b5e7767367f0bdac85701e50272060bb9556760b.zip diff --git a/1.0.0.tar.gz b/1.0.0.tar.gz new file mode 100644 index 0000000..91ba84e --- /dev/null +++ b/1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd3c46f1cfd68d82d97fa72a68a07c966092c77f276d1335cb390b2ec6062bf +size 27691 diff --git a/b5e7767367f0bdac85701e50272060bb9556760b.zip b/b5e7767367f0bdac85701e50272060bb9556760b.zip deleted file mode 100644 index 6326d2c..0000000 --- a/b5e7767367f0bdac85701e50272060bb9556760b.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e2dbca14d5d08475c762b162f0bc68cd01a885d20473d88ad2739aaeb923e6 -size 50808 diff --git a/homeshick.spec b/homeshick.spec index b689455..e3b9eb4 100644 --- a/homeshick.spec +++ b/homeshick.spec @@ -16,19 +16,14 @@ # -%define git_sha1 b5e7767367f0bdac85701e50272060bb9556760b Name: homeshick -# NB: The upstream project does not have any releases; hence, this package will -# remain at version zero. The precise package content is identified by the git -# hash above. Package updates are only indicated by the RPM release number, -# which is incremented by OBS for each package change. -Version: 0 +Version: 1.0.0 Release: 0 Summary: Dotfile synchronizer based on Git and Bash License: MIT Group: Productivity/File utilities Url: https://github.com/andsens/homeshick -Source0: https://github.com/andsens/homeshick/archive/%{git_sha1}.zip +Source0: https://github.com/andsens/homeshick/archive/%{version}.tar.gz Source1: README-openSUSE.md Source99: homeshick.rpmlintrc Patch0: default-location.patch @@ -36,7 +31,6 @@ BuildRequires: expect BuildRequires: git >= 1.5 BuildRequires: iputils BuildRequires: tcsh -BuildRequires: unzip Requires: bash >= 3 Requires: git >= 1.5 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,10 +54,8 @@ For example, this allows installing large external frameworks (such as oh-my-zsh, or a multitude of emacs or vim plugins) found on sites like https://dotfiles.github.io/ alongside personal dotfiles without clutter. -Packaged revision: %{git_sha1} - %prep -%setup -q -n %{name}-%{git_sha1} +%setup -q -n %{name}-%{version} %patch0 -p1 %build From 1aaee431de9813de847a38b702b0c72bcaf3b8893f273d4c66f078cb45143bbb Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Tue, 26 May 2015 16:30:29 +0000 Subject: [PATCH 2/2] - Upstream introduced version numbers; no change of content. OBS-URL: https://build.opensuse.org/package/show/utilities/homeshick?expand=0&rev=7 --- homeshick.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeshick.changes b/homeshick.changes index 5482376..1f58c3e 100644 --- a/homeshick.changes +++ b/homeshick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 16:28:59 UTC 2015 - seroton10@gmail.com + +- Upstream introduced version numbers; no change of content. + ------------------------------------------------------------------- Sun Apr 26 12:26:56 UTC 2015 - seroton10@gmail.com