raveit65 pushed to pluma (master). "update to 1.10.0 release"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 7 15:25:57 UTC 2015


From f2ec1743f28340e07227e35e2f7e96f29c307185 Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me at raveit.de>
Date: Thu, 7 May 2015 17:25:37 +0200
Subject: update to 1.10.0 release


diff --git a/.gitignore b/.gitignore
index 04403ca..54b08ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /pluma-1.9.0.tar.xz
 /pluma-1.9.1.tar.xz
 /pluma-1.9.90.tar.xz
+/pluma-1.10.0.tar.xz
diff --git a/pluma.spec b/pluma.spec
index 61ec574..4a31427 100644
--- a/pluma.spec
+++ b/pluma.spec
@@ -2,7 +2,7 @@
 %global rel_build 1
 
 # This is needed, because src-url contains branched part of versioning-scheme.
-%global branch 1.9
+%global branch 1.10
 
 # Settings used for build from snapshots.
 %{!?rel_build:%global commit c1ca209172a8b3a0751ac0a1e2dbec33c1894290}
@@ -14,9 +14,12 @@
 
 Summary:  Text editor for the MATE desktop
 Name:     pluma
-Version:  %{branch}.90
-Release:  1%{?dist}
-#Release:  0.1%{?git_rel}%{?dist}
+Version:  %{branch}.0
+%if 0%{?rel_build}
+Release:  11%{?dist}
+%else
+Release:  0.1%{?git_rel}%{?dist}
+%endif
 License:  GPLv2+ and LGPLv2+
 Group:    Applications/Editors
 URL:      http://mate-desktop.org
@@ -97,8 +100,13 @@ Development files for mate-text-editor
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
-# needed for git snapshots
+%if 0%{?rel_build}
+# for releases
 #NOCONFIGURE=1 ./autogen.sh
+%else
+# needed for git snapshots
+NOCONFIGURE=1 ./autogen.sh
+%endif
 
 # Fix debug permissions with messy hack 
 find ./*/* -type f -exec chmod 644 {} \;
@@ -181,6 +189,9 @@ fi
 
 
 %changelog
+* Thu May 07 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-11
+- update to 1.10.0 release
+
 * Mon Apr 06 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.90-1
 - update to 1.9.90 release
 
diff --git a/sources b/sources
index 29ab9cf..12bdf03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b51f1cb8dd4d9ab51f61206bb6e9f5c  pluma-1.9.90.tar.xz
+6714329177e6dbe49a9ef7fb759f65f8  pluma-1.10.0.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pluma.git/commit/?h=master&id=f2ec1743f28340e07227e35e2f7e96f29c307185


More information about the scm-commits mailing list