Hello community, here is the log from the commit of package homeshick for openSUSE:Factory checked in at 2015-05-27 12:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/homeshick (Old) and /work/SRC/openSUSE:Factory/.homeshick.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "homeshick" Changes: -------- --- /work/SRC/openSUSE:Factory/homeshick/homeshick.changes 2015-05-15 07:42:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.homeshick.new/homeshick.changes 2015-05-27 12:51:00.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 26 16:28:59 UTC 2015 - [email protected] + +- Upstream introduced version numbers; no change of content. + +------------------------------------------------------------------- Old: ---- b5e7767367f0bdac85701e50272060bb9556760b.zip New: ---- 1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ homeshick.spec ++++++ --- /var/tmp/diff_new_pack.ngd7uJ/_old 2015-05-27 12:51:01.000000000 +0200 +++ /var/tmp/diff_new_pack.ngd7uJ/_new 2015-05-27 12:51:01.000000000 +0200 @@ -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: 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 @@ 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
